- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Oct 2011 00:56:50 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv17096
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix consistency errors for hyphenate-limit-chars per <http://lists.w3.org/Archives/Public/www-style/2011Sep/0125.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- Overview.html 4 Oct 2011 00:51:39 -0000 1.184
+++ Overview.html 4 Oct 2011 00:56:47 -0000 1.185
@@ -34,8 +34,8 @@
<dl>
<dt>This version:
- <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/09/29
- 21:46:18 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/04
+ 00:51:39 $ (CVS $Revision$)</a> <!--
<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>
-->
@@ -258,7 +258,7 @@
<li><a href="#hyphenate-char-limits"><span class=secno>5.4. </span>
Hyphenation Character Limits: the ‘<code
- class=property>hyphenate-limit-word</code>’ property</a>
+ class=property>hyphenate-limit-chars</code>’ property</a>
<li><a href="#hyphenate-line-limits"><span class=secno>5.5. </span>
Hyphenation Line Limits: the ‘<code
@@ -1778,8 +1778,8 @@
current line.
<h3 id=hyphenate-char-limits><span class=secno>5.4. </span> Hyphenation
- Character Limits: the ‘<code
- class=property>hyphenate-limit-word</code>’ property</h3>
+ Character Limits: the ‘<a href="#hyphenate-limit-chars"><code
+ class=property>hyphenate-limit-chars</code></a>’ property</h3>
<table class=propdef>
<tbody>
@@ -1791,7 +1791,7 @@
<tr>
<th>Value:
- <td>auto | <integer>{1,3}
+ <td>[auto | <integer>]{1,3}
<tr>
<th>Initial:
@@ -6408,7 +6408,7 @@
<th><a class=property
href="#hyphenate-limit-chars">hyphenate-limit-chars</a>
- <td>auto | <integer>{1,3}
+ <td>[auto | <integer>]{1,3}
<td>auto
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- Overview.src.html 4 Oct 2011 00:51:39 -0000 1.283
+++ Overview.src.html 4 Oct 2011 00:56:48 -0000 1.284
@@ -1177,7 +1177,7 @@
current line.
<h3 id="hyphenate-char-limits">
- Hyphenation Character Limits: the 'hyphenate-limit-word' property</h3>
+ Hyphenation Character Limits: the 'hyphenate-limit-chars' property</h3>
<table class=propdef>
<tr>
@@ -1185,7 +1185,7 @@
<td><dfn>hyphenate-limit-chars</dfn>
<tr>
<th>Value:
- <td>auto | <integer>{1,3}
+ <td>[auto | <integer>]{1,3}
<tr>
<th>Initial:
<td>auto
Received on Tuesday, 4 October 2011 00:56:52 UTC