Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-nav-1] Scope event definition to target interface #7443

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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