- From: Tab Atkins Jr. <notifications@github.com>
- Date: Mon, 20 Apr 2015 15:36:31 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 20 April 2015 22:36:57 UTC
Figured it out - the `{{foo}}` shorthand can't contain markup. All the ones that are showing up have `<var>` in them. Either we can just remove the markup (not really necessary) or I can move the `{{foo}}` handling to be text-based, rather than markup-based. I try to minimize the number of text-based transforms, because it's easier for them to misfire and do weird things. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/22#issuecomment-94584688
Received on Monday, 20 April 2015 22:36:57 UTC