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

Add tests for computed label #41463

Merged
merged 35 commits into from
Nov 13, 2023
Merged

Conversation

MelSumner
Copy link
Contributor

@MelSumner MelSumner commented Aug 15, 2023

Resolves web-platform-tests/interop-accessibility#34

Have a few questions, so leaving in draft status until resolved.

accname/name/comp_label.html Show resolved Hide resolved
accname/name/comp_label.html Outdated Show resolved Hide resolved
accname/name/comp_label.html Outdated Show resolved Hide resolved
accname/name/comp_label.html Outdated Show resolved Hide resolved
accname/name/comp_label.html Outdated Show resolved Hide resolved
accname/name/comp_label.html Outdated Show resolved Hide resolved
MelSumner and others added 2 commits August 16, 2023 12:21
Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
@MelSumner
Copy link
Contributor Author

@cookiecrook I will give this a re-review and ping you once it's ready. Apologies for the delay!

@MelSumner MelSumner self-assigned this Sep 28, 2023
@rahimabdi rahimabdi self-assigned this Oct 22, 2023
accname/name/comp_label.html Outdated Show resolved Hide resolved
wai-aria/scripts/aria-utils.js Outdated Show resolved Hide resolved
Comment on lines 239 to 241
<button aria-label="
" data-testname="button with carriage return as aria-label does not use aria-label as name" data-ignoredattributeforlabel="aria-label" class="ignore-attribute">my button</button>
<button aria-label=" " data-testname="button with space characters as aria-label does not use aria-label as name" data-ignoredattributeforlabel="aria-label" class="ignore-attribute">my button</button>
Copy link
Contributor

@cookiecrook cookiecrook Nov 9, 2023

Choose a reason for hiding this comment

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

I think these two can be standard tests too, right? data-expectedlabel="my button" class="ex"

Copy link
Contributor

Choose a reason for hiding this comment

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

Agreed; updated as part of de1eefe.

rahimabdi and others added 3 commits November 10, 2023 12:28
Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
rahimabdi
rahimabdi previously approved these changes Nov 10, 2023
@rahimabdi rahimabdi self-requested a review November 10, 2023 20:59
@rahimabdi rahimabdi dismissed their stale review November 10, 2023 21:00

Requires another round of review, dismissing.

Copy link
Contributor

@cookiecrook cookiecrook left a comment

Choose a reason for hiding this comment

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

Thanks for the change iterations. LGTM!

@rahimabdi rahimabdi merged commit f940302 into master Nov 13, 2023
19 checks passed
@rahimabdi rahimabdi deleted the melsumner/accname-name-comp-label branch November 13, 2023 20:58
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.

AccName: tests/todos in accname/name/comp_label
6 participants