Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into popup
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Oct 11, 2022
2 parents fd2c976 + 5909fe9 commit 4977625
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -80965,7 +80965,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<tbody>

<tr>
<td><dfn event for="GlobalEventHandlers"><code data-x="event-dnd-dragstart">dragstart</code></dfn></td>
<td><dfn event for="GlobalEventHandlers,Text"><code data-x="event-dnd-dragstart">dragstart</code></dfn></td>
<td><span>Source node</span></td>
<td>&#x2713; Cancelable</td>
<td><span data-x="concept-dnd-rw">Read/write mode</span>
Expand All @@ -80974,7 +80974,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
</tr>

<tr>
<td><dfn event for="GlobalEventHandlers"><code data-x="event-dnd-drag">drag</code></dfn></td>
<td><dfn event for="GlobalEventHandlers,Text"><code data-x="event-dnd-drag">drag</code></dfn></td>
<td><span>Source node</span></td>
<td>&#x2713; Cancelable</td>
<td><span data-x="concept-dnd-p">Protected mode</span>
Expand Down Expand Up @@ -81019,7 +81019,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
</tr>

<tr>
<td><dfn event for="GlobalEventHandlers"><code data-x="event-dnd-dragend">dragend</code></dfn></td>
<td><dfn event for="GlobalEventHandlers,Text"><code data-x="event-dnd-dragend">dragend</code></dfn></td>
<td><span>Source node</span></td>
<td>&mdash;</td>
<td><span data-x="concept-dnd-p">Protected mode</span>
Expand Down Expand Up @@ -129361,8 +129361,8 @@ INSERT INTERFACES HERE

<tr> <!-- pointercancel -->
<td> <span><code data-x="event-pointercancel">pointercancel</code></span>
<td> <code>Event</code>
<td> Elements
<td> <code>PointerEvent</code>
<td> Elements and <code>Text</code> nodes
<td> Fired at the <span>source node</span> when the user attempts to initiate a drag-and-drop operation.

<tr> <!-- popstate -->
Expand Down

0 comments on commit 4977625

Please sign in to comment.