Skip to content

Commit 277983d

Browse files
authored
Add ShadowRoot clonable attribute
Fixes #1236.
1 parent ca756e0 commit 277983d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dom.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5859,6 +5859,7 @@ interface ShadowRoot : DocumentFragment {
58595859
readonly attribute ShadowRootMode mode;
58605860
readonly attribute boolean delegatesFocus;
58615861
readonly attribute SlotAssignmentMode slotAssignment;
5862+
readonly attribute boolean clonable;
58625863
readonly attribute Element host;
58635864
attribute EventHandler onslotchange;
58645865
};
@@ -5907,6 +5908,9 @@ null if <var>event</var>'s <a>composed flag</a> is unset and <a for=/>shadow roo
59075908
<p>The <dfn attribute for=ShadowRoot><code>slotAssignment</code></dfn> getter steps are to return
59085909
<a>this</a>'s <a for=ShadowRoot>slot assignment</a>.
59095910

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+
59105914
<p>The <dfn attribute for=ShadowRoot><code>host</code></dfn> getter steps are to return
59115915
<a>this</a>'s <a for=DocumentFragment>host</a>.
59125916

0 commit comments

Comments
 (0)