equal-access
equal-access copied to clipboard
IBM Equal Access Accessibility Checker contains tools to automate accessibility checking from a browser or in a continuous development/build environment
Node.js version of accessibility checker running in Jest. Steps and test to reproduce this at jest without specifying any config: ```js const { report: actual } = await aChecker.getCompliance( '123',...
The "WCAG20_Form_TargetAndText" rule should also include aria labels in the text calculation #3764
[A form element can have an aria label ](https://www.w3.org/TR/wai-aria-1.1/#form) (aria-label, aria-labledby, aria-describedby, aria-detail, etc.) to describe the form. The current calculates the text based on title and inner text, and...
### Describe what needs to be accomplished Add the following tip to the Accessibility Checker user guide: Tip: A quick way to close all the issue list accordions and unselect...
Investigate rule differences between ACT fail case and Checker reporting passing and/or inapplicable for the following: [HTML page has lang attribute](https://wai-wcag-act-rules.netlify.app/standards-guidelines/act/implementations/equal-access/#breakdown-b5c3f8) [Failed Example 1](https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b5c3f8/941efb7368e46b27b937d34b07fc4d41da01b002.html) OK: ACT fail vs fail -...
Investigate rule differences between ACT fail case and Checker reporting passing and/or inapplicable for the following: [HTML page lang and xml:lang attributes have matching values](https://wai-wcag-act-rules.netlify.app/standards-guidelines/act/implementations/equal-access/#breakdown-5b7ae0) [Inapplicable Example 1](https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/5b7ae0/d0f61fa9d6acd6759aaf5aec062a1e5026fcf4d5.svg) **_untested_** -...
Investigate rule differences between ACT inapplicable case and Checker reporting untested for the following: [HTML page has non-empty title](https://wai-wcag-act-rules.netlify.app/standards-guidelines/act/implementations/equal-access/#breakdown-2779a5) [Inapplicable Example 1](https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/2779a5/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg) **_untested_** - WCAG20_Doc_HasTitle:Pass_0,Fail_1,Fail_2,Fail_3 ### Make recommendation: [ ]...
Investigate rule differences between ACT fail case and Checker reporting inapplicable for the following: [Image has non-empty accessible name](https://wai-wcag-act-rules.netlify.app/standards-guidelines/act/implementations/equal-access/#breakdown-23a2a8) [Failed Example 1](https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/23a2a8/8006d1541dc71b93e6ec4d101a386e0043d1a521.html) **_fail vs inapplicable_** - HAAC_Aria_ImgAlt:Pass_0,Fail_1,Fail_2,Fail_3 [Failed Example 2](https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/23a2a8/496963cfd35d4873c010469c47c84d4358fba035.html)...
Investigate rule differences between ACT fail case and Checker reporting inapplicable for the following: [SVG element with explicit role has non-empty accessible name](https://wai-wcag-act-rules.netlify.app/standards-guidelines/act/implementations/equal-access/#breakdown-7d6734) [Failed Example 1](https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/7d6734/2847ca922fa3564341094245c34ef3120167bc0b.html) **_fail vs inapplicable_** -...
This is to fix the issues related to certain aria attributes. see the [box note](https://ibm.ent.box.com/notes/994215482156) for the details.
[ARIA](https://www.w3.org/TR/wai-aria-1.2/#generic) also defines a generic role that is meant to provide feature parity with a number of HTML elements that do not have more specific ARIA semantics of their own....