Open mvollmer opened 5 months ago
This unfortunately brings back the Patternfly warning.
This unfortunately brings back the Patternfly warning.
Fixed with a hack. aria-hidden is stronger than aria-label, at least when looking at the accessibility tree in Firefox.
This unfortunately brings back the Patternfly warning.
Fixed with a hack. aria-hidden is stronger than aria-label, at least when looking at the accessibility tree in Firefox.
Replaced with a slightly better hack. Using Td
instead of Th
...
BTW: It makes sense that aria-hidden
overrides aria-label
, just like display: none
overrides other CSS styling.
Hide the icons from screenreaders, and clarify the scope of things.