Skip to content

fix(ui5-flexible-column-layout): expose separator accessible name via aria-label#13781

Closed
plamenivanov91 wants to merge 1 commit into
mainfrom
fcl-separator-acc-fix
Closed

fix(ui5-flexible-column-layout): expose separator accessible name via aria-label#13781
plamenivanov91 wants to merge 1 commit into
mainfrom
fcl-separator-acc-fix

Conversation

@plamenivanov91

Copy link
Copy Markdown
Contributor

The start/end separator role="separator" elements were only announcing their accessible name through the title attribute, which VoiceOver ignores by default and JAWS only reads at higher verbosity settings.

Added aria-label alongside the existing title on both separators so all major screen readers reliably announce "Resize between ... columns".

Fixes #13775

… aria-label

The start/end separator role="separator" elements were only announcing
their accessible name through the title attribute, which VoiceOver ignores
by default and JAWS only reads at higher verbosity settings.

Added aria-label alongside the existing title on both separators so all
major screen readers reliably announce "Resize between ... columns".

Fixes #13775
@sap-ui5-webcomponents-release

Copy link
Copy Markdown

@plamenivanov91

Copy link
Copy Markdown
Contributor Author

superseded by

#13776

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FlexibleColumnLayout]: endSeparator/startSeparator accessible name is exposed as title attribute

1 participant