HTML_CodeSniffer icon indicating copy to clipboard operation
HTML_CodeSniffer copied to clipboard

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 conf...

Results 53 HTML_CodeSniffer issues
Sort by recently updated
recently updated
newest added

I have this input `` and the following error is generated: ``` Principle4.Guideline4_1.4_1_2.h91.InputText.Name THIS TEXTINPUT ELEMENT DOES NOT HAVE A NAME AVAILABLE TO AN ACCESSIBILITY API. VALID NAMES ARE: LABEL...

I have tested this code: `A link` Since the result is only 1 row, total page height is very short. After pressing the "Run HTML_CodeSnipper" button, the auto scroll functionality...

Would be good of axe weren't the only accessibility engine that supported web components. Web Components are found in 18% of all webpages viewed by Chrome users.

Related to https://github.com/w3c/wcag/issues/2297 The [procedure](https://www.w3.org/TR/WCAG20-TECHS/H59#H59-procedure) is to > Check that all link elements pertaining to navigation occur in the head section of the document. But I can see that we're...

Hi! I was wondering if it would be possible for a new release to be... well released. Currently, I am running into the issues described by #282 and #283; both...

The README file seems to be ambiguous with respect to: 1. Whether building the auditor is a prerequisite to all modes of use. 2. What Grunt installation steps are required...

otherwise its for example "textinput element"

Hi, thank you for HTML_CodeSniffer! I'm using it as part of https://github.com/pa11y/pa11y HTML reporter in CI, and I'd like to be able to check the documentation for each code reported....

Adds german translation

Hello, I am using Pa11y-CI with HTML_CodeSniffer to scan my Drupal website and it returned: ``` The language specified in the lang attribute of this element does not appear to...