openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
H
HTML_CodeSniffer
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
22 days
ago. based on code collected
23 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 20 of 23
Search / Filter on:
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.
Luke Wright
More...
almost 13 years ago
Add styling for the auditor - this is not included by default yet.
Luke Wright
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.
Luke Wright
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
Luke Wright
More...
about 13 years ago
Required value for A elements should be href, not title attr.
Luke Wright
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.
Luke Wright
More...
about 13 years ago
Only try to find a required name if one is defined. It previously tripped on input type=hidden fields.
Luke Wright
More...
about 13 years ago
Lack of summary and/or caption upgraded to a Warning.
Luke Wright
More...
about 13 years ago
Did not have a location to find accessibility API name for the image submit button.
Luke Wright
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.
Luke Wright
More...
about 13 years ago
Fix JS error in 1.2.1, forgot to place an index on an array reference.
Luke Wright
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.
Luke Wright
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.
Luke Wright
More...
about 13 years ago
Add doc comments to most methods that were missing them.
Luke Wright
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.
Luke Wright
More...
about 13 years ago
Forgot a "this" prefix on a couple of fns.
Luke Wright
More...
about 13 years ago
Add single-A ruleset; remove 3.2.5 from AA ruleset.
Luke Wright
More...
about 13 years ago
Headers attr messages should be consistent.
Luke Wright
More...
about 13 years ago
1.4.7 mentions audio-only content, so video tag is not applicable.
Luke Wright
More...
about 13 years ago
Fix class name for 2.4.6; changed message targets for 2.4.2.
Luke Wright
More...
about 13 years ago
Notice for SC 3.1.4 about abbreviations.
Luke Wright
More...
about 13 years ago
Added notice for SC 2.4.6, about descriptive headings.
Luke Wright
More...
about 13 years ago
Add notices for visual presentation as per SC 1.4.8.
Luke Wright
More...
about 13 years ago
Adding audio/video notices for embedded objects in Guideline 1.2.
Luke Wright
More...
about 13 years ago
Added SC 1.4.4, 1.4.5, 1.4.9; small fixes to other tests.
Luke Wright
More...
about 13 years ago
Notices for remaining items of Guideline 2.2.
Luke Wright
More...
about 13 years ago
Notices for Contrast Success Criteria (1.4.3 at AA level, 1.4.6 at AAA level).
Luke Wright
More...
about 13 years ago
Notice for SC 3.1.3 (Unusual Words) at AAA level.
Luke Wright
More...
about 13 years ago
Add 3.3.5 (Context-Sensitive Help) notice at AAA level.
Luke Wright
More...
about 13 years ago
SC 3.3.2 (Labels and Instructions) and 3.3.3 (Error Suggestion) advisory notices.
Luke Wright
More...
about 13 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree