snowman
snowman copied to clipboard
HTML shorthands breaking custom elements
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.