RESOLVED FIXED 160919
Add support for ShadowRoot.mode attribute
https://bugs.webkit.org/show_bug.cgi?id=160919
Summary Add support for ShadowRoot.mode attribute
Chris Dumez
Reported 2016-08-16 16:14:54 PDT
Add support for ShadowRoot.mode attribute: - https://dom.spec.whatwg.org/#interface-shadowroot
Attachments
Patch (21.83 KB, patch)
2016-08-16 16:26 PDT, Chris Dumez
no flags
Patch (21.89 KB, patch)
2016-08-16 16:56 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-08-16 16:26:23 PDT
Ryosuke Niwa
Comment 2 2016-08-16 16:54:45 PDT
Comment on attachment 286230 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=286230&action=review > Source/WebCore/dom/ShadowRoot.idl:37 > +enum ShadowRootMode { "user-agent", "closed", "open" }; Maybe we should add a comment that "user-agent" is a WebKit extension that should never be exposed to the Web?
Chris Dumez
Comment 3 2016-08-16 16:56:42 PDT
WebKit Commit Bot
Comment 4 2016-08-16 17:27:12 PDT
Comment on attachment 286234 [details] Patch Clearing flags on attachment: 286234 Committed r204543: <http://trac.webkit.org/changeset/204543>
WebKit Commit Bot
Comment 5 2016-08-16 17:27:17 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.