-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ARIA 1.3's aria-description property #60
Comments
Pull request for aria-description in ARIA spec: |
@joanmarie is it time to review these CORE-AAM changes? |
This is merged already in Core-AAM. @aleventhal is there anything else we need to do before closing this issue? |
There is one remaining issue regarding the AX API mappings being incorrect/incomplete. I filed #104 and assigned to @cookiecrook. This one can be closed. |
Actually, there are 2 remaining things to do for ATK/IA2:
In general, "description-from" has one one the following values:
|
FWIW, here's the Firefox issue to implement this: https://bugzilla.mozilla.org/show_bug.cgi?id=1726087 |
What is this for? How can the description come from aria-label and why is it specific to buttons? |
If the name of a button come from aria-label oder aria-labelledby, then the value of the button is the description: https://www.w3.org/TR/html-aam-1.0/#input-type-button-input-type-submit-and-input-type-reset-accessible-description-computation |
That's correct. What @JAWS-test is saying is where Chrome is using kButtonLabel. |
@spectranaut does this have tests? |
I added a test: web-platform-tests/wpt#34758 And here is a link to the webkit tracking issue (so they are all in one place): https://bugs.webkit.org/show_bug.cgi?id=206253#c18 |
…escribedby, a=testonly Automatic update from web-platform-tests Update CORE-AAM AXAPI aria-description/describedby (#38307) See issue: w3c/core-aam#60 -- wpt-commits: f1e9d823a623735bb69f16b74968267abd0d352b wpt-pr: 38307
…escribedby, a=testonly Automatic update from web-platform-tests Update CORE-AAM AXAPI aria-description/describedby (#38307) See issue: w3c/core-aam#60 -- wpt-commits: f1e9d823a623735bb69f16b74968267abd0d352b wpt-pr: 38307
The precedence order is:
aria-describedby
aria-description
The text was updated successfully, but these errors were encountered: