html5lib / html5lib-python

Standards-compliant library for parsing and serializing HTML documents and fragments in Python
MIT License
1.13k stars 283 forks source link

Support HTML Templates #50

Open ambv opened 11 years ago

ambv commented 11 years ago

As specified in: http://www.w3.org/TR/html-templates/

Implementation already present in the Firefox nightlies, probably in Chrome too. This means the spec will be ported to HTML proper shortly.

gsnedders commented 11 years ago

Note that this is not clear how to support in html5lib, given the spec has a concept of template content separate from the normal children of the element.