mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
this patch adds a Servo::set_accessibility_active() method that embedders can use to tell Servo to start building and sending accessibility trees to the platform, as long as the pref is enabled (#42333). doing so sets a global flag in the constellation, which is then propagated to the layout of all existing and future pipelines. Testing: none yet, no functional change Fixes: part of #4344 --------- Signed-off-by: delan azabani <dazabani@igalia.com> Signed-off-by: Alice Boxhall <alice@igalia.com> Co-authored-by: Alice Boxhall <alice@igalia.com>