Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Oct 18, 2024

Implement SemanticsFlag.hasSelectedState and SemanticsFlag.isSelected for web in terms of aria-selected.

Fixes flutter/flutter#66673

@yjbanov yjbanov requested a review from hannah-hyj October 18, 2024 23:57
@github-actions github-actions bot added the platform-web Code specifically for the web engine label Oct 18, 2024
Copy link
Member

@hannah-hyj hannah-hyj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@yjbanov yjbanov added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 21, 2024
@auto-submit auto-submit bot merged commit 4e6405e into flutter:main Oct 21, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Oct 21, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Oct 21, 2024
nick9822 pushed a commit to nick9822/flutter that referenced this pull request Dec 18, 2024
Implement `SemanticsFlag.hasSelectedState` and `SemanticsFlag.isSelected` for web in terms of `aria-selected`.

Fixes flutter#66673
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App platform-web Code specifically for the web engine

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[web:a11y] implement the "selected" semantic property

2 participants