Jean-Yves Moyen
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.  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`...