-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Extract `getBlockDisplayName from block navigation list component and add to blocks package. Rename to getBlockLabel. Make experimental. Prepend block title to label. Add tests Use block label as aria-label for block edit wrapper. Allow custom separator Use block label for movers Split functionality into two separate functions, one for visual label and one for accessible label Fix typo Co-Authored-By: Marco Zehe <MarcoZehe@users.noreply.github.com> Consolidate block accessibility label to use the same functionality on mobile and web Add context argument to getLabel and tidy up some naming Shorten title of Unrecognized Block to just Unrecognized Code cleanliness Rename `getLabel` to `label` for consistency withe other block functions Avoid using RichText api in favour of a simpler way to strip html tags Move mobile accessibility labels to be cross-platform Add row to web aria labels Fix tests Use position identifiers in localized text Use spaces not tabs Revert changes to block mover, instead use block title for a shorter screen reader description Add support for columns Debounce update of block label in block list block * Update expected label in e2e test * Update test func to be dynamic * Fix a comment typo that the speech synthesizer stumbled over. Co-authored-by: Marco Zehe <MarcoZehe@users.noreply.github.com>
- Loading branch information
1 parent
a6530ad
commit a8f43fa
Showing
23 changed files
with
374 additions
and
235 deletions.
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.