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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ 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
-
- If the current focused element is A and there is an input from the right-arrow key,
61
+
- If the current focused element is A and there is an input from the :arrow_right: (right-arrow key),
62
62
- If `nav-rule: projection` is applied to the element E, the focus moves to D.
63
63
- If `nav-rule: direction` is applied to the element E, the focus moves to C.
64
64
- Otherwise `nav-rule: nearest` is applied to the element E, the focus moves to B.
@@ -77,7 +77,7 @@ The following properties are proposed to embrace the developer’s intention and
77
77
78
78
If `nav-loop: repeat` is applied to the element E, the DOM subtree rooted at E is eligible to participate in the focus looping for any scrollable area created by E.
79
79
- Let the element A is the first child node and the element Z is the last child node in the DOM subtree rooted at E.
80
-
- If the current focused element is Z and there is an input from the down-arrow key, the focus is moved to A.
80
+
- If the current focused element is Z and there is an input from the :arrow_down: (down-arrow key), the focus is moved to A.
81
81
82
82
## Issues
83
83
- Why CSS properties instead of HTML attributes (like `tabindex`)?
0 commit comments