holmes
holmes copied to clipboard
Holmes is stand-alone diagnostic CSS stylesheet that can highlight potentially invalid or erroneous HTML(5) markup by adding one class
Results
2
holmes issues
Sort by
recently updated
recently updated
newest added
Would be much easier to incorporate into projects.
You indicate `label` without `[for]` attribute as invalid at https://github.com/redroot/holmes/blob/master/holmes.css#L89. HTML4 spec (http://www.w3.org/TR/html401/interact/forms.html#h-17.9.1): > When attribute is absent, the label being defined is associated with the element's contents. HTML5 spec...