You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We still don't have a linting rule that covers the specific issue mentioned here (camel-casing SVG attributes). I'm unsure whether Angular is better at handling lowercase attributes now, but given we haven't seen this reoccur we should just keep an eye on it for now.
If it does come up again, we could consider writing our own rule for HTMLValidate that ensures SVG attributes are correctly cased.
What
Lint the HTML outputted by our macros to ensure it's sensible and consistent.
Why
Further detail
As part of this, we might want to check for:
The text was updated successfully, but these errors were encountered: