Skip to content

Commit 2f2ddce

Browse files
author
Jihye Hong
authored
Update explainer.md
1 parent 9eb8fca commit 2f2ddce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

explainer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ The following properties are proposed to embrace the developer’s intention and
5858
- Let the upper edge of the C is positioned `250px` down from the upper edge of the E and the leftside edge of the C is positioned `200px` to the right from the leftside edge of the E.
5959
- Let the upper edge of the D is positioned `100px` down from the upper edge of the E and the leftside edge of the D is positioned `500px` to the right from the leftside edge of the E.
6060
- Let the initial focus goes to A among the DOM subtree rooted at E.
61-
- `nav-rule: projection` is applied to the element E and the current focused element is A, the focus moves to D when there is an input from the right-arrow key.
62-
- `nav-rule: direction` is applied to the element E and the current focused element is A, the focus moves to C when there is an input from the right-arrow key.
63-
- `nav-rule: nearest` is applied to the element E and the current focused element is A, the focus moves to B when there is an input from the right-arrow key.
64-
61+
- If the current focused element is A and there is an input from the right-arrow key,
62+
- If `nav-rule: projection` is applied to the element E, the focus moves to D.
63+
- If `nav-rule: direction` is applied to the element E, the focus moves to C.
64+
- Otherwise `nav-rule: nearest` is applied to the element E, the focus moves to B.
6565

6666
- nav-loop property (CSSUI4)
6767

0 commit comments

Comments
 (0)