mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
In some situations, web content may need to hide embedder controls. For example, when focus shifts when a `<select>` box is open or when the element showing the control is removed from the DOM. This change adds a new API to hide embedder controls when that happens. Testing: This change adds a new API test. Signed-off-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>