- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 27 Apr 2011 03:43:05 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv531
Modified Files:
Overview.html Overview.src.html
Log Message:
Don't skip PUA
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Overview.html 27 Apr 2011 03:40:05 -0000 1.125
+++ Overview.html 27 Apr 2011 03:43:03 -0000 1.126
@@ -89,7 +89,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/04/27 03:37:07 $ (CVS $Revision$)</a> <!--
+ 2011/04/27 03:40:05 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110427/">http://www.w3.org/TR/2011/WD-css3-text-20110427/</a></dd>
-->
@@ -5402,8 +5402,8 @@
<dt><dfn id=normal6 title="text-emphasis-skip:normal">‘<code
class=css>normal</code>’</dfn>
- <dd>Skip spaces (Z*), control characters (C*) and all punctuation (P*)
- except # (U+0023), & (U+0026), and the various
+ <dd>Skip spaces (Z*), control characters (Cc, Cf, Cn, Cs) and all
+ punctuation (P*) except # (U+0023), & (U+0026), and the various
per-cent/per-mille/per-ten-thousand signs (U+0025, U+0609, U+060A,
U+066A, U+2030, U+2031).
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- Overview.src.html 27 Apr 2011 03:40:05 -0000 1.223
+++ Overview.src.html 27 Apr 2011 03:43:03 -0000 1.224
@@ -4104,10 +4104,10 @@
<dl>
<dt><dfn title="text-emphasis-skip:normal">''normal''</dfn></dt>
- <dd>Skip spaces (Z*), control characters (C*) and
- all punctuation (P*) except # (U+0023), & (U+0026), and the various
- per-cent/per-mille/per-ten-thousand signs (U+0025, U+0609, U+060A,
- U+066A, U+2030, U+2031).</dd>
+ <dd>Skip spaces (Z*), control characters (Cc, Cf, Cn, Cs) and
+ all punctuation (P*) except # (U+0023), & (U+0026), and
+ the various per-cent/per-mille/per-ten-thousand signs
+ (U+0025, U+0609, U+060A, U+066A, U+2030, U+2031).</dd>
<dt><dfn title="text-emphasis-skip:keep-punctuation">''keep-punctuation''</dfn></dt>
<dd>Don't skip punctuation (Zs).</dd>
<dt><dfn title="text-emphasis-skip:keep-spaces">''keep-spaces''</dfn></dt>
Received on Wednesday, 27 April 2011 03:43:06 UTC