mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
this patch adds some new methods and messages that allow layout to send the embedder [accessibility tree updates](https://docs.rs/accesskit/0.22.0/accesskit/struct.TreeUpdate.html): - layout —[ ScriptThreadMessage::AccessibilityTreeUpdate ]→ script - script —[ EmbedderMsg::AccessibilityTreeUpdate ]→ libservo - libservo —[ WebViewDelegate::notify_accessibility_tree_update() ]→ servoshell - servoshell —[ PlatformWindow::notify_accessibility_tree_update() ]→ servoshell - servoshell —[ Gui::notify_accessibility_tree_update() ]→ servoshell Testing: none yet, no functional change Fixes: part of #4344 --------- Signed-off-by: delan azabani <dazabani@igalia.com> Co-authored-by: Luke Warlow <lwarlow@igalia.com> Co-authored-by: Alice Boxhall <alice@igalia.com>