Skip to content

Commit ea8c0fd

Browse files
committed
[css-text-4] text-wrap: none -> nowrap for proper shorthanding, better out-of-contextness
1 parent b6a82a3 commit ea8c0fd

2 files changed

Lines changed: 1273 additions & 1425 deletions

File tree

css-text-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
158158

159159
<pre class="propdef">
160160
Name: text-wrap
161-
Value: normal | none | avoid | balance
161+
Value: normal | nowrap | avoid | balance
162162
Initial: normal
163163
Applies to: all elements
164164
Inherited: yes
@@ -177,7 +177,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
177177
for the WJ, ZW, and GL line-breaking classes in
178178
[[!UAX14]] must be honored.
179179

180-
<dt><dfn>none</dfn>
180+
<dt><dfn>nowrap</dfn>
181181
<dd>
182182
Lines may not break; text that does not fit within the block container
183183
overflows it.

0 commit comments

Comments
 (0)