Skip to content

Commit

Permalink
Add accessibility name (#337)
Browse files Browse the repository at this point in the history
Chrome 128 added a new accessibility property. Because we are trapped
behind null safety we won't be able to use
[this](#336) when it's ready.
Patching the `AXPropertyName` off of release v2.25.0 seems to limp us
along for now.
  • Loading branch information
kendalsickels-wf authored Aug 22, 2024
1 parent 7d60d62 commit 6cf8a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/protocol/accessibility.dart
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ enum AXPropertyName {
flowto('flowto'),
labelledby('labelledby'),
owns('owns'),
url('url'),
uninteresting('uninteresting'),
ariaHiddenElement('ariaHiddenElement'),
ariaHiddenSubtree('ariaHiddenSubtree'),
Expand Down

0 comments on commit 6cf8a10

Please sign in to comment.