- From: Justin Fagnani <notifications@github.com>
- Date: Sun, 15 Apr 2018 23:47:44 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 15 April 2018 23:48:07 UTC
@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