Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Jan 15, 2025
1 parent dce3079 commit 49e18dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -95004,9 +95004,10 @@ callback <dfn callback>NavigationInterceptHandler</dfn> = <span data-x="idl-Prom
synchronously updates the DOM to the post-navigation state.</p></dd>

<dt><code data-x=""><var>event</var>.<span subdfn data-x="dom-NavigateEvent-sourceElement">sourceElement</span></code></dt>
<dd><p>Returns the <code>Element</code> responsible for this navigation, be it an <code>a</code>
element that was clicked, a <span data-x="concept-submit-button">submit button</span>, or a
submitted <code>form</code> element.</p></dd>
<dd><p>Returns the <code>Element</code> responsible for this navigation. This can be an
<code>a</code>or <code>area</code> element, a <span
data-x="concept-submit-button">submit button</span>, or a submitted <code>form</code>
element.</p></dd>

<dt><code data-x=""><var>event</var>.<span subdfn data-x="dom-NavigateEvent-intercept">intercept</span>({ <span subdfn data-x="dom-NavigationInterceptOptions-handler">handler</span>, <span subdfn data-x="dom-NavigationInterceptOptions-focusReset">focusReset</span>, <span subdfn data-x="dom-NavigationInterceptOptions-scroll">scroll</span> })</code></dt>
<dd>
Expand Down

0 comments on commit 49e18dc

Please sign in to comment.