HTML_CodeSniffer is a client-side JavaScript application that checks a HTML document or source code, and detects violations of a defined coding standard. Comes with standards that cover the three conformance levels of the W3C's Web Content Accessibility Guidelines (WCAG) 2.0 and the U.S. Section 508 legislation.
elements in the document without understanding the context. Currently it will cause a failure if the element does not contain a title but according to https://www.w3.org/WAI/WCAG21/Techniques/html/H64 an iframe document without a is permitted if the iframe has a title attribute.
The sniff for 2.4.2 checks all
elements in the document without understanding the context. Currently it will cause a failure if the element does not contain a title but according to https://www.w3.org/WAI/WCAG21/Techniques/html/H64 an iframe document without a