Skip to content

Commit cbf4c0d

Browse files
committed
Clarify composedPath() method steps with an assert
Closes #1343.
1 parent e6bb175 commit cbf4c0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dom.bs

+2
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,8 @@ was initialized to. When an <a>event</a> is created the attribute must be initia
523523

524524
<li><p>Let <var>currentTarget</var> be <a>this</a>'s {{Event/currentTarget}} attribute value.
525525

526+
<li><p><a for=/>Assert</a>: <var>currentTarget</var> is an {{EventTarget}} object.
527+
526528
<li><p><a for=list>Append</a> <var>currentTarget</var> to <var>composedPath</var>.
527529

528530
<li><p>Let <var>currentTargetIndex</var> be 0.

0 commit comments

Comments
 (0)