web-accessibility icon indicating copy to clipboard operation
web-accessibility copied to clipboard

A Visual Studio Extension for Web accessibility

Results 19 web-accessibility issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Plugin don't work with HTML-like languages, e.g. Nunjucks, Handlebars, etc. It doesn't work even if extension of file is .html....

enhancement
collection

**Is your feature request related to a problem? Please describe.** We are using single quotes in our ejs template to work around it breaking when we serialize it into JSON....

enhancement

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hello, I had a problem with HTML tag pattern: - it matches with typescript generic interfaces - it matches all tags that start with html ```vue // ... const myTag:...

**Is your feature request related to a problem? Please describe.** For now, there is no other A11y checker on PUG **Describe the solution you'd like** Support PUG 1. Highlight elements...

**Describe the bug** Don't show alerts on multiple line tag definitions. **To Reproduce** If I use multiple lines for HTML tags, like below, the plugin don't show any alerts, warnings,...

bug

**Is your feature request related to a problem? Please describe.** When I'm developing in portuguese, I need a way to config "nonDescriptiveAlts" and "badAltStarts" to the native language. **Describe the...

enhancement

**Describe the bug** In Angular we use attribute binding, but the plugin doesn't support it. **To Reproduce** Steps to reproduce the behavior: 1. Create a simple angular project 2. Write...

enhancement

Is there a way for this plugin to work inside a PHP file to ensure that the HTML written inside the `.php` files have proper accessibility? I looked at the...

enhancement

hey, thanks for the great tool, but do you plan to follow a specific accessibility standard? e.g. WCAG?, 508 etc?