eslint-plugin-lit icon indicating copy to clipboard operation
eslint-plugin-lit copied to clipboard

Add rule to disallow xlink:href and bound namespaced attributes in general

Open justinfagnani opened this issue 4 years ago • 0 comments

The xlink:href attribute used to be required for <use> elements in Safari, but Safari now supports the plain href attribute since 12.1. A rule that errors on bound namespaced attributes and suggests plain href as an alternative to xlink:href would be great.

justinfagnani avatar Jan 22 '20 17:01 justinfagnani