act-rules.github.io icon indicating copy to clipboard operation
act-rules.github.io copied to clipboard

Accessibility conformance testing rules for HTML

Results 304 act-rules.github.io issues
Sort by recently updated
recently updated
newest added

Per discussion on 6/16/2022 call with AGWG ACT Task Force to update HTML graphics contain no text rule link wording. Need for Call for Review: None. ## How to Review...

Updates definitions, updates applicability, and removes technique H25 from assumptions as it is already in the bibliography section. Closes issue(s): - closes #XXX (ADD ISSUE NUMBER HERE) Need for Call...

Review Call 1 week

I have updated the rule in accessibility support and background to clarify what happens with no name, how it relates to the role attribute, added a failed example (might need...

Review Call 1 week

In #1886, we added an explicit role on `svg` element to avoid triggering a bug in FF + NVDA, mentioned in the Accessibility Support. @WilcoFiers added [this comment](https://github.com/act-rules/act-rules.github.io/pull/1886#issuecomment-1211842380): > Given...

I'm concerned about implementing [failed example 2](https://wai-wcag-act-rules.netlify.app/standards-guidelines/act/rules/46ca7f/#failed-example-2) in our implementation: ```html W3C logo ``` I can easily imagine component code that ends up looking like this. Take this react component...

Priority
WAI-ARIA 1.2

Replace `jest-expect-message` by `jest-27-expect-message` since the former breaks with Jest 27 and is not maintained anymore. https://github.com/mattphillips/jest-expect-message/pull/40 Closes issue(s): N/A Need for Call for Review: This can be merged with...

dependencies

Updated the content from the issue raised Closes issue(s): - closes #1843 Need for Call for Review: This will require a 1 week Call for Review --- ## Pull Request...

Rule Update
reviewers wanted

Updates: - updated **fixed values** list item in Applicability section adding necessary type values to reflect html specs; - removed "hidden" type from that list; - added background note both...

Rule Update
reviewers wanted

Parking as draft for now. Both `content-visibility` and `hidden="until-found"` have poor browser support. This means at least that any test case using them would hit an Accessibility Support problem… ---...

Definition

While reviewing pull request [#1904](https://github.com/act-rules/act-rules.github.io/pull/1904/) I noticed passed example 7: > This text has the default browser text color on the default browser background color. By default this is black...