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

feat(ui5-card): add ariaLabel and ariaLabelledby properties #2127

Merged
merged 4 commits into from
Aug 20, 2020

Conversation

ilhan007
Copy link
Member

No description provided.

@ilhan007 ilhan007 added the CBC label Aug 19, 2020
@@ -23,6 +23,10 @@
}

/* Workaround for IE */
[ui5-multi-combobox] {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this belong to the current change?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, it does not, it came from the merge, now it won't be displayed after I updated the branch.
However, it was the right selector, but now everything is fine

@ilhan007 ilhan007 merged commit 7007f8e into master Aug 20, 2020
@ilhan007 ilhan007 deleted the feat-card-aria-lbl branch August 20, 2020 11:08
@ilhan007 ilhan007 added this to 1.0.0-rc.9 (planned for Oct, 2020) in UI5 Web Components - Roadmap Aug 25, 2020
@ilhan007 ilhan007 removed this from 1.0.0-rc.9 (planned for Oct, 2020) in UI5 Web Components - Roadmap Sep 2, 2020
ilhan007 pushed a commit that referenced this pull request Jul 30, 2021
Part of #3107 

BREAKING CHANGE: The support for ```aria-labelledby``` have been deprecated in favour of  new attribute ```accessible-name-ref``` for the following components:
- ComboBox (Requested by SF #1916)
- DatePicker (Requested by SF #2107)
- Input (Requested #1866)
- List (Requested by SF #1886)
- Rating Indicator
- Select (Requested by SF #2107)
- StepInput (Implemented as part of the initial implementation #2804)
- TextArea (Requested by SF #2107)
- WizardStep (Implemented as part of the initial implementation #2400)
The ```aria-labelledby``` has been deprecated for the following component:
- Button (Requested by SF #1425)
The ```accessible-name``` has been deprecated for the following components:
- Link (Requested by SF #2356)
 Both ```aria-labelledby``` and ```accessible-name``` have been deprecated for the following components:
- Card (Requested by CBC #2127)
- CheckBox (Requested by SF #2265)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants