Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl |
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl |
| index d9ffd6621abc9a48df50fea39b84867bd635231f..8b7e62a8fea971114c7a5678ed7b27eb56c225e4 100644 |
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl |
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl |
| @@ -27,6 +27,7 @@ |
| // https://w3c.github.io/webcomponents/spec/shadow/#the-shadowroot-interface |
| interface ShadowRoot : DocumentFragment { |
| + readonly attribute ShadowRootMode mode; |
|
kochi
2016/03/31 06:19:15
We should restrict exposing this attribute only wh
yuzuchan
2016/03/31 07:51:07
Done.
|
| readonly attribute Element host; |
| [ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot? olderShadowRoot; |
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML; |