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
In the latest release, there was a fix for the crossorigin property (related to #1642). The updated rule only allows the crossorigin property on script, img and video tags. This means an error is now thrown for the crossorigin property on link tags.
You can see here that crossorigin is an accepted attribute of link tags. I would therefore expect the linter to allow them. Something like this should pass:
In the latest release, there was a fix for the crossorigin property (related to #1642). The updated rule only allows the
crossorigin
property onscript
,img
andvideo
tags. This means an error is now thrown for thecrossorigin
property onlink
tags.You can see here that
crossorigin
is an accepted attribute oflink
tags. I would therefore expect the linter to allow them. Something like this should pass:Unless there's something I'm missing, happy to make a PR to fix this 🌈
The text was updated successfully, but these errors were encountered: