Skip to content

Tags: w3c/accname

Tags

FPWD_CANDIDATE_1

Toggle FPWD_CANDIDATE_1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the algorithm to handle roles where naming is not supported (#53)

Add a statement to the end of Step 1 (stating that if the root node's
role doesn't support naming, return the empty string. At the present time,
this impacts nothing because all roles currently support naming. If that
changes within the ARIA spec, this modification is meant to accomplish
the following:

<span aria-label="bar">foo</span>: The span has no name.

<button><span aria-label="bar">foo</span></button>: The button's
accessible name is "bar" (but the span itself has no name).

In other words, it prohibits generic elements themselves from getting
names, but preserves the name calculation results authors might be
expecting in currently-deployed content.

PR_CANDIDATE_1

Toggle PR_CANDIDATE_1's commit message
Adding baseline CODE_OF_CONDUCT.md

CR_CANDIDATE_1

Toggle CR_CANDIDATE_1's commit message
TRAVIS-CI update from aria-common

wide-review

Toggle wide-review's commit message
http -> https