mirror of
https://github.com/servo/servo.git
synced 2025-09-12 16:08:20 +01:00
servoshell: Enable accesskit integration. (#37519)
These changes ensure that our browser shell can integrate with screenreaders. We do not provide any accessibility information about webview content yet, which requires further API design work in both Servo, accesskit, and egui. Testing: No a11y-specific testing at this point; just verifying that existing tests continue to pass. Fixes: part of #4344 --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
d114feb0fa
commit
ef5784da0d
9 changed files with 743 additions and 56 deletions
12
deny.toml
12
deny.toml
|
@ -174,6 +174,18 @@ skip = [
|
|||
|
||||
# Stylo uses 2.0, WebRender uses 0.99
|
||||
"derive_more",
|
||||
|
||||
# duplicated by blurz/blurmock
|
||||
"hex",
|
||||
|
||||
# duplciated by rustix
|
||||
"linux-raw-sys",
|
||||
|
||||
# duplicated by async-io
|
||||
"rustix",
|
||||
|
||||
# duplicated by zbus-xml
|
||||
"quick-xml",
|
||||
]
|
||||
|
||||
# github.com organizations to allow git sources for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue