- From: <bugzilla@jessica.w3.org>
- Date: Wed, 07 Nov 2012 13:37:38 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19889
Priority: P2
Bug ID: 19889
Assignee: dglazkov@chromium.org
Blocks: 15476
Summary: [Templates]: Behavior in an XHTML document should
match HTML
QA Contact: public-webapps-bugzilla@w3.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: adamk@chromium.org
Hardware: PC
Status: NEW
Version: unspecified
Component: Component Model
Product: WebAppsWG
To facilitate this, the spec should describe how to modify the tree
construction algorithm when parsing XHTML. The easiest modification would be
to, if the current node is an HTMLTemplateElement, push the
HTMLTemplateElement.content DocumentFragment onto the stack of open elements
instead of the template element itself. I've experimented with this approach in
WebKit's libxml2-based parser and it seems to work reasonably well.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 7 November 2012 13:37:45 UTC