- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2011 17:32:51 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv27483
Modified Files:
Overview.src.html
Log Message:
correct grapheme cluster boundary terminology
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- Overview.src.html 7 Apr 2011 20:22:49 -0000 1.198
+++ Overview.src.html 8 Apr 2011 17:32:48 -0000 1.199
@@ -88,10 +88,10 @@
<dl>
<dt>This version:</dt>
- <!--
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date$ (CVS $Revision$)</a>
- -->
+ <!--
<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>
+ -->
<dt>Latest version:</dt>
<dd><a
href="http://www.w3.org/TR/css3-text/">http://www.w3.org/TR/css3-text/</a></dd>
@@ -2054,7 +2054,7 @@
spaces, like English or (sometimes) Korean.</dd>
<dt><dfn title="text-justify:inter-ideographic"><code>inter-ideograph</code></dfn></dt>
<dd>Justification primarily changes spacing at word separators and
- at inter-graphemic boundaries in scripts that use no word spaces.
+ at grapheme cluster boundaries in scripts that use no word spaces.
This value is typically used for <abbr title="Chinese/Japanese/Korean">CJK</abbr>
languages.</dd>
<dt><dfn title="text-justify:inter-cluster"><code>inter-cluster</code></dfn></dt>
Received on Friday, 8 April 2011 17:32:52 UTC