Skip to content

atcontext: Update name computation

Matthias Clasen requested to merge a11y-computed-name into main

Implement this sentence from the "Accessible Name and Description Computation 1.2" spec:

If the root node's role prohibits naming,
return the empty string ("").

See https://www.w3.org/TR/accname-1.2/

Merge request reports