We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbffce4 commit a9d9a34Copy full SHA for a9d9a34
1 file changed
css-text-4/Overview.bs
@@ -186,7 +186,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
186
<dl dfn-for=text-wrap dfn-type=value>
187
<dt><dfn>wrap</dfn>
188
<dd>
189
- Specifies that inline-level content may break across lines
+ Inline-level content may break across lines
190
at allowed <a>soft wrap opportunities</a>,
191
as determined by the line-breaking rules in effect
192
in order to minimize <a>inline-axis</a> overflow.
@@ -200,7 +200,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
200
201
<dt><dfn>nowrap</dfn>
202
203
- Specifies that inline-level content must not break across lines;
+ Inline-level content does not break across lines;
204
content that does not fit within the block container overflows it.
205
206
<dt><dfn>balance</dfn>
0 commit comments