Files
openide/plugins/htmltools/resources/inspectionDescriptions/HtmlRequiredLangAttribute.html
Piotr Tomiak fd5710e37e WEB-59095 Open source HTML Tools plugin
GitOrigin-RevId: 9dfe3826d3acc25091af745f85fbe14826d9921f
2023-01-23 18:07:20 +00:00

5 lines
296 B
HTML

<html>
<body>
Reports a missing <code>lang</code> (or <code>xml:lang</code>) attribute in a <code>html</code> tag. Suggests adding a required attribute to state the default language of the document. Based on WCAG 2.0: <a href="https://www.w3.org/TR/WCAG20-TECHS/H57.html">H57</a>.
</body>
</html>