From dba7916645c3e3d68945fd9879fd01ebf4a82e62 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Wed, 11 Mar 2026 18:01:40 +0100 Subject: [PATCH] docs(servo-shell): mark keyboard input as resolved in SERVO_PIN.md --- crates/weft-servo-shell/SERVO_PIN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/weft-servo-shell/SERVO_PIN.md b/crates/weft-servo-shell/SERVO_PIN.md index ed7d364..e80a81f 100644 --- a/crates/weft-servo-shell/SERVO_PIN.md +++ b/crates/weft-servo-shell/SERVO_PIN.md @@ -66,7 +66,8 @@ context once the Wayland surface pipeline is stable. ## Known gaps at this pin -- **GAP-1**: Wayland input events not forwarded to Servo (keyboard/pointer stubs) +- **GAP-1**: ~~Wayland input events not forwarded to Servo~~ **Resolved** — keyboard and + mouse events forwarded via `webview.notify_input_event`; key mapping in `keyutils.rs`. - **GAP-2**: DMA-BUF surface export not implemented (software blit only) - **GAP-3**: WebGPU adapter on Mesa may fail CTS - **GAP-4**: CSS `backdrop-filter` and CSS Grid have partial coverage