- From: <bugzilla@jessica.w3.org>
- Date: Fri, 17 Aug 2012 22:55:42 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18613
Summary: [Templates]: Section 7 Parsing HTML Templates needs to
be re-written
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
AssignedTo: dglazkov@chromium.org
ReportedBy: rafaelw@chromium.org
QAContact: public-webapps-bugzilla@w3.org
Blocks: 15476
To be reflect the prior consensus (on public-webapps) about implied context
parsing.
The basic idea is this:
While parsing children of the template element, act as if IN_HEAD, but append
any produced nodes to the template element's content. When the first
"determining" start tag is encountered, set the context element based on the
indentity of that tag, reset the insertion mode appropriately and continue.
Non-determining start tags must include: template, style, script, link.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 17 August 2012 22:55:43 UTC