Re: [webcomponents] Should parser extensibility be a design goal? (#113)

`<span>` is special inside foreign content whereas `<asdf>` would not be. Search for `span` in  https://html.spec.whatwg.org/multipage/syntax.html to find that.

You don't think the scanner for `</script>` could be repurposed as a scanner for `</{custom}>`? Anyway, I guess I would be okay with a more simplified mode too. `<script>` does have an awful lot of states.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/113#issuecomment-112124665

Received on Monday, 15 June 2015 16:17:24 UTC