Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#749)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* use Label role for elements with text and no custom role

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: marc2332 <[email protected]>
  • Loading branch information
renovate[bot] and marc2332 authored Jun 29, 2024
1 parent ab8c3f3 commit 08771ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ glutin-winit = "0.5.0"
raw-window-handle = "0.6.0"
winit = "0.30.0"
tokio = { version = "1.33.0", features = ["sync", "rt-multi-thread", "time", "macros"] }
accesskit = { version = "0.15.0", features = ["serde"]}
accesskit_winit = "0.21.0"
accesskit = { version = "0.16.0", features = ["serde"]}
accesskit_winit = "0.22.0"
shipyard = { version = "0.6.2", features = ["proc", "std", "parallel"], default-features = false }
smallvec = "1.13.1"

Expand Down
1 change: 1 addition & 0 deletions crates/core/src/accessibility/accessibility_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ impl AccessibilityManager {
builder.set_value(alt.to_owned());
} else if let Some(value) = dioxus_node.get_inner_texts() {
builder.set_value(value);
builder.set_role(Role::Label);
}

// Set name
Expand Down

0 comments on commit 08771ac

Please sign in to comment.