-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update HTML-AAM to use title for description instead of name, when the name is prohibited #552
Comments
It also doesn't seem like an authoring error to use the title attribute on an element with a prohibited name. Seems like a reasonable thing to do. |
Following this would make external/wpt/accname/name/comp_tooltip.html wrong. |
Bug: 350528330,w3c/html-aam#552 Change-Id: I2a23c23d3c06b747056de88481e7ec472d545535
Bug: 350528330,w3c/html-aam#552 Change-Id: I2a23c23d3c06b747056de88481e7ec472d545535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5670975 Auto-Submit: Aaron Leventhal <[email protected]> Reviewed-by: Chris Harrelson <[email protected]> Commit-Queue: Aaron Leventhal <[email protected]> Cr-Commit-Position: refs/heads/main@{#1324810}
Bug: 350528330,w3c/html-aam#552 Change-Id: I2a23c23d3c06b747056de88481e7ec472d545535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5670975 Auto-Submit: Aaron Leventhal <[email protected]> Reviewed-by: Chris Harrelson <[email protected]> Commit-Queue: Aaron Leventhal <[email protected]> Cr-Commit-Position: refs/heads/main@{#1324810}
Bug: 350528330,w3c/html-aam#552 Change-Id: I2a23c23d3c06b747056de88481e7ec472d545535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5670975 Auto-Submit: Aaron Leventhal <[email protected]> Reviewed-by: Chris Harrelson <[email protected]> Commit-Queue: Aaron Leventhal <[email protected]> Cr-Commit-Position: refs/heads/main@{#1324810}
previous issue - #506 |
Discussed briefly in triage: https://www.w3.org/2024/07/18-aria-minutes.html#t06 |
…the role prohibits a name, a=testonly Automatic update from web-platform-tests [A11y] Expose title as a description if the role prohibits a name Bug: 350528330,w3c/html-aam#552 Change-Id: I2a23c23d3c06b747056de88481e7ec472d545535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5670975 Auto-Submit: Aaron Leventhal <[email protected]> Reviewed-by: Chris Harrelson <[email protected]> Commit-Queue: Aaron Leventhal <[email protected]> Cr-Commit-Position: refs/heads/main@{#1324810} -- wpt-commits: 5f54392ca73bf60a7ab30314f76f86dde0b6777b wpt-pr: 47044
…the role prohibits a name, a=testonly Automatic update from web-platform-tests [A11y] Expose title as a description if the role prohibits a name Bug: 350528330,w3c/html-aam#552 Change-Id: I2a23c23d3c06b747056de88481e7ec472d545535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5670975 Auto-Submit: Aaron Leventhal <[email protected]> Reviewed-by: Chris Harrelson <[email protected]> Commit-Queue: Aaron Leventhal <[email protected]> Cr-Commit-Position: refs/heads/main@{#1324810} -- wpt-commits: 5f54392ca73bf60a7ab30314f76f86dde0b6777b wpt-pr: 47044
@scottaohara Should we close this one as duplicate and put the other one on the agenda? |
this one is on the agenda. we can discuss and then close one or the other after we talk about it. |
Bug: 350528330,w3c/html-aam#552 Change-Id: I2a23c23d3c06b747056de88481e7ec472d545535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5670975 Auto-Submit: Aaron Leventhal <[email protected]> Reviewed-by: Chris Harrelson <[email protected]> Commit-Queue: Aaron Leventhal <[email protected]> Cr-Commit-Position: refs/heads/main@{#1324810}
assigned myself to work on this PR |
Discussed in today's meeting:https://www.w3.org/2024/07/18-aria-minutes.html#t06 |
I'm not sure I see anything to say that we can't do this in Blink, but I want to map the title attribute at least to the accessible description when the name is prohibited. Seems reasonable, right?
Perhaps we need to update this content:
https://w3c.github.io/html-aam/#accname-computation
As well as:
https://w3c.github.io/html-aam/#att-title
which says
"Either the accessible name, or the accessible description, or Not mapped (see Comments)."
I wish it explicitly said to use the title for the description, and not for the name, if the name is prohibited. This is quite a common situation.
The text was updated successfully, but these errors were encountered: