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

fix(ui5-tabcontainer): implement acc for overflowed items #2047

Merged
merged 3 commits into from
Aug 3, 2020

Conversation

fifoosid
Copy link
Contributor

Fixes #2036

@@ -4,6 +4,9 @@
type="{{this.overflowState}}"
?selected="{{this.effectiveSelected}}"
?disabled="{{this.effectiveDisabled}}"
?aria-disabled="{{this.effectiveDisabled}}"
aria-selected="{{this.effectiveSelected}}"
aria-labelledby="{{this.ariaLabelledBy}}"
Copy link
Member

Choose a reason for hiding this comment

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

I think that aria-disabled should be either "true|false" or not set at all. In this case, with "?", it will remain just aria-disabled.

There is also small difference in the VoiceOver announcement. Without the "?", when aria-disabled="true", VoiceOver mentions "dimmed" in addition to the item's text.

But, I am not an expert, you can double check it with our ACC experts.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, it is not correct to have only aria-disabled with no value. The 'dimmed' announcement is expected.

@ilhan007 ilhan007 merged commit efe03bc into master Aug 3, 2020
@ilhan007 ilhan007 deleted the tc-overflow-acc branch August 3, 2020 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants