Skip to content

Commit

Permalink
Fix #135 remove empty attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mmocny authored Oct 27, 2023
1 parent 524e182 commit b35ff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Each {{PerformanceEventTiming}} object reports timing information about an <dfn
The {{target}} attribute's getter returns the <a>associated event</a>'s last {{Event/target}} when such {{/Node}} is not disconnected nor in the shadow DOM.
</dd>
<dt>{{interactionId}}</dt>
<dd link-for=>
<dd>
The <dfn export>interactionId</dfn> attribute's getter returns the ID that uniquely identifies the user interaction which triggered the <a>associated event</a>. This attribute is 0 unless the <a>associated event</a>'s {{Event/type}} attribute value is one of:
* A {{pointerdown}}, {{pointerup}}, or {{click}} belonging to a user tap or drag. Note that {{pointerdown}} that ends in scroll is excluded.
* A {{keydown}} or {{keyup}} belonging to a user key press.
Expand Down

0 comments on commit b35ff49

Please sign in to comment.