Skip to content

Commit

Permalink
Move note out of OL
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Nov 1, 2024
1 parent a1f962d commit ef73d72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -62223,12 +62223,12 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
<li><p>Run <span>Light dismiss open dialogs</span> with <var>event</var>.</p></li>

<li><p>Run <span>Light dismiss open popovers</span> with <var>event</var>.</p></li>

<p class="XXX"><span>Run light dismiss activities</span> will be called by the <a
href="https://github.com/w3c/pointerevents/pull/460">Pointer Events spec</a> when the user clicks
or touches anywhere on the page.</p>
</ol>

<p class="XXX"><span>Run light dismiss activities</span> will be called by the <a
href="https://github.com/w3c/pointerevents/pull/460">Pointer Events spec</a> when the user clicks
or touches anywhere on the page.</p>

<p>To <dfn>request to close the dialog</dfn>, given a <code data-x="HTMLDialogElement">dialog element</code>
<var>dialog</var> and a string <var>returnValue</var>:</p>

Expand Down

0 comments on commit ef73d72

Please sign in to comment.