docs/research/sources/editor-architecture/layout-measurement-and-ime-lanes.md
Compile the evidence that layout and IME formatting are their own lanes, not generic overlay leftovers.
Premirror and Pretext both say the same thing:
That argues against mixing pagination/layout concerns into the overlay ownership model.
Pretext proves measurement wants its own precompute/hot-path split.
That matters for huge-doc and page-layout lanes later, even if it is not the current blocker.
EditContext makes explicit something web editors often blur:
That is useful because it shows browser/IME formatting pressure is not well modeled as ordinary app decorations.