Jean-Yves Moyen

Results 290 comments of Jean-Yves Moyen

```html lorem ipsum dolor 1 3 ``` Since [the algorithm for building tables](https://html.spec.whatwg.org/multipage/tables.html#algorithm-for-processing-rows) doesn't mention rendering, Alfa builds a header row of 3 headers and a data row of 2...

Change was made in Accessible name omputation at https://github.com/w3c/accname/pull/150 Previously, only the **directly** referenced (by `aria-labelledby`) was included if hidden, now the full subtree is (as long as the direct...

> At the same time, and I know it is not an author responsibility, but the recipient can forward the email to someone else changing the subject for some reason;...

@ChrisLoiselle This is editorial changes to an Accessibility Support note and therefore does not require a Call for Review. You can merge it now.

> @WilcoFiers I don't have ability to merge, it is stating merging is blocked. Can you take a look? That's weird, you're having write permission 🤔 Might have been because...

Target text nodes rather than elements (+ note that CSS property is actually on parent). Replace old rules rather than create new ones.

@WilcoFiers I've updated the `letter-spacing` rule. Can you look at it and see if it's OK? If so, I'll keep going with the other two.

Another possibility could be to be inapplicable when there is no `th` element in the table (or no role of `*header`).

I've been crunching some numbers on our customer data. For us: * The rule is Applicable to 6% of the pages we check. * The rule fails for 0.2% of...

> **Edit::** This also poses problems for rule stability / reliability over time. For rules that detect AT behaviour: > > * either rule change as AT changes (so the...