bootstrap-flask icon indicating copy to clipboard operation
bootstrap-flask copied to clipboard

Support icon SVG accessibility

Open PanderMusubi opened this issue 1 year ago • 0 comments

Please, first read the section Accessibility under https://icons.getbootstrap.com/#usage

The question is how to extend the icon render marcro to support aria-hidden="true" and aria-label="..."

Suggestion is to add aria-hidden="true" when an icon is rendered without title and without description. When a description is given (which is likely more detailed than a title) use the description in aria-label="...". Otherwise, when a title is given, use that in aria-label="...".

PanderMusubi avatar Feb 02 '23 19:02 PanderMusubi