Skip to content

Commit

Permalink
Clarify composedPath() method steps with an assert
Browse files Browse the repository at this point in the history
Closes #1343.
  • Loading branch information
annevk committed Feb 12, 2025
1 parent e6bb175 commit cbf4c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,8 @@ was initialized to. When an <a>event</a> is created the attribute must be initia

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

<li><p><a for=/>Assert</a>: <var>currentTarget</var> is an {{EventTarget}} object.

<li><p><a for=list>Append</a> <var>currentTarget</var> to <var>composedPath</var>.

<li><p>Let <var>currentTargetIndex</var> be 0.
Expand Down

0 comments on commit cbf4c0d

Please # to comment.