Skip to content

Commit c46e8eb

Browse files
author
Jihye Hong
authored
Update explainer.md
1 parent 254ab15 commit c46e8eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ 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-
- 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),
6262
- If `nav-rule: projection` is applied to the element E, the focus moves to D.
6363
- If `nav-rule: direction` is applied to the element E, the focus moves to C.
6464
- 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
7777

7878
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.
7979
- 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.
8181

8282
## Issues
8383
- Why CSS properties instead of HTML attributes (like `tabindex`)?

0 commit comments

Comments
 (0)