We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601655d commit 9ada239Copy full SHA for 9ada239
dom.bs
@@ -1253,6 +1253,9 @@ for discussion).
1253
1254
<li><p>Set <var>event</var>'s {{Event/eventPhase}} attribute to {{Event/NONE}}.
1255
1256
+ <li><p>If {{Event/target}}'s <a for=tree>root</a> is a <a for=/>shadow root</a>, then set
1257
+ <var>event</var>'s {{Event/target}} attribute and <var>event</var>'s <a>relatedTarget</a> to null.
1258
+
1259
<li><p>Set <var>event</var>'s {{Event/currentTarget}} attribute to null.
1260
1261
<li><p>Set <var>event</var>'s <a for=Event>path</a> to the empty list.
0 commit comments