Skip to content

Commit a9d9a34

Browse files
committed
[css-text-3] Slight wording tweaks for text-wrap. w3c#2545
1 parent fbffce4 commit a9d9a34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-text-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
186186
<dl dfn-for=text-wrap dfn-type=value>
187187
<dt><dfn>wrap</dfn>
188188
<dd>
189-
Specifies that inline-level content may break across lines
189+
Inline-level content may break across lines
190190
at allowed <a>soft wrap opportunities</a>,
191191
as determined by the line-breaking rules in effect
192192
in order to minimize <a>inline-axis</a> overflow.
@@ -200,7 +200,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
200200

201201
<dt><dfn>nowrap</dfn>
202202
<dd>
203-
Specifies that inline-level content must not break across lines;
203+
Inline-level content does not break across lines;
204204
content that does not fit within the block container overflows it.
205205

206206
<dt><dfn>balance</dfn>

0 commit comments

Comments
 (0)