Re: [WICG/webcomponents] Custom 'void' or self-closing elements (HTML parser changes) (#624)

@Danny-Engelman 
> There will never be self-closing custom elements.

You already wrong. The mix of HTML and XML is in place and in XML island like SVG or MathML closing tags are valid case. 
Have to experiment on XHTML island cross-browser with hope to dump dumb HTML in favor of strict XML. 

Perhaps the future would leave HTML behind, along with JS. The AST binary tree proposal seems doing slow but progress. In this tree it does not matter how parser would close the "tag", whether implicitly as in this proposal or XML, or by 1000+ weird rules as in HTML. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/624#issuecomment-1514183802
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/624/1514183802@github.com>

Received on Wednesday, 19 April 2023 06:12:29 UTC