FortAwesome / angular-fontawesome

Official Angular component for Font Awesome 5+
https://fontawesome.com
MIT License
1.49k stars 152 forks source link

Documentation omits usage of title and a11yRole #331

Open mattdistefano opened 3 years ago

mattdistefano commented 3 years ago

It looks like https://fontawesome.com/v5.15/how-to-use/on-the-web/other-topics/accessibility#svg-semantic has been implemented in this project via the title Input, but is absent from the documentation (save for an example in the demo app). Same thing for the a11yRole input. Would be nice to see these documented better here since they're so key to the accessibility of the component.

devoto13 commented 3 years ago

PR to improve documentation is welcome 😄

I think adding Accessibility article under Guides will be a good approach.