- From: <bugzilla@jessica.w3.org>
- Date: Thu, 17 May 2012 04:45:11 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17085
Summary: [Shadow]: Clarify the effect of <meta http-equiv="…">
in Shadow DOM
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
AssignedTo: dglazkov@chromium.org
ReportedBy: dominicc@chromium.org
QAContact: public-webapps-bugzilla@w3.org
Blocks: 14978
Presumably, as a <script> tag in Shadow DOM executes and has side-effects on
the global state, what is the effect of things like
var s = new ShadowRoot(document.head);
s.innerHTML = '<meta http-equiv="set-cookie" content="foo=bar">';
on document.cookie? Should these side effects happen? What about <title> and
document.title? (Note that document.title has a setter.)
--
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 Thursday, 17 May 2012 04:45:14 UTC