Skip to content
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

Make text/document AX nodes unreachable via AOM #31914

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

Since one can only get a computed AX node for an element, it makes
sense sense to skip over document and text nodes.

However, an element is not required for all nodes. An example is
a pseudo element styled as display:table, which has some AX nodes
that do not have any kind of matching DOM node.

Bug: WICG/aom#185
Change-Id: Icb1f19c3c8c524593cb31e19af3d4b44f6d565b4

Reviewed-on: https://chromium-review.googlesource.com/3311319
WPT-Export-Revision: 5a0bdc15f3248408e11966db90583f8ef6ea55d3

Since one can only get a computed AX node for an element, it makes
sense sense to skip over document and text nodes.

However, an element is not required for all nodes. An example is
a pseudo element styled as display:table, which has some AX nodes
that do not have any kind of matching DOM node.

Bug: WICG/aom#185
Change-Id: Icb1f19c3c8c524593cb31e19af3d4b44f6d565b4
Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants