-
Notifications
You must be signed in to change notification settings - Fork 125
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
CORE-AAM: UIA mapping for Link role should have value pattern #325
Comments
@boggydigital: The current mapping can be found here: https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#role-map-link If the current mapping is fine as-is, please comment and close the issue; otherwise, please provide a pull request with the required changes. Thanks much in advance! |
Not only that makes sense - this is also already implemented. I'll do the changes and update the testable statements |
Note: didn't change testable statements as there doesn't seem to be one for role=link, likely because this is an existing role in 1.0 |
Thanks! Merged. |
closes #325 * update allowances for area no href * add classes to indicate additions * update changelog
resolves #325 This PR revises the mappings for `figure` and `figcaption` to remove the "labelled by" relations, changing them to "details for". The accessible name computation for `figure` removes `figcaption`, a note is added to further reference this change. TODO: - [ ] need to check on updates to UIA mapping, if any. - [ ] do we want `figcaption` to map to `caption`? - [ ] regardless of above, [`caption`](https://w3c.github.io/aria/#caption) will need to be updated in regards to its referencing `figure` and `figcaption` relationships - [ ] [`aria-details`](https://w3c.github.io/aria/#aria-details) definition should be updated to reference this change
Control Type: HyperLink
Value.Value: attribute value from href
The text was updated successfully, but these errors were encountered: