Skip to content

Commit b7055b2

Browse files
author
Jihye Hong
committed
[css-nav-1] Fix the mistake in processing model
If the best candidate is found, "navbeforefocus" event should be fired. (not "navnotarget")
1 parent def62e5 commit b7055b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-nav-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ To run the <dfn>spatial navigation steps</dfn> in <var>direction</var>, do the f
10701070
</ul>
10711071
8. Let <var>bestCandidate</var> be the result of <a>selecting the best candidate</a>
10721072
within <var>candidates</var> in <var>direction</var> starting from <var>eventTarget</var>.
1073-
9. <a>Dispatches navnotarget event</a> at <var>eventTarget</var> with <var>direction</var> and <var>bestCandidate</var>.
1073+
9. <a>Dispatches navbeforefocus event</a> at <var>eventTarget</var> with <var>direction</var> and <var>bestCandidate</var>.
10741074
10. Run the <a>focusing steps</a> for <var>bestCandidate</var> and return.
10751075

10761076
</div>

0 commit comments

Comments
 (0)