Jean-Yves Moyen

Results 290 comments of Jean-Yves Moyen

I think Wilco's closing argument was pretty good: What would one write ```html 123.456.7890 ``` The reason is to give a "better" experience to screen readers users by reading numbers...

I think we need to gather cases of how `clip-path` is used to make content invisible. I do not want to implement a generic area computation of all possible `clip-path`,...

> Would you like any more info on this current case? No, I think there is enough with that CSS value. I'd like to know if it's somewhat common to...

Actually, it seems even more tricky, maybe linked to the `display` property of elements. Trying with ```html inlineno space inline with space blockno space block with space blockinline inlineblock ```...

Should we take inspiration from the [`innerText`](https://html.spec.whatwg.org/multipage/dom.html#the-innertext-idl-attribute) algorithm? It seems to indicate when there is a visual space (or new line) and it might makes sense to reproduce that for...

We can certainly add in the Applicability the same bit than in the Expectation about "except for characters in the [text nodes](https://dom.spec.whatwg.org/#text) used to express [non-text content](https://www.w3.org/TR/WCAG21/#dfn-non-text-content)." (something like "except...

Yes, this is not too much of a problem given that flattening is idempotent, so doing it once at the end is enough, and doing it at each step is...

Thanks for the report 🤔 when running the extension (currently with Alfa version 0.67.0), I only see 11 errors for R66 (1.4.6) and none for R69, and for the "Worried...

Looks good. We need somebody to open the Pull Request and shepherd it to completion. The content is pretty much already here 😄