Checkpoint web parity through Chromium input tasks
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

26
docs/status/M14-04E.md Normal file
View File

@@ -0,0 +1,26 @@
# M14-04E Status
status: done
task: Chromium US/non-US/dead-key/modifier keymap fixture
updated: 2026-08-19 America/New_York
enablingTask: false
parityStateChange: false
## Scope
Added a versioned keyboard observation contract preserving layout character (`key`), physical key
(`code`), location, repeat, composition state, dead-key identity and modifier flags. Chromium
production events verified US, non-US character, dead-key and modifier fixtures. Firefox/WebKit are
excluded.
## Evidence
- `npm --prefix web run build` passed.
- `npm --prefix web run test:chromium-keymap-fixture` passed: 2 protocol tests and 4 real Chromium
keyboard fixtures.
- Checker output: `chromium-keymap-ok fixtures=US,NON_US,DEAD_KEY,MODIFIER observations=4 execution=DISABLED next=M14-04F`.
- `npm --prefix web run typecheck` and `git diff --check` passed.
## Next Task
`M14-04F`: Chromium touch modal cancel, two-finger navigation and single pen Main commit.