Open jacobdevera opened 5 years ago
Enhancement (to comply with a11y)
The rendered markup should be updated to reflect changes made in fundamental-styles. https://github.com/SAP/fundamental-styles/pull/410
fundamental-styles
ul
table
<td>
<span>
Additional changes:
aria-label
aria-disabled="true"
this will be fixed with the next release. i have already implemented it.
Is this a bug, enhancement, or feature request?
Enhancement (to comply with a11y)
Briefly describe your proposal.
The rendered markup should be updated to reflect changes made in
fundamental-styles
. https://github.com/SAP/fundamental-styles/pull/410ul
intotable
with role=“grid”<td>
: aria-selected=“true” and<span>
role "button"Additional changes:
aria-label
(e.g. “Next Year”, "Next Month")aria-label
should be used to read out full date<td>
:aria-disabled="true"