RESOLVED FIXED 63601
[Meta] Shadow DOM API needs JS and V8 bindings.
https://bugs.webkit.org/show_bug.cgi?id=63601
Summary [Meta] Shadow DOM API needs JS and V8 bindings.
Dimitri Glazkov (Google)
Reported 2011-06-28 20:11:10 PDT
Attachments
WIP (22.78 KB, patch)
2012-01-23 15:46 PST, Hajime Morrita
no flags
Roland Steiner
Comment 1 2011-10-24 18:46:59 PDT
I moved Dimitri's original link - it's no at: http://dglazkov.github.com/component-model/2011-08-31/dom.html
Hajime Morrita
Comment 3 2012-01-15 18:15:57 PST
Since this has three distinct interfaces ShadowRoot, HTMLContentElement and HTMLShadowElement, I'm making this as a meta bug. The first step should be obviously ShadowRoot. So I'll add ENABLE(SHADOW_ROOT) there.
Dominic Cooney
Comment 4 2012-01-15 21:05:14 PST
(In reply to comment #3) > So I'll add ENABLE(SHADOW_ROOT) there. Should it be ENABLE(SHADOW_DOM) since that is the name of the spec?
Hajime Morrita
Comment 5 2012-01-16 20:13:49 PST
> (In reply to comment #3) > > So I'll add ENABLE(SHADOW_ROOT) there. > > Should it be ENABLE(SHADOW_DOM) since that is the name of the spec? Ooops. You are right. It should be SHADOW_DOM.
Hajime Morrita
Comment 6 2012-01-23 15:46:35 PST
Hajime Morrita
Comment 7 2012-01-23 15:47:38 PST
Comment on attachment 123641 [details] WIP Oops. Posted to wrong bug....
Hajime Morrita
Comment 8 2012-05-29 00:04:23 PDT
Closing. Obviously we have had tests.
Note You need to log in before you can comment on or make changes to this bug.