Skip to content

fix!: Drop next/previous focus properties#288

Merged
DataTriny merged 1 commit intomainfrom
drop-next-previous-focus
Aug 29, 2023
Merged

fix!: Drop next/previous focus properties#288
DataTriny merged 1 commit intomainfrom
drop-next-previous-focus

Conversation

@mwcampbell
Copy link
Contributor

I decided that, as shown in #284, these properties only add unnecessary complexity for GUI toolkit developers. None of the platform adapters use them, and there's probably no way they ever could. The equivalent properties in Chromium are only used by ChromeVox. My understanding is that the only purpose of these properties is to allow tabbing to the correct control when a screen reader's browse mode, scan mode, or equivalent is active, and the screen reader's cursor is not on a focusable control. In my opinion, that purpose is better served by the existing SetSequentialFocusNavigationStartingPoint action, which will remain optional for toolkit developers.

@DataTriny DataTriny merged commit d35c7c1 into main Aug 29, 2023
@DataTriny DataTriny deleted the drop-next-previous-focus branch August 29, 2023 17:03
@mwcampbell mwcampbell mentioned this pull request Aug 29, 2023
lunixbochs pushed a commit to talonvoice/accesskit that referenced this pull request Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants