[Bug 19408] New: [Templates]: in frameset needs rule to detect </frameset> while parsing template contents

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