Skip to content

Commit

Permalink
Add ShadowRoot clonable attribute
Browse files Browse the repository at this point in the history
Fixes #1236.
  • Loading branch information
saschanaz committed Dec 13, 2023
1 parent ca756e0 commit 277983d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5859,6 +5859,7 @@ interface ShadowRoot : DocumentFragment {
readonly attribute ShadowRootMode mode;
readonly attribute boolean delegatesFocus;
readonly attribute SlotAssignmentMode slotAssignment;
readonly attribute boolean clonable;
readonly attribute Element host;
attribute EventHandler onslotchange;
};
Expand Down Expand Up @@ -5907,6 +5908,9 @@ null if <var>event</var>'s <a>composed flag</a> is unset and <a for=/>shadow roo
<p>The <dfn attribute for=ShadowRoot><code>slotAssignment</code></dfn> getter steps are to return
<a>this</a>'s <a for=ShadowRoot>slot assignment</a>.

<p>The <dfn attribute for=ShadowRoot><code>clonable</code></dfn> getter steps are to return
<a>this</a>'s <a for=ShadowRoot>clonable</a>.

<p>The <dfn attribute for=ShadowRoot><code>host</code></dfn> getter steps are to return
<a>this</a>'s <a for=DocumentFragment>host</a>.

Expand Down

0 comments on commit 277983d

Please sign in to comment.