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

5 lines
393 B
HTML

<html>
<body>
Reports a missing title attribute <code>frame</code>, <code>iframe</code>, <code>dl</code>, and <code>a</code> tags. Suggests adding a title attribute. Based on WCAG 2.0: <a href="https://www.w3.org/TR/WCAG20-TECHS/H33.html">H33</a>, <a href="https://www.w3.org/TR/WCAG20-TECHS/H40.html">H40</a>, and <a href="https://www.w3.org/TR/WCAG20-TECHS/H64.html">H64</a>.
</body>
</html>