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
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
It seems that the IDs on the symbol elements that are being generated are not valid XML according to the W3C markup generator. I am getting an error Bad value ai:local:services/screen for attribute id on element symbol: Not a valid XML 1.0 name for every icon that I include in my page. I guess this is due to the / inside the IDs?
What version of
astro-icon
are you using?v1.1.0
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
It seems that the IDs on the
symbol
elements that are being generated are not valid XML according to the W3C markup generator. I am getting an errorBad value ai:local:services/screen for attribute id on element symbol: Not a valid XML 1.0 name
for every icon that I include in my page. I guess this is due to the/
inside the IDs?What's the expected result?
I would expect valid IDs.
Link to Minimal Reproducible Example
https://stackblitz.com
The text was updated successfully, but these errors were encountered: