- From: <bugzilla@jessica.w3.org>
- Date: Wed, 24 Apr 2013 03:53:41 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21809
Bug ID: 21809
Summary: [Templates]: <template> should allow <body> as a child
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: ericbidelman@chromium.org
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 15476
Use case is filling an iframe[seamless].srcdoc with template.innerHTML.
I want to override the <body> an iframe creates by default. With the
seamless attribute, the styles bleed through from the parent frame so the
frame inherits the body styles defined in the parent. Thus, there's no way
to override them in the iframe.
Here's an example:
http://jsbin.com/akuhob/3/edit
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 24 April 2013 03:53:52 UTC