Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions css-nav-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -615,15 +615,15 @@ The Navigation event types are summarized below.
For full normative details, see [[#processing-model]].

<h4 id="event-type-navbeforefocus" class="non-normative">
<dfn event for=NavigationEvent>navbeforefocus</dfn></h4>
<dfn event for=HTMLElement>navbeforefocus</dfn></h4>

This event occurs when there is a valid result of <a>selecting the best candidate</a>.

<table class="def">
<tbody>
<tr>
<th>Type
<td><strong><code>navbeforefocus</code></strong>
<td><strong><code><a event>navbeforefocus</a></code></strong>
<tr>
<th>Interface
<td>{{NavigationEvent}}
Expand Down Expand Up @@ -730,7 +730,7 @@ the <a spec=html for="/">origin</a> of the [=active document=] of the [=top-leve
</div>

<h4 id="event-type-navnotarget" class="non-normative">
<dfn event for=NavigationEvent>navnotarget</dfn></h4>
<dfn event for=HTMLElement>navnotarget</dfn></h4>

This event occurs before going up the tree to search candidates in the
nearest ancestor <a>spatial navigation container</a> when spatial navigation has failed to find any candidate
Expand All @@ -742,7 +742,7 @@ when it cannot be scrolled further.
<tbody>
<tr>
<th>Type
<td><strong><code>navnotarget</code></strong>
<td><strong><code><a event>navnotarget</a></code></strong>
<tr>
<th>Interface
<td>{{NavigationEvent}}
Expand Down