- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 02:15:25 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv25116
Modified Files:
Overview.src.html
Log Message:
Move grapheme cluster definition to intro section since it is used in many places throughout the spec
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- Overview.src.html 2 Mar 2011 00:32:26 -0000 1.166
+++ Overview.src.html 2 Mar 2011 02:15:23 -0000 1.167
@@ -190,6 +190,14 @@
<p>[document here]</p>
+ <p id="grapheme-cluster">A <dfn>grapheme cluster</dfn> is what
+ a language user considers to be a character or a basic unit of the
+ script. The term is described in detail in the Unicode Technical
+ Report: Text Boundaries [[!UAX29]]. This specification uses the
+ <em>extended grapheme cluster</em> definition in [[!UAX29]] (not
+ the <em>legacy grapheme cluster</em> definition). The UA may further
+ tailor the definition as allowed by Unicode.
+
<h3 id="script-groups">Script Groups</h3>
<p>Typographic behavior varies somewhat by language, but varies drastically
@@ -2596,14 +2604,6 @@
addition to any word-spacing. 'normal' optimum letter-spacing is
typically zero.</p>
- <p id="grapheme-cluster">A <dfn>grapheme cluster</dfn> is what
- a language user considers to be a character or a basic unit of the
- script. The term is described in detail in the Unicode Technical
- Report: Text Boundaries [[!UAX29]]. This specification uses the
- <em>extended grapheme cluster</em> definition in [[!UAX29]] (not
- the <em>legacy grapheme cluster</em> definition). The UA may further
- tailor the definition as allowed by Unicode.
-
<p>Letter-spacing must not be applied at the beginning or at the end
of a line. At element boundaries, the letter spacing is given by
and rendered within the innermost element that <em>contains</em>
Received on Wednesday, 2 March 2011 02:15:27 UTC