Skip to content

Commit c5242c4

Browse files
committed
s/break/wrap/ to not imply that forced breaks are disallowed for 'text-wrap: none'
1 parent 394ef98 commit c5242c4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css3-text/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,18 +1136,18 @@ <h3 id="text-wrap">
11361136

11371137
<dl>
11381138
<dt><dfn title="text-wrap:normal">''normal''</dfn></dt>
1139-
<dd>Lines may break at allowed break points, as determined by the
1139+
<dd>Lines may wrap at allowed break points, as determined by the
11401140
line-breaking rules in effect. Line breaking behavior defined
11411141
for the WJ, ZW, and GL line-breaking classes in
11421142
[[!UAX14]] must be honored.
11431143
<dt><dfn title="text-wrap:none">''none''</dfn></dt>
1144-
<dd>Lines may not break; text that does not fit within the block container
1144+
<dd>Lines must not wrap; text that does not fit within the block container
11451145
overflows it.</dd>
11461146
<dt><dfn title="text-wrap:avoid">''avoid''</dfn></dt>
1147-
<dd>Line breaking is suppressed within the element: the UA may only break
1148-
within the element if there are no other valid break points in the
1149-
line. If the text breaks, line-breaking restrictions are honored as for
1150-
'normal'.
1147+
<dd>Line wrapping is suppressed within the element: the UA may only wrap at
1148+
a breakpoint within the element if there are no other valid breakpoints
1149+
in the line. If the text breaks, line-breaking restrictions are honored
1150+
as for 'normal'.
11511151
</dl>
11521152

11531153
<p>Regardless of the 'text-wrap' value, lines always break at forced breaks:
@@ -1156,9 +1156,9 @@ <h3 id="text-wrap">
11561156
be honored.</p>
11571157

11581158
<p>When <span class="property">'text-wrap'</span> is set to 'normal' or
1159-
'avoid', UAs that allow breaks at punctuation other than spaces
1159+
'avoid', UAs that allow wrapping at punctuation other than spaces
11601160
should prioritize breakpoints.
1161-
For example, if breaks after slashes have a lower priority than spaces,
1161+
For example, if breaks after slashes are given a lower priority than spaces,
11621162
the sequence "check /etc" will never break between the '/' and the 'e'.
11631163
The UA may use the width of the containing block, the text's language,
11641164
and other factors in assigning priorities.

0 commit comments

Comments
 (0)