- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Nov 2011 20:17:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv1080
Modified Files:
Overview.src.html
Log Message:
fixing validation issues
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- Overview.src.html 15 Nov 2011 00:09:08 -0000 1.174
+++ Overview.src.html 16 Nov 2011 20:17:32 -0000 1.175
@@ -1471,7 +1471,7 @@
<td><dfn>hyphenate-character</dfn>
<tr>
<td><em>Value:</em>
- <td>auto | <string> <!-- <string>? -->
+ <td>auto | <string>
<tr>
<td><em>Initial:</em>
<td>auto
@@ -1494,13 +1494,7 @@
<p>This property specifies strings that are shown between parts of
hyphenated words. The 'auto' value means that the user agent should
-find an appropriate value. <!--If one string is specified, it appears at
-the end of lines. If two strings are specified, the second string
-appears at the beginning of lines.
-
-<p class=issue>Is the use of hyphenate charaters at the beginning of
-lines common enough for this to be part of the specification?
--->
+find an appropriate value.
<div class="example">
<p>In Latin scripts, the hyphen character (U+2010) is often used to
Received on Wednesday, 16 November 2011 20:17:39 UTC