Skip to content

Commit 0a438c7

Browse files
committed
Fix consistency errors for hyphenate-limit-chars per <http://lists.w3.org/Archives/Public/www-style/2011Sep/0125.html>
1 parent 7662b3c commit 0a438c7

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css3-text/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 October 2011</h2>
3434
<dl>
3535
<dt>This version:
3636

37-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/09/29
38-
21:46:18 $ (CVS $Revision$)</a> <!--
37+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/04
38+
00:51:39 $ (CVS $Revision$)</a> <!--
3939
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111004/">http://www.w3.org/TR/2011/WD-css3-text-20111004/</a></dd>
4040
-->
4141

@@ -258,7 +258,7 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
258258

259259
<li><a href="#hyphenate-char-limits"><span class=secno>5.4. </span>
260260
Hyphenation Character Limits: the &lsquo;<code
261-
class=property>hyphenate-limit-word</code>&rsquo; property</a>
261+
class=property>hyphenate-limit-chars</code>&rsquo; property</a>
262262

263263
<li><a href="#hyphenate-line-limits"><span class=secno>5.5. </span>
264264
Hyphenation Line Limits: the &lsquo;<code
@@ -1778,8 +1778,8 @@ <h3 id=hyphenate-size-limits><span class=secno>5.3. </span> Hyphenation
17781778
current line.
17791779

17801780
<h3 id=hyphenate-char-limits><span class=secno>5.4. </span> Hyphenation
1781-
Character Limits: the &lsquo;<code
1782-
class=property>hyphenate-limit-word</code>&rsquo; property</h3>
1781+
Character Limits: the &lsquo;<a href="#hyphenate-limit-chars"><code
1782+
class=property>hyphenate-limit-chars</code></a>&rsquo; property</h3>
17831783

17841784
<table class=propdef>
17851785
<tbody>
@@ -1791,7 +1791,7 @@ <h3 id=hyphenate-char-limits><span class=secno>5.4. </span> Hyphenation
17911791
<tr>
17921792
<th>Value:
17931793

1794-
<td>auto | &lt;integer&gt;{1,3}
1794+
<td>[auto | &lt;integer&gt;]{1,3}
17951795

17961796
<tr>
17971797
<th>Initial:
@@ -6408,7 +6408,7 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
64086408
<th><a class=property
64096409
href="#hyphenate-limit-chars">hyphenate-limit-chars</a>
64106410

6411-
<td>auto | &lt;integer&gt;{1,3}
6411+
<td>[auto | &lt;integer&gt;]{1,3}
64126412

64136413
<td>auto
64146414

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,15 +1177,15 @@ <h3 id="hyphenate-size-limits">
11771177
current line.
11781178

11791179
<h3 id="hyphenate-char-limits">
1180-
Hyphenation Character Limits: the 'hyphenate-limit-word' property</h3>
1180+
Hyphenation Character Limits: the 'hyphenate-limit-chars' property</h3>
11811181

11821182
<table class=propdef>
11831183
<tr>
11841184
<th>Name:
11851185
<td><dfn>hyphenate-limit-chars</dfn>
11861186
<tr>
11871187
<th>Value:
1188-
<td>auto | &lt;integer&gt;{1,3}
1188+
<td>[auto | &lt;integer&gt;]{1,3}
11891189
<tr>
11901190
<th>Initial:
11911191
<td>auto

0 commit comments

Comments
 (0)