flutter icon indicating copy to clipboard operation
flutter copied to clipboard

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

Open rami-a opened this issue 4 years ago • 9 comments

Internal: b/258949931

Using the Semantics widget and setting the selected property to true does not currently cause any sort of additional announcement in flutter web. This gets read out as "selected" on iOS and Android. There is likely some sort of mechanism in ARIA that can be utilized for this.

rami-a avatar Sep 25 '20 19:09 rami-a