You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the design the heading of the side and main content should refer to their corresponding section via aria-labelledby attribute.
There are no default headings for those two sections. Therefore the application developer is supposed to add a ui5-title component into the corresponding slot and refer it to the section via ID.
Proposed Solution
Add support for aria-labellby into the accessibilityAttributes API, in order to enable the application developers to refer the heading IDs to their corresponding sections. For reference check the ui5-panel component.
Additionally the ui5-title components do not seem to render properly in the sample.
Proposed Alternatives
No response
Organization
No response
Additional Context
No response
Priority
Medium
Privacy Policy
I’m not disclosing any internal or sensitive information.
The text was updated successfully, but these errors were encountered:
Feature Request Description
According to the design the heading of the
side
andmain
content should refer to their corresponding section viaaria-labelledby
attribute.There are no default headings for those two sections. Therefore the application developer is supposed to add a
ui5-title
component into the correspondingslot
and refer it to the section via ID.Proposed Solution
Add support for
aria-labellby
into theaccessibilityAttributes
API, in order to enable the application developers to refer theheading
IDs to their corresponding sections. For reference check theui5-panel
component.Additionally the
ui5-title
components do not seem to render properly in the sample.Proposed Alternatives
No response
Organization
No response
Additional Context
No response
Priority
Medium
Privacy Policy
The text was updated successfully, but these errors were encountered: