You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTMLHint 0.15.0 adds the html-lang-require rule. This requires both a language and a region to be set, however it is perfectly valid to use just a language on a webpage, for example <html lang="en"> should be marked as valid. The region subtag is optional.