Re: [csswg-drafts] [css-text-3] Disambiguation about soft wrap opportunities around replaced elements (#9964)

Another place that almost but not quite defines this (in the same direction) may be this:
> For [soft wrap opportunities](https://drafts.csswg.org/css-text-4/#soft-wrap-opportunity) before the first or after the last character of a box, the break occurs immediately before/after the box (at its margin edge) rather than breaking the box between its content edge and the content.

Here, the [soft wrap opportunity](https://drafts.csswg.org/css-text-4/#soft-wrap-opportunity) before and after each replaced element is the first or last **thing** in a box, but not the first/last **character** in a box.

So we could also fix this with the following addition:
> For [soft wrap opportunities](https://drafts.csswg.org/css-text-4/#soft-wrap-opportunity) before the first or after the last character<ins>, replaced element, or atomic inline</ins> of a box […]

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9964#issuecomment-1944652176 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 14 February 2024 21:27:48 UTC