snowman icon indicating copy to clipboard operation
snowman copied to clipboard

HTML shorthands breaking custom elements

Open MalifaciousGames opened this issue 9 months ago • 1 comments

Hi, it seems the - shorthand for hidden elements messes with the parsing of custom elements, making them impossible to use : <custom-elem></custom-elem> renders as <custom style="display:none"></custom>.

I would gladly submit a pull request but I've been struggling to find when this parsing actually occurs in the rendering process.

MalifaciousGames avatar May 06 '24 09:05 MalifaciousGames