Jean-Yves Moyen

Results 290 comments of Jean-Yves Moyen

Also, note that `aria-control` is no more required on `combobox` in ARIA 1.3: https://w3c.github.io/aria/#combobox

As per [HTML AAM, accessible name computation](https://www.w3.org/TR/html-aam-1.0/#input-type-image-accessible-name-computation), steps 2 and 3 the `alt` attribute should be used if present and otherwise the `title` attribute should be used. However, step 4 ...

@giacomo-petri Interesting 🤔 I've been using the following code: ```html ``` And here is what I see in Chrome (102.0.5005.115) and Firefox (101.0.1), plus NVDA output on them. ![Chrome +...

@giacomo-petri We might actually want to investigate browser side (and HTML AAM side) whether they consider these are bugs and want to fix them… Is it something you want to...

The rules maps to SC that are guaranteed to fail if the rule fails, to maintain the fail-on-fail relationship and prevent false positives. That is, we guarantee that when the...

That's an awfully good point 🤔 On one hand, [Understanding ACT Consistency](https://www.w3.org/WAI/standards-guidelines/act/implementations/#understanding-act-consistency) says that the tool should report all the SC that are expected to fail but doesn't mention reporting...

Been crunching some numbers on our data. Around one third of the pages we test are Applicable for this rule 🤔 (that's much more than I assumed…)

> This is getting really very complicated. I'm not sure this is actually necessary. To be honest I'd much rather we do this by just adding an assumption. Previously the...

> @Jym77 Just for how much that changes these rules, I'd rather not. If we wanted to fix this (and I'm not convinced we need to) perhaps the way to...

> How about wording like this: > > > ### Applicability > > Elements where the computed value of the `letter-spacing:` property was assigned from a `letter-spacing:` declared as `!important`...