Re: [w3c/webcomponents] [templates] How featureful should the default processor be? (#682)

@glen-84 I suspect that would add a lot of complexity to the parser, making it build a tree structure out of something other than Nodes. By using elements for directives is that the parser can reusing element parsing and tree-building. `<template>` is really the right element for this too, as it's only potential DOM, and to be interpreted by some other mechanism, in this case the default template processor.

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

Received on Sunday, 15 April 2018 23:48:07 UTC