Use HTML instead of CSS pseudo-elements for presentational icons #433
Labels
a11y
Accessibility fixes and improvements
Form
Component 'Form'
Helper classes
Component 'Helper classes'
Icon
Component 'Icon'
Milestone
From independent accessibility report, SC 2.4.6:
Presentational icons, such as the arrows on expand/collapse buttons of accordions and filters, should be
aria-hidden
. This means they should be moved into the markup, since it is not possible to applyaria-hidden
to CSS pseudo-elements (::before
and::after
).The text was updated successfully, but these errors were encountered: