Files
workinf_Blender_Wasm/docs/tasks/M14-04D.md
mes123456 380cbed4ff
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

17 lines
425 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# M14-04DChromium IME composition guard for incomplete operators
- `task`: `M14-04D`
- `parent`: `M14-04C`
- `status`: `in_progress`
## 目标
在 Chromium 的生产编辑器输入路径中IME compositionstart/update 期间不触发未完成的
operatorcompositionend 后才允许提交最终文本。Firefox/WebKit 不在本项目范围内。
## 验收
```text
npm --prefix web run test:chromium-ime-guard
```