Skip to content

Commit b2711a9

Browse files
committed
Fix copy-paste errors found by Murakami-san
1 parent e78f56c commit b2711a9

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

css3-text/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
<h1>CSS Text Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 August 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 August 2011</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/20
38-
06:39:34 $ (CVS $Revision$)</a> <!--
39-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110820/">http://www.w3.org/TR/2011/WD-css3-text-20110820/</a></dd>
38+
07:13:18 $ (CVS $Revision$)</a> <!--
39+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110829/">http://www.w3.org/TR/2011/WD-css3-text-20110829/</a></dd>
4040
-->
4141

4242

@@ -588,9 +588,9 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
588588
class=css>uppercase</code>&rsquo;, and &lsquo;<code
589589
class=css>lowercase</code>&rsquo;
590590

591-
<li>&lsquo;<code class=css>fullwidth</code>&rsquo;
591+
<li>&lsquo;<code class=css>full-width</code>&rsquo;
592592

593-
<li>&lsquo;<code class=css>fullsize-kana</code>&rsquo;
593+
<li>&lsquo;<code class=css>full-size-kana</code>&rsquo;
594594
</ol>
595595

596596
<p>Text transformation happens after <a href="#white-space-rules">white
@@ -603,7 +603,7 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
603603
Japanese to their fullwidth variants so that they lay out and line break
604604
like ideographs:
605605

606-
<pre>abbr:lang(ja) { text-transform: fullwidth; }</pre>
606+
<pre>abbr:lang(ja) { text-transform: full-width; }</pre>
607607
</div>
608608

609609
<p class=issue>All-caps text sometimes has special typographic
@@ -7310,8 +7310,8 @@ <h2 class=no-num id=traditions>Appendix J: Cultural Correlations</h2>
73107310
<tr>
73117311
<td>&lsquo;<a href="#text-transform0"><code
73127312
class=property>text-transform</code></a>&rsquo;: &lsquo;<code
7313-
class=css>fullwidth</code>&rsquo;, &lsquo;<code
7314-
class=css>fullsize-kana</code>&rsquo;
7313+
class=css>full-width</code>&rsquo;, &lsquo;<code
7314+
class=css>full-size-kana</code>&rsquo;
73157315

73167316
<td>CJK
73177317

css3-text/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ <h3 id="text-transform">
266266
order:</p>
267267
<ol>
268268
<li>''capitalize'', ''uppercase'', and ''lowercase''</li>
269-
<li>''fullwidth''</li>
270-
<li>''fullsize-kana''</li>
269+
<li>''full-width''</li>
270+
<li>''full-size-kana''</li>
271271
</ol>
272272

273273
<p>Text transformation happens after <a href="#white-space-rules">white
@@ -278,7 +278,7 @@ <h3 id="text-transform">
278278
<p>The following example converts the ASCII characters in abbreviations
279279
in Japanese to their fullwidth variants so that they lay out and line
280280
break like ideographs:
281-
<pre>abbr:lang(ja) { text-transform: fullwidth; }</pre>
281+
<pre>abbr:lang(ja) { text-transform: full-width; }</pre>
282282
</div>
283283

284284
<p class="issue">All-caps text sometimes has special typographic considerations.
@@ -4405,7 +4405,7 @@ <h2 class="no-num" id="traditions">Appendix J: Cultural Correlations</h2>
44054405
<td>European (French)
44064406
<tr><td>'text-transform': ''capitalize'', ''uppercase'', ''lowercase''
44074407
<td>Western
4408-
<tr><td>'text-transform': ''fullwidth'', ''fullsize-kana''
4408+
<tr><td>'text-transform': ''full-width'', ''full-size-kana''
44094409
<td>CJK
44104410
<tr><td>'text-underline-position': ''auto''
44114411
<td>CJK

0 commit comments

Comments
 (0)