@@ -3327,7 +3327,7 @@ run these steps:
3327
3327
</ol>
3328
3328
3329
3329
<li><p> <a for=set>For each</a> <var> slot</var> of <var> signalSet</var> , <a>fire an event</a>
3330
- named <code> slotchange </code> , with its {{Event/bubbles}} attribute set to true, at
3330
+ named {{HTMLSlotElement/slotchange}} , with its {{Event/bubbles}} attribute set to true, at
3331
3331
<var> slot</var> .
3332
3332
</ol>
3333
3333
@@ -5752,6 +5752,7 @@ invoked, must return a new {{DocumentFragment}} <a>node</a> whose <a for=Node>no
5752
5752
interface ShadowRoot : DocumentFragment {
5753
5753
readonly attribute ShadowRootMode mode;
5754
5754
readonly attribute Element host;
5755
+ attribute EventHandler onslotchange;
5755
5756
};
5756
5757
5757
5758
enum ShadowRootMode { "open", "closed" };
@@ -5779,6 +5780,11 @@ null if <var>event</var>'s <a>composed flag</a> is unset and <a for=/>shadow roo
5779
5780
<p> The <dfn attribute for=ShadowRoot><code>host</code></dfn> attribute's getter must return the
5780
5781
<a>context object</a> 's <a for=DocumentFragment>host</a> .
5781
5782
5783
+ <p> The <dfn attribute for=ShadowRoot><code>onslotchange</code></dfn> attribute is an
5784
+ <a>event handler IDL attribute</a> for the
5785
+ <dfn for=ShadowRoot export><code>onslotchange</code></dfn> <a>event handler</a> , whose
5786
+ <a>event handler event type</a> is {{HTMLSlotElement/slotchange}} .
5787
+
5782
5788
<hr>
5783
5789
5784
5790
<p> In <dfn export id=concept-shadow-including-tree-order>shadow-including tree order</dfn> , is
0 commit comments