-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Making Circular Option Picker a listbox
#52255
Merged
ciampo
merged 29 commits into
WordPress:trunk
from
andrewhayward:35292/improve_color_palette_keyboard_accessiblity--listbox
Sep 4, 2023
Merged
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9232f14
Making Circular Option Picker a `listbox`
1f87fc5
Merge branch 'WordPress:trunk' into 35292/improve_color_palette_keybo…
andrewhayward 309e523
Various updates
84ac262
Merge branch 'trunk' into 35292/improve_color_palette_keyboard_access…
37016b3
Merge branch 'trunk' into 35290/improve_color_palette_keyboard_access…
72e8889
Fixing tests for `core/cover`
d932389
Fixing tests for `BorderControl`
b331d7c
Fixing tests for `BorderControl`
a90e82f
Adding default values for ARIA labels
142b7c2
Fixing merge conflict
7336b69
Removing redundant `ColorPalette` test
3692ccd
Updating custom color tests
fc000ee
Removing redundant snapshots
17f8837
Updating broken snapshot
a61af94
Merge branch 'trunk' into 35292/improve_color_palette_keyboard_access…
5385c6e
Updating CHANGELOG.md
eb6658a
Fixing various E2E tests
718f81f
Updating test for new keyboard navigation
d20d985
Updating E2E tests
432af69
Fixing navigation-colors E2E test
65a74fb
Fixing E2E tests for cover and heading blocks
01693bb
Removing `option` constant
aaa8c45
Removing redundant type coercion
149c4da
Enforcing mutual exclusivity of `-label`/`-labelledby`
8c22df2
Making label exclusivity clearer
78d88d0
Merge branch 'trunk' into 35292/improve_color_palette_keyboard_access…
e808582
Updating CHANGELOG.md
b15497f
Fixing broken test
717469b
Merge branch 'trunk' into 35292/improve_color_palette_keyboard_access…
ciampo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Another idea for a follow-up PR: refactor
BorderControl
's unit tests fromfireEvent
totesting-library/user-event
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.
See #54155.