0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added npm instructions. Resolves #207. More... almost 7 years ago
Added color to the input type list. This resolves #210. More... almost 7 years ago
Merge branch 'translation' More... almost 7 years ago
Added missing wildcard to gruntfile More... almost 7 years ago
Added basic translation description More... almost 7 years ago
Added new getTranslation method to HTMLCS and scoped translation object into language codes. HTMLCS.process and HTMLCSAuditor.run can accept language arguments specifically. The auditor will read the current documents language via <html lang="{string}">" and set it automatically, or use the default of en if the global translation object doesn't contain a key with the matching language code. More... almost 7 years ago
Updated incorrect instructions for PhantomJS. This fixes issue #215. More... almost 7 years ago
Merge branch 'master' of https://github.com/nsulzycki/HTML_CodeSniffer into translation More... almost 7 years ago
Add missed translation. More... almost 7 years ago
Allow unmatched elements for 4.1.2 which are role='button' to use aria labels to pass as valid names for an accessibility API. This will trigger on any element using that role. This resolves #160. More... almost 7 years ago
Merge translate on 15.03.2018 from master SquizLabs HTM_CodeSniffer More... almost 7 years ago
Merge translate on 15.03.2018 from master SquizLabs HTM_CodeSniffer More... almost 7 years ago
Added 'range' to the list of input types that are tested for labels. This resolves #210 More... about 7 years ago
Changed wrapping input label to detect any parent <label> rather than just a direct parent. This is not detecting for a valid phrasing content node (i.e. a div is not a valid child of a label), which is not in the scope of wcag testing. This resolves #209. More... about 7 years ago
Remove incorrect license field. Updated author More... about 7 years ago
Added keyword alias More... about 7 years ago
Lowercase name for npm package More... about 7 years ago
Partial commit for issue #191. Now test for aria-hidden on element with role=presentation assigned and all parent nodes before checking any child elements that have semantic meaning. More... about 7 years ago
Tests for table headers now restricted to elements that belong to the table being tested rather than including possible child tables. Fixes #204 More... about 7 years ago
Fix for #201. No longer store and report on duplicate ids if the id is empty. More... over 7 years ago
Updated package for 2.1.1 More... over 7 years ago
Added HTML5 input types to 4.1.2 Name, Role and Value checks. This resolves issue #196. More... over 7 years ago
Additional fix for #160 allowing hyperlinks with labels to be considered as having valid content. More... over 7 years ago
Changed the build for the bookmarklet to avoid being aware of module definitions since it conflicts when module libraries or core browser support is available. The code would prefer to export itself as a module rather than to the global namespace which is what the bookmarklet requires to run correctly. More... over 7 years ago
Added ga beacon build option More... over 7 years ago
Updated version for 2.1.0 More... over 7 years ago
Merge pull request #188 from Hywan/patch-2 More... about 8 years ago
Fix CS More... about 8 years ago
Merge pull request #185 from Hobsons/label_no_for More... about 8 years ago
Fixing eroneous bad id for labels with no for attribute More... about 8 years ago