- From: <bugzilla@jessica.w3.org>
- Date: Tue, 09 Oct 2012 19:26:39 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19408
Summary: [Templates]: in frameset needs rule to detect
</frameset> while parsing template contents
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
e.g.
#data
<template><frame></frame></frameset><frame></frame></template>
#errors
#document
| <html>
| <head>
| <template>
| #document-fragment
| <frame>
| <frame>
| <body>
When it encounters </frameset> it needs to detect that it is parsing template
contents and *not* attempt to pop the <template> off the stack of open
elements. This is identical behavior to the fragment case.
--
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 Tuesday, 9 October 2012 19:26:40 UTC