sideshowbarker
sideshowbarker
OK — so maybe I can instead interpret _“unless the element is marked as presentational (role="presentation" or role="none")”_ to mean “unless the element has a `role` attribute with the value...
> Building on the point that presentational items aren't meant to be named - by this point the aria-label/aria-labelledby step which would have triggered the conflict resolution for presentational items,...
> The second of these tests has been recently added by me, without noticing the first 🙈 (nor remembering the fact that "no alt" trumps "title" in terms of image...
> While it is out of date and only covers ARIA itself, could [`main`/common/script/roleInfo.js](https://github.com/w3c/aria/blob/main/common/script/roleInfo.js) be helpful? Thanks that does look like it’s the kind of thing I had in mind....
Do you happen to know details about what the level of support is in browsers for `orient="auto-start-reverse"` as documented in the current spec at https://svgwg.org/svg2-draft/painting.html#OrientAttribute? There is what seems to...
The problem is very specifically just that the CLI doesn’t do ID-ness checking correctly for .xhtml files. I accidentally broke it about 10 years ago, and have never gotten around...
> The WPT test have an issue in its code, and it fails when running on remote, or after downloading locally, that's why I have written my own tests locally....
> The WPT test have an issue in its code, and it fails when running on remote, or after downloading locally, that's why I have written my own tests locally....
Bump me after a week or so
> https://validator.nu/ actually has this feature for XML documents, the "XMLNS filter". Maybe that can be tweaked to be a selector? Yes, see https://github.com/validator/validator/blob/master/src/nu/validator/xml/NamespaceDroppingXMLReaderWrapper.java#L127 So I think it would be...