mvdschee / web-accessibility

A Visual Studio Extension for Web accessibility
https://marketplace.visualstudio.com/items?itemName=MaxvanderSchee.web-accessibility
MIT License
70 stars 13 forks source link

Support aria-labelledby #54

Open twilight1794 opened 1 year ago

twilight1794 commented 1 year ago

For some elements, this extension recommends using aria-label attribute or <label for=""> to provide a label for that element. I would like that aria-labelledby be included in this validation rule too.