- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 10:15:07 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv17492
Modified Files:
Overview.html Overview.src.html
Log Message:
* Marked 'text-emphasis-skip' as at risk
* Added 'text-emphasis-skip' to Cultural Correlations section
* Added an issue to 'text-emphasis-skip'
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- Overview.html 8 May 2011 09:26:48 -0000 1.130
+++ Overview.html 8 May 2011 10:15:05 -0000 1.131
@@ -90,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/05/06 02:10:00 $ (CVS $Revision$)</a> <!--
+ 2011/05/08 09:26:48 $ (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>
-->
@@ -231,6 +231,9 @@
class=property>text-decoration-skip</code></a>’ property /
‘<code class=css>ink</code>’ value
+ <li>the ‘<a href="#text-emphasis-skip0"><code
+ class=property>text-emphasis-skip</code></a>’ property
+
<li><span class=issue>audit draft and add more here</span>
</ul>
@@ -5439,6 +5442,9 @@
unassigned characters (Cc, Cf, Cn) are skipped regardless of the value of
this property.
+ <p class=issue>This syntax requires UA to implement drawing marks for
+ spaces. Is there any use case for doing so?
+
<p class=issue>Is there any use case for ‘<code
class=css>none</code>’?
@@ -6017,6 +6023,12 @@
<td>CJK
<tr>
+ <td>‘<a href="#text-emphasis-skip0"><code
+ class=property>text-emphasis-skip</code></a>’
+
+ <td>CJK
+
+ <tr>
<td>‘<a href="#text-spacing"><code
class=property>text-spacing</code></a>’
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- Overview.src.html 8 May 2011 09:26:48 -0000 1.228
+++ Overview.src.html 8 May 2011 10:15:05 -0000 1.229
@@ -183,6 +183,7 @@
<li>the 'text-outline' property
<li>the 'text-spacing' property
<li>the 'text-decoration-skip' property / ''ink'' value
+ <li>the 'text-emphasis-skip' property
<li><span class="issue">audit draft and add more here</span>
</ul>
@@ -4133,6 +4134,8 @@
regardless of the value of this property.</li>
</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>
<p class="issue">There's an opinion to split punctuation to
connectors and delimiters;
@@ -4413,6 +4416,8 @@
<td>CJK
<tr><td>'text-emphasis-position'
<td>CJK
+ <tr><td>'text-emphasis-skip'
+ <td>CJK
<tr><td>'text-spacing'
<td>CJK
<tr><td>'text-spacing': ''punctuation''
Received on Sunday, 8 May 2011 10:15:09 UTC