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

5 lines
238 B
HTML

<html>
<body>
Reports a missing <code>summary</code> attribute in a <code>table</code> tag. Suggests adding a<code>summary</code> attribute. Based on WCAG 2.0: <a href="https://www.w3.org/TR/WCAG20-TECHS/H73.html">H73</a>.
</body>
</html>