Commit Graph

7 Commits

Author SHA1 Message Date
Avital Oliver
5103fbe197 Explain strict tag closing limitation in html-tools README 2014-10-28 10:12:23 -07:00
Avital Oliver
96b43c4b63 Remove XXXs from html-tools README
If anything, we should track these somewhere else.
And especially now, given that we publish READMEs
on Atmosphere these should definitely not be here.
2014-10-28 02:53:43 -07:00
David Greenspan
a2552be8f8 HTMLTools: Kill "Special" as a TemplateTag wrapper
Remove the concept of a "Special" as a generalization of template tags in HTML parsing and the HTMLjs tree.  Just call something that's parsed by hooking the HTML parser a TemplateTag.  Don't wrap the return value of getSpecialTag (now getTemplateTag), just require that it be an instanceof HTMLTools.TemplateTag.

Spacebars.TemplateTag is now a subclass of HTMLTools.TemplateTag.  Both support `.toJS()`.  The same object returned by getTemplateTag is now inserted into the HTMLjs -- that is, the Spacebars compiler creates an HTMLTools.TemplateTag instead of it being created as a wrapper inside HTMLTools.  All usages of the words "special" or "special tag" are replaced with "template tag."
2014-04-24 10:18:02 -07:00
David Greenspan
b9455835c3 add example to html-tools README 2014-01-08 11:24:11 -08:00
David Greenspan
5ed450921d More wordsmithing 2014-01-06 21:38:39 -08:00
David Greenspan
f50e0a4973 prose edits 2014-01-06 21:29:10 -08:00
David Greenspan
40d4d9cd84 document html-tools 2014-01-06 21:25:40 -08:00