Skip to content

Commit 111469c

Browse files
committed
Make grid minimized.
1 parent 94f5c70 commit 111469c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/src/pages/components/scoped-focusgroup.explainer.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,9 @@ Additionally, when focus is within [native key conflict elements](#key-conflict-
10041004
neighboring focusgroup items are automatically made available in the tab order to provide an
10051005
[escape mechanism](#escape-behavior-for-native-key-conflict-elements).
10061006

1007+
<details>
1008+
<summary><strong>(Future Consideration) Grid focusgroups</strong></summary>
1009+
10071010
## (Future Consideration) Grid focusgroups
10081011

10091012
Some focusable data is structured not as a series of nested linear groups, but as a
@@ -1206,6 +1209,8 @@ move to (e.g., in a grid with two rows, and the bottom row has three cells, and
12061209
top row only two, if the focus is on the 3rd cell, a request to move "up" to the prior
12071210
row cannot be honored because there is no "3rd cell" in that row.
12081211

1212+
</details>
1213+
12091214
## (Future Consideration) Additional Keyboard support
12101215

12111216
In addition to arrow keys, the `focusgroup` should also enable other navigation keys such as

0 commit comments

Comments
 (0)