- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Jan 2012 01:57:23 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv17357
Modified Files:
Overview.html Overview.src.html
Log Message:
Deal with Cf category better.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -d -r1.216 -r1.217
--- Overview.html 17 Jan 2012 00:31:03 -0000 1.216
+++ Overview.html 18 Jan 2012 01:57:20 -0000 1.217
@@ -686,8 +686,8 @@
href="http://www.w3.org/TR/CSS21/visuren.html#anonymous">9.2.2.1</a>
<p>Control characters (Unicode class Cc) other than tab (U+0009), line feed
- (U+000A), space (U+0020), and the bidi formatting characters
- (U+202<var>x</var>) are ignored for the purpose of rendering.
+ (U+000A), and carriage return (U+000D) are ignored for the purpose of
+ rendering.
<h3 id=white-space-collapsing><span class=secno>3.1. </span> White Space
Collapsing: the ‘<a href="#text-space-collapse"><code
@@ -2817,6 +2817,12 @@
connections, it should not apply letter-spacing between characters of
that script at all.</p>
+ <p>Letter-spacing ignores zero-width characters (such as those from the
+ Unicode Cf category). For example, ‘<a
+ href="#letter-spacing0"><code
+ class=property>letter-spacing</code></a>’ applied to
+ <code>A&zwsp;B</code> is identical to <code>AB</code>.
+
<p>When the resulting space between two characters is not the same as the
default space, user agents should not use optional ligatures.</p>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -d -r1.315 -r1.316
--- Overview.src.html 17 Jan 2012 00:31:03 -0000 1.315
+++ Overview.src.html 18 Jan 2012 01:57:20 -0000 1.316
@@ -377,7 +377,7 @@
<a href="http://www.w3.org/TR/CSS21/visuren.html#anonymous">9.2.2.1</a></p>
<p>Control characters (Unicode class Cc) other than tab (U+0009), line feed
- (U+000A), space (U+0020), and the bidi formatting characters (U+202<var>x</var>)
+ (U+000A), and carriage return (U+000D)
are ignored for the purpose of rendering.
<h3 id="white-space-collapsing">
@@ -2082,6 +2082,10 @@
the cursive connections, it should not apply letter-spacing between
characters of that script at all.</p>
+ <p>Letter-spacing ignores zero-width characters (such as those from the
+ Unicode Cf category). For example, 'letter-spacing' applied to
+ <code>A&zwsp;B</code> is identical to <code>AB</code>.
+
<p>When the resulting space between two characters is not the same as the
default space, user agents should not use optional ligatures.</p>
Received on Wednesday, 18 January 2012 01:57:24 UTC