Skip to content

Commit c0ee29f

Browse files
author
jihyerish
committed
[css-nav-1] Fix the wrong description
Fix the wrong description about selecting the candidate which doesn't overlap with search origin before measuring the distance.
1 parent b528ec2 commit c0ee29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-nav-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ run the following steps:
11871187
unless it too is overlapped with another higher item, recursively.
11881188
* Else
11891189
1. Set <var>candidates</var> be the subset of its items which satisfies one of the following conditions:
1190-
* the item overlaps with <var>searchOrigin</var> and its <a>boundary box</a>'s
1190+
* the item doesn't overlap with <var>searchOrigin</var> and its <a>boundary box</a>'s
11911191
* top edge is below the bottom edge of <var>searchOrigin</var>'s <a>boundary box</a> if <var>dir</var> is {{SpatialNavigationDirection/down}}
11921192
* bottom edge is above the top edge of <var>searchOrigin</var>'s <a>boundary box</a> if <var>dir</var> is {{SpatialNavigationDirection/up}}
11931193
* right edge is left of the left edge of <var>searchOrigin</var>'s <a>boundary box</a> if <var>dir</var> is {{SpatialNavigationDirection/left}}

0 commit comments

Comments
 (0)