Skip to content

Commit 0f4263a

Browse files
committed
Fix validation errors, regenerate for publication.
1 parent cf0761d commit 0f4263a

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

css3-text/Overview.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.quarter { font-size: 25%; }
2020
tt[lang="ja"] { font-family: "MS Gothic", "Osaka", monospace }
2121
</style>
22-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
22+
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
2323
type="text/css">
2424

2525
<body>
@@ -29,16 +29,17 @@
2929

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

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 August 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 31 August
33+
2011</h2>
3334

3435
<dl>
35-
<dt>This version:
36-
37-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/29
38-
05:55:19 $ (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>
36+
<dt>This version:</dt>
37+
<!--
38+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS $Revision$)</a>
4039
-->
41-
40+
41+
<dd><a
42+
href="http://www.w3.org/TR/2011/WD-css3-text-20110831/">http://www.w3.org/TR/2011/WD-css3-text-20110831/</a>
4243

4344
<dt>Latest version:
4445

@@ -2699,12 +2700,12 @@ <h3 id=text-justify><span class=secno>7.3. </span> Justification Method:
26992700
symbols and punctuation are treated specially, see below.
27002701

27012702
<table class=data>
2703+
<caption>Prioritization of Expansion Points</caption>
2704+
27022705
<colgroup class=header></colgroup>
27032706

27042707
<colgroup span=6></colgroup>
27052708

2706-
<caption>Prioritization of Expansion Points</caption>
2707-
27082709
<thead>
27092710
<tr>
27102711
<td>
@@ -5997,10 +5998,8 @@ <h2 class=no-num id=small-kana>Appendix F: Small Kana Mappings</h2>
59975998

59985999
<td> &#xFF75; U+FF75
59996000

6000-
<tr></tr>
6001-
<!-- Consonant T (hwid Katakana) -->
6001+
<tr><!-- Consonant T (hwid Katakana) -->
60026002

6003-
<tr>
60046003
<td>
60056004

60066005
<td>

css3-text/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3434

3535
<dl>
3636
<dt>This version:</dt>
37-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS $Revision$)</a>
3837
<!--
39-
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/</a></dd>
38+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS $Revision$)</a>
4039
-->
40+
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/</a></dd>
4141
<dt>Latest version:</dt>
4242
<dd><a href="http://www.w3.org/TR/css3-text/">http://www.w3.org/TR/css3-text/</a></dd>
4343
<dt>Editor's draft:</dt>
@@ -1906,9 +1906,9 @@ <h3 id="text-justify">
19061906
specially, see below.
19071907

19081908
<table class="data">
1909+
<caption>Prioritization of Expansion Points</caption>
19091910
<colgroup class="header"></colgroup>
19101911
<colgroup span=6></colgroup>
1911-
<caption>Prioritization of Expansion Points</caption>
19121912
<thead>
19131913
<tr>
19141914
<td></td>
@@ -4298,13 +4298,13 @@ <h2 class="no-num" id="small-kana">Appendix F: Small Kana Mappings</h2>
42984298
<td>&#xFF6B; U+FF6B <td> &#xFF75; U+FF75
42994299
</tr>
43004300
<tr>
4301-
</tr>
43024301
<!-- Consonant T (hwid Katakana) -->
43034302
<td><td>
43044303
<td><td>
43054304
<td>&#xFF6F; U+FF6F <td> &#xFF82; U+FF82
43064305
<td><td>
43074306
<td><td>
4307+
</tr>
43084308
<tr>
43094309
<!-- Consonant Y (hwid Katakana) -->
43104310
<td>&#xFF6C; U+FF6C <td> &#xFF94; U+FF94

0 commit comments

Comments
 (0)