Skip to content

Update where setSemanticsEnabled is found on 'Accessibility' page #8686

Closed
@dmosdallas

Description

@dmosdallas

Page URL

https://docs.flutter.dev/accessibility-and-localization/accessibility/

Page source

https://github.com/flutter/website/tree/main/src/accessibility-and-localization/accessibility.md

Describe the problem

Under Screen Readers --> Browser, this page states:

Screen Readers users on web will need to toggle “Enable accessibility” button to build the semantics tree. Users can skip this step if you programmatically auto-enable accessibility for your app using this API:

RendererBinding.instance.setSemanticsEnabled(true)

However, it looks like the setSemanticsEnabled function is no longer a part of RendererBinding in flutter 3.10

Expected fix

Guide should provide up-to-date details on how to programmatically auto-enable accessibility for an app.

Additional context

No response

Metadata

Metadata

Assignees

Labels

e0-minutesEffort: < 60 minp2-mediumNecessary but not urgent concern. Resolve when possible.t.a11yRelates to an accessibility concern

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions