Bug 59066 - ShadowRoot::innerHTML is undefined
Summary: ShadowRoot::innerHTML is undefined
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 59803
  Show dependency treegraph
 
Reported: 2011-04-20 19:35 PDT by Roland Steiner
Modified: 2012-01-10 22:53 PST (History)
3 users (show)

See Also:


Attachments
Test case (can serve as layout test) (714 bytes, text/html)
2011-04-20 19:35 PDT, Roland Steiner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Steiner 2011-04-20 19:35:45 PDT
Created attachment 90479 [details]
Test case (can serve as layout test)

The innerHTML property of a shadow root node currently is undefined.

Attaching a test case/future layout test.
Comment 1 Dominic Cooney 2011-04-20 22:49:51 PDT
I don’t think it is a slam dunk that ShadowRoots will be exposed to anyone who would want innerHTML (ie JavaScript.) So I think this bug needs to be postponed for now.
Comment 2 Dominic Cooney 2012-01-10 22:53:56 PST
ShadowRoot does not define innerHTML, so we won’t implement this. <http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-shadow-root>