accname
accname copied to clipboard
Accessible Name and Description Computation
Closes #222 Renaming "LabelledBy Recursion" to "LabelledBy Traversal" since this step is not actually recursive. *** Preview | Diff
LabelledBy Recursion is not actually recursive, so it (and the WPT test file) should be renamed. _Originally posted by @cookiecrook in https://github.com/w3c/accname/issues/209#issuecomment-1774181678_ After the outcome of #209, it's clear this...
Context at https://github.com/w3c/aria/pull/1805, and this PR should not be merged before the ARIA PR. *** Preview | Diff
Add `nameFrom: heading` steps to computation after spec addition #w3c/aria/pull/1860 is reviewed.
Should whitespace be trimmed from the returned accessible name or description? e.g. `Hi` My reading of the spec is that the accessible name should be " Hello world ", but...
[AccName algo (Name from Content section that covers pseudo elements)](https://w3c.github.io/accname/#comp_name_from_content) probably needs an update for `::marker`, which—if I understand correctly—comes before `::before`, but can also have another `::before::marker` before `::before`...
The [Host Language Label step E](https://w3c.github.io/accname/#comp_host_language_label) of the accname computation algorithm is unclear on whether the empty string should be used if that's what the native markup provides. > E....
I'm looking at the test case `"button's hidden referenced name (visibility:hidden) with hidden aria-labelledby traversal falls back to aria-label"` in the WPT [accname/name/comp_label.html](https://github.com/web-platform-tests/wpt/blob/f1adc2b2b78766d0dda7c2aae82e2e6fbc2b8b99/accname/name/comp_label.html#L182). ```html label x ``` One problem is...
While working on [this accname wpt](https://wpt.fyi/results/accname/name/comp_embedded_control.html?label=master&label=experimental&aligned&view=interop&q=label%3Ainterop-2024-accessibility) with Daniel Clark, we stumbled upon [the computation steps, section 2C](https://w3c.github.io/accname/#comp_embedded_control), where it says: > Combobox/Listbox: If the embedded control has role [combobox](https://w3c.github.io/aria/#combobox) or...
That label/labelledby is allowed on a generic as part of a traversal may be in conflict with "name prohibited", so we have a joint issue between the AccName and ARIA...