Skip to content

Commit fc8ba9d

Browse files
authored
Merge pull request #640 from w3c/topmost-event-target-export
Export topmost event target definition
2 parents 7a3f80d + af00997 commit fc8ba9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4365,7 +4365,7 @@ <h1>Glossary</h1>
43654365
<dd>A hardware-agnostic representation of input devices that can target a specific coordinate (or set of coordinates) on a screen, such as a mouse, pen, or touch contact.</dd>
43664366
<dt><dfn>rotation</dfn></dt>
43674367
<dd>An indication of incremental change on an input device using the {{WheelEvent}} interface. On some devices this MAY be a literal rotation of a wheel, while on others, it MAY be movement along a flat surface, or pressure on a particular button.</dd>
4368-
<dt><dfn>topmost event target</dfn></dt>
4368+
<dt><dfn class="export">topmost event target</dfn></dt>
43694369
<dd>The <a>topmost event target</a> MUST be the element highest in the rendering order which is capable of being a [=Event/target=]. In graphical user interfaces this is the element under the user's pointing device. A user interface's <q>hit testing</q> facility is used to determine the target. For specific details regarding hit testing and stacking order, refer to the <a>host language</a>.</dd>
43704370
</dl>
43714371
</section>

0 commit comments

Comments
 (0)