-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Create dir-role.tentative.html #45553
Conversation
add test for the `dir` element, which is defined as obsolete in HTML, but that it should be treated the same as `ul` - and thus be exposed with an implicit role=list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally this PR would also have a line comment for dir
(before div
) in /html-aam/roles.html
pointing to this file.
pointing to this file with the .tentative in the name or without? and if it was tentative would then the expectation be to make another PR to change that when this did get accepted and merged? or would this file get deleted and the test added to the other? |
Yes. Once there are two implementations of the mapping, I’d expect the |
I hate it when a UI button changes its function during a |
add test for the `dir` element, which is defined as obsolete in HTML, but that it should be treated the same as `ul` and thus be exposed with an implicit role=list
The dir element is defined as obsolete in HTML and should be exposed as the list role. [1] web-platform-tests/wpt#45553 Fixed: 361126130 Change-Id: Ia1e6cb5be7fa20a69b7a1b421a60d6cae0e154c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5837082 Reviewed-by: Aaron Leventhal <[email protected]> Commit-Queue: Aaron Leventhal <[email protected]> Cr-Commit-Position: refs/heads/main@{#1351373}
add test for the
dir
element, which is defined as obsolete in HTML, but that it should be treated the same asul
- and thus be exposed with an implicit role=list