Table of Contents
Line Break Opportunities around Replaced Elements
Background
Proposals
Notes
Line Break Opportunities around Replaced Elements
Background
The
2013 LC
defines replaced elements are U+FFFC.
LC issue #4
points out that it's not web-compatible.
The
current ED
fixed
by forcing a soft wrap opportunity both before and after replaced elements.
This fix broke Emoji, Gaiji, and all other
inline graphics within text
scenario where the LC supported nicely.
Proposals
Keep the current fix. Web-compat, but
inline graphics within text
breaks poorly.
Revert the fix. Breaks the web, but better design and is better compliant with UAX#14.
Keep the current fix for web-compat, add a property to opt-in to the new behavior (e.g.,
line-break-as: ideographic
).
Keep the current fix for web-compat, add a property to opt-in to the new behavior in Level 4.
Notes
www-style thread
Summary by fantasai (member ML)