# UnifiedWriter v5.32.0 Image / Link / Comment Foundation

## Scope

This version strengthens inline image, link, and comment editing after the table-editing foundation.

## Image editing

- Images inserted through Host `OpenFile` are stored as self-contained inline image blocks.
- Clicking an image creates a structural image selection.
- A transient resize box/handle is rendered as editor chrome only and is not serialized into DocumentModel.
- Double-click or **Format > Image > Image options** opens a jQuery UI dialog for alt text, width, wrap metadata, and deletion.

## Link editing

- Link insertion/editing uses a jQuery UI dialog.
- Existing links can be edited or removed without browser `prompt()`.
- Link mutations are written back to the DocumentModel block rather than relying on renderer DOM as the source of truth.

## Comments

- Comment range marks are committed back into DocumentModel HTML so they survive re-render, UWPSX save, print, and export paths.
- Resolve/delete operations also synchronize the rendered range mark back into the model.

## Design note

The visible page DOM remains a renderer output.  Temporary edit UI such as image resize handles is never persisted.  Only sanitized image/link/comment markup is committed to the DocumentModel.
