-
Notifications
You must be signed in to change notification settings - Fork 270
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-flexible-column-layout): add start/mid/endColumnAccessibleName properties #2483
Conversation
…, midColumnAccessibleText and endColumnAccessibleText properties
* @public | ||
* @since 1.0.0-rc.11 | ||
*/ | ||
startColumnAccessibleText: { |
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.
I think accessibleName is the correct term, here it is accessibleText. But, I will have to discuss it with responsible team.
@@ -90,7 +90,7 @@ const metadata = { | |||
* @public | |||
* @since 1.0.0-rc.11 | |||
*/ | |||
startColumnAccessibleText: { | |||
startColumnAccessibleName: { |
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.
and the properties' descriptions - "accessibility text" to "accessible name"
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.
Everything thing is fine, just update the jsdoc descriptions - "accessibility text" to "accessible name"
Add startColumnAccessibleText, midColumnAccessibleText and endColumnAccessibleText properties
Fixes #2464