Re: [dom] {{ }}s are showing up in the output (#22)

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