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

[accname PR 236] Renaming LabelledBy Recursion since it's not recursive. #2207

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pkra
Copy link
Member

@pkra pkra commented May 23, 2024

Moved from w3c/accname#236

Closes accname issue 222

Renaming "LabelledBy Recursion" to "LabelledBy Traversal" since this step is not actually recursive.

@pkra pkra changed the base branch from monorepo_history--accname to main June 12, 2024 19:34
@pkra pkra changed the title [Monorepo] [accname PR 236] Renaming LabelledBy Recursion since it's not recursive. [accname PR 236] Renaming LabelledBy Recursion since it's not recursive. Jun 12, 2024
If traversal of the <code>current node</code> is due to recursion <strong>and</strong> the <code>current node</code> is an embedded control, ignore <code>aria-label</code> and
skip to rule <a href="#comp_embedded_control">Embedded Control</a>.
If traversal of the <code>current node</code> is due to <a href="#comp_name_from_content_for_each_child">Name From Content descendant node recursion</a> <strong>and</strong> the
<code>current node</code> is an embedded control, ignore <code>aria-label</code> and skip to rule <a href="#comp_embedded_control">Embedded Control</a>.
Copy link
Contributor

@smhigley smhigley Jul 8, 2024

Choose a reason for hiding this comment

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

This issue wasn't introduced in this PR, but it appears that Embedded Control actually precedes this step and will be processed first, so this check seems unnecessary and could maybe be removed entirely. I'm guessing that in the past, that wasn't the case 😅.

I don't think this PR should be held up by this, but maybe it's something to fix later.

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.

LabelledBy Recursion is not actually recursive, so it should be renamed.
5 participants