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
Would this be a separate project, as the SVG spec is distinct(?) from the rest of HTML5, or could this be something that could be added to this library.
Also, are the declared elements generated from a standard schema? I.e. I could imagine implementing the svg elements via code generation from the SVG XML schema
The text was updated successfully, but these errors were encountered:
Ideally it should be a separate project, but I don't think typed-html is flexible enough for that as it stands. I'd definitely consider merging SVG tags in if that turns out to be the case.
I found it easier to just write up the HTML elements by hand rather than writing a useful generator, tbh, but for SVG I think the opposite could be true.
Would this be a separate project, as the SVG spec is distinct(?) from the rest of HTML5, or could this be something that could be added to this library.
Also, are the declared elements generated from a standard schema? I.e. I could imagine implementing the svg elements via code generation from the SVG XML schema
The text was updated successfully, but these errors were encountered: