docs(servo-shell): mark keyboard input as resolved in SERVO_PIN.md

This commit is contained in:
Marco Allegretti 2026-03-11 18:01:40 +01:00
parent ed5a69bb74
commit dba7916645

View file

@ -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