Back to Intellij Community

HtmlRequiredLangAttribute

plugins/htmltools/resources/inspectionDescriptions/HtmlRequiredLangAttribute.html

2025.3-rc-2222 B
Original Source

Reports a missing lang (or xml:lang) attribute in a html tag. Suggests adding a required attribute to state the default language of the document. Based on WCAG 2.0: H57.