This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19408 - [Templates]: in frameset needs rule to detect </frameset> while parsing template contents
Summary: [Templates]: in frameset needs rule to detect </frameset> while parsing templ...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 15476
  Show dependency treegraph
 
Reported: 2012-10-09 19:26 UTC by Rafael Weinstein
Modified: 2012-10-09 21:46 UTC (History)
3 users (show)

See Also:


Attachments

Description Rafael Weinstein 2012-10-09 19:26:39 UTC
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.
Comment 1 Rafael Weinstein 2012-10-09 21:46:36 UTC
http://dvcs.w3.org/hg/webcomponents/rev/a25a6382f459