0
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SC 2.1.1: change the technique reported for a mouse event without corresponding keyboard/neutral event. The use case given by SCR2 was specifically for a rollover image, and SCR20 is a more general version of the same thing. Changing these messages to use SCR20 rather than SCR2. More... almost 13 years ago
Add styling for the auditor - this is not included by default yet. More... almost 13 years ago
Added first preliminary version of the accessibility auditor popup. Currently showing the number of messages and the first page of issue results. Intended to be run using the HTMLCSAuditor.run() method. More... almost 13 years ago
Last commit didn't work for some reason. 4.1.2: A elements' value should be href attr, not title More... about 13 years ago
Required value for A elements should be href, not title attr. More... about 13 years ago
Reduce the burden of proof for "accessibility API value" with regards attributes, to that the attribute exists, not that it exists and is not empty - and remove check entirely for textareas. The value exists and is available for the accessibility API, just that it is currently empty. This is valid. More... about 13 years ago
Only try to find a required name if one is defined. It previously tripped on input type=hidden fields. More... about 13 years ago
Lack of summary and/or caption upgraded to a Warning. More... about 13 years ago
Did not have a location to find accessibility API name for the image submit button. More... about 13 years ago
Fixed applet element error testing for empty alt text. Was trying to compare the regex/empty string test to '', not true. More... about 13 years ago
Fix JS error in 1.2.1, forgot to place an index on an array reference. More... about 13 years ago
Added an "is string empty" common function, to test for what is considered "empty" in nodes and attributes. A straight regex on whitespace is not sufficient, because the whitespace regex (\s) includes the non-breaking space, which is specifically considered to be "NOT whitespace" for situations like alt text. Also replaced empty regex tests in 1.1.1 with this function as a trial. More... about 13 years ago
1. Fixed issue where an error would be incorrectly emitted when an image had empty alt text, and a present but empty title attribute. Code was throwing error when title attr merely existed, but added a non-empty check too. 2. Fix half-completed comment in main file. More... about 13 years ago
Add doc comments to most methods that were missing them. More... about 13 years ago
1. Added disambiguating suffixes to codes where they were duplicated for different messages (ie. a technique(s) applied to more than one message). 2. SC 3.1.2: fixed target element - should be on the element which failed the non-well-formed language tag check, not top. More... about 13 years ago
Forgot a "this" prefix on a couple of fns. More... about 13 years ago
Add single-A ruleset; remove 3.2.5 from AA ruleset. More... about 13 years ago
Headers attr messages should be consistent. More... about 13 years ago
1.4.7 mentions audio-only content, so video tag is not applicable. More... about 13 years ago
Fix class name for 2.4.6; changed message targets for 2.4.2. More... about 13 years ago
Notice for SC 3.1.4 about abbreviations. More... about 13 years ago
Added notice for SC 2.4.6, about descriptive headings. More... about 13 years ago
Add notices for visual presentation as per SC 1.4.8. More... about 13 years ago
Adding audio/video notices for embedded objects in Guideline 1.2. More... about 13 years ago
Added SC 1.4.4, 1.4.5, 1.4.9; small fixes to other tests. More... about 13 years ago
Notices for remaining items of Guideline 2.2. More... about 13 years ago
Notices for Contrast Success Criteria (1.4.3 at AA level, 1.4.6 at AAA level). More... about 13 years ago
Notice for SC 3.1.3 (Unusual Words) at AAA level. More... about 13 years ago
Add 3.3.5 (Context-Sensitive Help) notice at AAA level. More... about 13 years ago
SC 3.3.2 (Labels and Instructions) and 3.3.3 (Error Suggestion) advisory notices. More... about 13 years ago