Mark Rogers
Mark Rogers
## Inapplicable example 3 The HTML spec defines a lang attribute equal to the empty string as meaning `unknown language` - sp `xmll:lang=''` doesn't match `lang=fr` and should be a...
Each browser / AT combination presents a slightly different user interface for navigating iframes: - VoiceOver/Safari 13 - exposes iframe as container in normal reading order named by title, but...
There are new ways to show/hide content: ## CSS content-visibility: property - `content-visibility: hidden` removes an element's contents from the screen and a11y tree (seems easy to resolve) - `content-visibility:...
More ARIA versioning issues. ``` ``` https://act-rules.github.io/rules/4e8ab6#failed-example-1 **ARIA 1.0 combobox pattern** - `aria-expanded` always required , `aria-owns` not listed as required - should be used when aria-autocomplete=list (but should rather...
The PR replaces https://github.com/act-rules/act-rules.github.io/pull/1208 Reason for new PR: rule has been renamed, and many changes from original PR were merged in https://github.com/act-rules/act-rules.github.io/pull/1300 This PR: - restricts the applicability to elements...
Both contrast rules exclude text in active and inactive widgets: > This rule applies to any visible character in a text node that is a child in the flat tree...
Adds the rotate: CSS property to the applicability and adds pass/fail examples using the rotate: CSS property Closes issue(s): - closes https://github.com/act-rules/act-rules.github.io/issues/1678 Need for Call for Review: This will require...
The rule's applicability includes `transform: rotate(90deg)` but not `rotate: 90deg` https://developer.mozilla.org/en-US/docs/Web/CSS/rotate https://act-rules.github.io/rules/b33eff I can do a PR for this
Currently ACT rules allow some fictional languages as valid languages because the IANA registry contains some fictional languages: https://act-rules.github.io/rules/de46e4#valid-language-tag BCP-47 fictional languages: tlh - Klingon (Star Trek) sjn - Sindarin...
https://alphagov.github.io/accessibility-tool-audit/test-cases.html#links-link-to-,-invalid-hypertext-reference The behaviour is specified in the HTML 5 spec - it's a synonym for #top - both link to the top of the page. See step 2 and step...