You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: explainer.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,10 @@ The following properties are proposed to embrace the developer’s intention and
58
58
- 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.
59
59
- 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.
60
60
- 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.
0 commit comments