Re: [csswg-drafts] [css-text] Atomic inlines being equivalent to ID for line breaking is not web-compatible (#4576)

> I guess the question is: Is there a use case for wanting strict line-breaking in a paragraph, but still wanting breaking opportunities on both sides of images?

In that case, you could use

p { word-break: strict; }
img { word-break: auto; }

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

Received on Sunday, 26 January 2020 11:04:03 UTC