Skip to content

Commit fef6877

Browse files
committed
Rename text-wrap: none to text-wrap: nowrap per <http://lists.w3.org/Archives/Public/www-style/2012Feb/1423.html>
1 parent 00e107b commit fef6877

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

css3-text/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ <h3 id=white-space><span class=secno>3.4. </span> White Space and Text
10671067
class=property>text-space-collapse</code></a>&rsquo; to &lsquo;<code
10681068
class=css>preserve</code>&rsquo; and &lsquo;<a href="#text-wrap0"><code
10691069
class=property>text-wrap</code></a>&rsquo; to &lsquo;<code
1070-
class=css>none</code>&rsquo;
1070+
class=css>nowrap</code>&rsquo;
10711071

10721072
<dt><dfn id=nowrap title="white-space:nowrap">&lsquo;<code
10731073
class=css>nowrap</code>&rsquo;</dfn>
@@ -1076,7 +1076,7 @@ <h3 id=white-space><span class=secno>3.4. </span> White Space and Text
10761076
class=property>text-space-collapse</code></a>&rsquo; to &lsquo;<code
10771077
class=css>collapse</code>&rsquo; and &lsquo;<a href="#text-wrap0"><code
10781078
class=property>text-wrap</code></a>&rsquo; to &lsquo;<code
1079-
class=css>none</code>&rsquo;
1079+
class=css>nowrap</code>&rsquo;
10801080

10811081
<dt><dfn id=pre-wrap title="white-space:pre-wrap">&lsquo;<code
10821082
class=css>pre-wrap</code>&rsquo;</dfn>
@@ -1671,8 +1671,8 @@ <h3 id=text-wrap><span class=secno>6.1. </span> Text Wrap Settings: the
16711671
ZW, and GL line-breaking classes in <a href="#UAX14"
16721672
rel=biblioentry>[UAX14]<!--{{!UAX14}}--></a> must be honored.
16731673

1674-
<dt><dfn id=none1 title="text-wrap:none">&lsquo;<code
1675-
class=css>none</code>&rsquo;</dfn>
1674+
<dt><dfn id=nowrap0 title="text-wrap:nowrap">&lsquo;<code
1675+
class=css>nowrap</code>&rsquo;</dfn>
16761676

16771677
<dd>Lines must not wrap; text that does not fit within the block container
16781678
overflows it.
@@ -2335,7 +2335,7 @@ <h3 id=text-justify><span class=secno>7.3. </span> Justification Method:
23352335
scripts, e.g. the &lsquo;<code class=css>inter-cluster</code>&rsquo;
23362336
method with block scripts raised to first priority.</p>
23372337

2338-
<dt><dfn id=none2 title="text-justify:none">&lsquo;<code
2338+
<dt><dfn id=none1 title="text-justify:none">&lsquo;<code
23392339
class=css>none</code>&rsquo;</dfn>
23402340

23412341
<dd>Justification is disabled. <span class=note>This value is intended for
@@ -3140,7 +3140,7 @@ <h3 id=hanging-punctuation><span class=secno>9.2. </span> Hanging
31403140
<p>Values have the following meanings:
31413141

31423142
<dl>
3143-
<dt><dfn id=none3 title="hanging-punctuation:none">&lsquo;<code
3143+
<dt><dfn id=none2 title="hanging-punctuation:none">&lsquo;<code
31443144
class=css>none</code>&rsquo;</dfn>
31453145

31463146
<dd>No characters can hang.
@@ -3486,7 +3486,7 @@ <h4 id=text-decoration-line><span class=secno>10.1.1. </span> Text
34863486
Values have the following meanings:
34873487

34883488
<dl>
3489-
<dt><dfn id=none4 title="text-decoration-line:none">&lsquo;<code
3489+
<dt><dfn id=none3 title="text-decoration-line:none">&lsquo;<code
34903490
class=css>none</code>&rsquo;</dfn>
34913491

34923492
<dd>Neither produces nor inhibits text decoration.
@@ -3760,7 +3760,7 @@ <h4 id=text-decoration-skip><span class=secno>10.1.5. </span> Text
37603760
drawn by its ancestors. Values have the following meanings:
37613761

37623762
<dl>
3763-
<dt><dfn id=none5 title="text-decoration-skip:none">&lsquo;<code
3763+
<dt><dfn id=none4 title="text-decoration-skip:none">&lsquo;<code
37643764
class=css>none</code>&rsquo;</dfn>
37653765

37663766
<dd>Skip nothing: text-decoration is drawn for all text content and for
@@ -4059,7 +4059,7 @@ <h4 id=text-emphasis-style><span class=secno>10.2.1. </span> Emphasis Mark
40594059
the following meanings:
40604060

40614061
<dl>
4062-
<dt><dfn id=none6 title="text-emphasis:none">&lsquo;<code
4062+
<dt><dfn id=none5 title="text-emphasis:none">&lsquo;<code
40634063
class=css>none</code>&rsquo;</dfn>
40644064

40654065
<dd>No emphasis marks.

css3-text/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -685,10 +685,10 @@ <h3 id="white-space">
685685
'text-wrap' to ''normal''</dd>
686686
<dt><dfn title="white-space:pre">''pre''</dfn></dt>
687687
<dd>Sets 'text-space-collapse' to ''preserve'' and
688-
'text-wrap' to ''none''</dd>
688+
'text-wrap' to ''nowrap''</dd>
689689
<dt><dfn title="white-space:nowrap">''nowrap''</dfn></dt>
690690
<dd>Sets 'text-space-collapse' to ''collapse'' and
691-
'text-wrap' to ''none''</dd>
691+
'text-wrap' to ''nowrap''</dd>
692692
<dt><dfn title="white-space:pre-wrap">''pre-wrap''</dfn></dt>
693693
<dd>Sets 'text-space-collapse' to ''preserve'' and
694694
'text-wrap' to ''normal''</dd>
@@ -1154,7 +1154,7 @@ <h3 id="text-wrap">
11541154
line-breaking rules in effect. Line breaking behavior defined
11551155
for the WJ, ZW, and GL line-breaking classes in
11561156
[[!UAX14]] must be honored.
1157-
<dt><dfn title="text-wrap:none">''none''</dfn></dt>
1157+
<dt><dfn title="text-wrap:nowrap">''nowrap''</dfn></dt>
11581158
<dd>Lines must not wrap; text that does not fit within the block container
11591159
overflows it.</dd>
11601160
<dt><dfn title="text-wrap:avoid">''avoid''</dfn></dt>

0 commit comments

Comments
 (0)