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: packages/docs/data/accessibility.json
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,46 @@
267
267
}
268
268
]
269
269
},
270
+
"cascade-select": {
271
+
"keyboard": [
272
+
{
273
+
"keys": ["Space"],
274
+
"description": "<span>When focus is on trigger, opens the cascade select and focuses the first item.<br />When focus is on the content, selects the highlighted item.</span>"
275
+
},
276
+
{
277
+
"keys": ["Enter"],
278
+
"description": "<span>When focus is on trigger, opens the cascade select and focuses the first item.<br />When focus is on content, selects the highlighted item.</span>"
279
+
},
280
+
{
281
+
"keys": ["ArrowDown"],
282
+
"description": "<span>When focus is on trigger, opens the cascade select.<br />When focus is on content, moves focus to the next item in the current level.</span>"
283
+
},
284
+
{
285
+
"keys": ["ArrowUp"],
286
+
"description": "<span>When focus is on trigger, opens the cascade select and focuses the last item.<br />When focus is on content, moves focus to the previous item in the current level.</span>"
287
+
},
288
+
{
289
+
"keys": ["ArrowRight"],
290
+
"description": "<span>When focus is on a branch item, expands the next level and moves focus into it.</span>"
291
+
},
292
+
{
293
+
"keys": ["ArrowLeft"],
294
+
"description": "<span>When focus is on a nested level, collapses it and moves focus back to the parent.<br />When focus is at the root level, closes the cascade select.</span>"
295
+
},
296
+
{
297
+
"keys": ["Home"],
298
+
"description": "<span>Moves focus to the first item in the current level.</span>"
299
+
},
300
+
{
301
+
"keys": ["End"],
302
+
"description": "<span>Moves focus to the last item in the current level.</span>"
303
+
},
304
+
{
305
+
"keys": ["Esc"],
306
+
"description": "<span>Closes the cascade select and moves focus to trigger.</span>"
0 commit comments