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

5 lines
278 B
HTML

<html>
<body>
Reports a missing <code>title</code> element inside a <code>head</code> section. Suggests adding a <code>title</code> element. The title should describe the document. Based on WCAG 2.0: <a href="https://www.w3.org/TR/WCAG20-TECHS/H25.html">H25</a>.
</body>
</html>