- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 30 Jan 2011 22:03:18 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv26873
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix markup error
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Overview.html 30 Jan 2011 22:01:28 -0000 1.41
+++ Overview.html 30 Jan 2011 22:03:16 -0000 1.42
@@ -90,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/01/28 01:27:35 $ (CVS $Revision$)</a> <!--<dd><a
+ 2011/01/30 22:01:29 $ (CVS $Revision$)</a> <!--<dd><a
href="http://www.w3.org/TR/2010/WD-css3-text-20101005/">http://www.w3.org/TR/2010/WD-css3-text-20101005/</a></dd> -->
@@ -1395,7 +1395,7 @@
presence of word separator characters still creates line-breaking
opportunities, as in Korean.
- <dd><dfn id=keep-words
+ <dt><dfn id=keep-words
title="word-break:keep-words"><code>keep-words</code></dfn>
<dd>Lines may not break within words, even in <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- Overview.src.html 30 Jan 2011 22:01:29 -0000 1.136
+++ Overview.src.html 30 Jan 2011 22:03:16 -0000 1.137
@@ -944,7 +944,7 @@
''normal''.
This option is mostly used where the presence of word separator
characters still creates line-breaking opportunities, as in Korean.</dd>
- <dd><dfn title="word-break:keep-words"><code>keep-words</code></dfn></dt>
+ <dt><dfn title="word-break:keep-words"><code>keep-words</code></dfn></dt>
<dd>Lines may not break within words, even in
<a href="#block-scripts">block scripts</a> (which would require the use
of a dictionary in languages such as Chinese and Japanese). This option
Received on Sunday, 30 January 2011 22:03:20 UTC