E57E [css-text-3] Clarify that if there's a wrap opportunity in the line, … · w3c/csswg-drafts@3308dcb · GitHub
[go: up one dir, main page]

Skip to content

Commit 3308dcb

Browse files
committed
[css-text-3] Clarify that if there's a wrap opportunity in the line, content is not allowed to overflow the line.
1 parent c4c6bd1 commit 3308dcb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-text-3/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,12 @@ Characters and Letters</h3>
809809
it is a <dfn>soft wrap break</dfn>.
810810
The process of breaking inline-level content into lines is called <dfn lt="line-breaking-process">line breaking</dfn>.
811811

812-
<p>Wrapping is only performed at an allowed break point, called a <dfn export>soft wrap opportunity</dfn>.
812+
<p>Wrapping is only performed at an allowed break point,
813+
called a <dfn export>soft wrap opportunity</dfn>.
814+
When wrapping is enabled (see 'white-space'),
815+
the UA must minimize the amount of content overflowing a line
816+
by wrapping the line at a <a>soft wrap opportunity</a>,
817+
if one exists.
813818

814819
<p>In most writing systems,
815820
in the absence of hyphenation a <a>soft wrap opportunity</a> occurs only at word boundaries.

0 commit comments

Comments
 (0)
0