File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5859,6 +5859,7 @@ interface ShadowRoot : DocumentFragment {
5859
5859
readonly attribute ShadowRootMode mode;
5860
5860
readonly attribute boolean delegatesFocus;
5861
5861
readonly attribute SlotAssignmentMode slotAssignment;
5862
+ readonly attribute boolean clonable;
5862
5863
readonly attribute Element host;
5863
5864
attribute EventHandler onslotchange;
5864
5865
};
@@ -5907,6 +5908,9 @@ null if <var>event</var>'s <a>composed flag</a> is unset and <a for=/>shadow roo
5907
5908
<p> The <dfn attribute for=ShadowRoot><code>slotAssignment</code></dfn> getter steps are to return
5908
5909
<a>this</a> 's <a for=ShadowRoot>slot assignment</a> .
5909
5910
5911
+ <p> The <dfn attribute for=ShadowRoot><code>clonable</code></dfn> getter steps are to return
5912
+ <a>this</a> 's <a for=ShadowRoot>clonable</a> .
5913
+
5910
5914
<p> The <dfn attribute for=ShadowRoot><code>host</code></dfn> getter steps are to return
5911
5915
<a>this</a> 's <a for=DocumentFragment>host</a> .
5912
5916
You can’t perform that action at this time.
0 commit comments