- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Nov 2011 00:29:48 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv8358
Modified Files:
Overview.html Overview.src.html
Log Message:
File issue on text-shadow and text-decoration
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- Overview.html 17 Nov 2011 00:09:12 -0000 1.190
+++ Overview.html 17 Nov 2011 00:29:46 -0000 1.191
@@ -35,8 +35,8 @@
<dl>
<dt>This version:
- <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/25
- 21:05:31 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/11/17
+ 00:09:12 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111117/">http://www.w3.org/TR/2011/WD-css3-text-20111117/</a></dd>
-->
@@ -4227,7 +4227,9 @@
class=property>visibility</code>’ property, filters, and other
graphical transformations likewise affect text decorations as part of the
text they're drawn on, even if the decorations were specified on an
- ancestor element.
+ ancestor element. <span class=issue>Does this include ‘<a
+ href="#text-shadow0"><code class=property>text-shadow</code></a>’?
+ What about text-fill etc.?</span>
<div class=example>
<p>In the following style sheet and document fragment:</p>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -d -r1.288 -r1.289
--- Overview.src.html 17 Nov 2011 00:09:12 -0000 1.288
+++ Overview.src.html 17 Nov 2011 00:29:46 -0000 1.289
@@ -3037,6 +3037,7 @@
The 'visibility' property, filters, and other graphical transformations
likewise affect text decorations as part of the text they're drawn on,
even if the decorations were specified on an ancestor element.
+ <span class="issue">Does this include 'text-shadow'? What about text-fill etc.?</span>
<div class="example">
<p>In the following style sheet and document fragment:</p>
Received on Thursday, 17 November 2011 00:29:50 UTC