Skip to content

Commit 254ab15

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

explainer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ The following properties are proposed to embrace the developer’s intention and
7676
- repeat: Enables the focus looping
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.
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. If the current focused element is Z and there is an input from the down-arrow key, the focus is moved to A.
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.
8081

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

0 commit comments

Comments
 (0)