Mark Rogers

Results 48 issues of Mark Rogers

This adds validation for the SVG 2 paint-order attribute: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/paint-order

The new alt-less img messages can cause problems in certain scenarios: https://github.com/validator/validator/commit/3a010b40d68877faf157edd5fb9bfefb3a3cd635 1) > An img element with no alt attribute must not have any aria-* attributes other than aria-hidden....

better-error-warning-message

The validator allows this code: ``` ``` but not this: ``` ``` **Issue:** `role=button` with `aria-pressed` indicates a toggle button, so how does the author indicate a toggled off state,...

When autocomplete is empty VNU produces a validation error: ``` ``` When autocomplete is whitespace VNU does not produce a validation error: ``` ``` Both of these produce an empty...

spec-conformance

The message 'Attribute aria-readonly must not be specified on elements that have attribute readonly' only fires for the third example here: ``` ``` The message 'Attribute aria-disabled must not be...

aria-conformance

The following code has an accessible name from the aria-label, ``` ``` but is showing these messages: ``` An img element with no alt attribute must not have a role...

aria-conformance

A URL Standard commit earlier this year added U+007C (|) to the list of forbidden host code points: https://github.com/whatwg/url/commit/40252530f93fe37f092be90583f82e9f337da1ab and an earlier commit added , and ^ to the forbidden...

spec-conformance

There's a mismatch between the rule applicability, the rule example wording and the HTML spec: - Rule applicability allows headers to reference `td` or `th` elements (cells, as defined by...

Although having treeitems inside a menu doesn't make sense, I don't think this violates the required owned elements conditions in ARIA 1.1 and 1.2 so example 7 shouldn't be a...

The mapping for this rule is: 4.1.2 Name, Role, Value (Level A) 2.4.4 Link Purpose (In Context) (Level A) 2.4.9 Link Purpose (Link Only) (Level AAA) but failed example 9...

Priority