Skip to content

Conversation

@andrewseguin
Copy link
Contributor

export type GridRowRole = 'row' | 'rowheader';
export type GridCellRole = 'gridcell' | 'columnheader';
export type GridFocusMode = 'roving' | 'activedescendant';
export type GridWrapStrategy = 'continuous' | 'loop' | 'nowrap';
export type ListFocusMode = 'roving' | 'activedescendant';
export type ListOrientation = 'horizontal' | 'vertical';
export type ListSelectionMode = 'follow' | 'explicit';
export type ComboboxFilterMode = 'manual' | 'auto-select' | 'highlight';
export type GridSelectionMode = 'follow' | 'explicit';
export type TreeCurrentType = 'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false';

@andrewseguin andrewseguin requested a review from a team as a code owner November 12, 2025 22:16
@andrewseguin andrewseguin requested review from ok7sai and wagnermaciel and removed request for a team November 12, 2025 22:16
@andrewseguin andrewseguin added the target: rc This PR is targeted for the next release-candidate label Nov 12, 2025
@andrewseguin andrewseguin force-pushed the aria-types branch 4 times, most recently from f1930f4 to 7326c44 Compare November 12, 2025 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants