mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03:09 +00:00
docs(servo-shell): mark keyboard input as resolved in SERVO_PIN.md
This commit is contained in:
parent
ed5a69bb74
commit
dba7916645
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue