Closed DataTriny closed 1 week ago
https://github.com/AccessKit/accesskit/pull/475 changed how text content should be set for AccessKit nodes with a role of Label. This was unfortunately missing from #16234.
Label
When building an accesskit::Node with Role::Label, calls set_value instead of set_label on the node to set its content.
accesskit::Node
Role::Label
set_value
set_label
I can't test this right now on my Windows machine due to a compilation error with wgpu-hal I have no idea how to resolve.
Welcome, new contributor!
Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨
Objective
https://github.com/AccessKit/accesskit/pull/475 changed how text content should be set for AccessKit nodes with a role of
Label
. This was unfortunately missing from #16234.Solution
When building an
accesskit::Node
withRole::Label
, callsset_value
instead ofset_label
on the node to set its content.Testing
I can't test this right now on my Windows machine due to a compilation error with wgpu-hal I have no idea how to resolve.