- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 11:56:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv26120
Modified Files:
Overview.html Overview.src.html
Log Message:
Issues for 'text-emphasis-skip' are updated
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- Overview.html 8 May 2011 10:15:05 -0000 1.131
+++ Overview.html 8 May 2011 11:56:19 -0000 1.132
@@ -90,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/05/08 09:26:48 $ (CVS $Revision$)</a> <!--
+ 2011/05/08 10:15:05 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110508/">http://www.w3.org/TR/2011/WD-css3-text-20110508/</a></dd>
-->
@@ -5443,18 +5443,16 @@
this property.
<p class=issue>This syntax requires UA to implement drawing marks for
- spaces. Is there any use case for doing so?
+ spaces. Is there any use case for doing so? If not, should we modify the
+ syntax not to allow drawing marks for spaces?
- <p class=issue>Is there any use case for ‘<code
+ <p class=issue>There's a request to add ‘<code
+ class=css>none</code>’. Is there any use case for ‘<code
class=css>none</code>’?
<p class=issue>There's an opinion to split punctuation to connectors and
delimiters; connectors are Pc, Pd, and U+30FB KATAKANA MIDDLE DOT
- <p class=issue>JLTF recommends ‘<code class=css>spaces punctuation
- symbols narrow</code>’ for Japanese documents. Is a shortcut value
- for that good enough to add?
-
<h3 id=text-shadow><span class=secno>11.3. </span> Text Shadows: the
‘<a href="#text-shadow0"><code
class=property>text-shadow</code></a>’ property</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- Overview.src.html 8 May 2011 10:15:05 -0000 1.229
+++ Overview.src.html 8 May 2011 11:56:19 -0000 1.230
@@ -4135,13 +4135,13 @@
</p>
<p class="issue">This syntax requires UA to implement drawing marks for spaces.
- Is there any use case for doing so?</p>
- <p class="issue">Is there any use case for ''none''?</p>
+ Is there any use case for doing so?
+ If not, should we modify the syntax not to allow drawing marks for spaces?</p>
+ <p class="issue">There's a request to add ''none''.
+ Is there any use case for ''none''?</p>
<p class="issue">There's an opinion to split punctuation to
connectors and delimiters;
connectors are Pc, Pd, and U+30FB KATAKANA MIDDLE DOT</p>
- <p class="issue">JLTF recommends ''spaces punctuation symbols narrow'' for Japanese documents.
- Is a shortcut value for that good enough to add?</p>
<h3 id="text-shadow">
Text Shadows: the 'text-shadow' property</h3>
Received on Sunday, 8 May 2011 11:56:23 UTC