Skip to content

Commit 0ec7708

Browse files
committed
File issue on text-shadow and text-decoration
1 parent c0becc1 commit 0ec7708

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

css3-text/Overview.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 November
3535
<dl>
3636
<dt>This version:
3737

38-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/25
39-
21:05:31 $ (CVS $Revision$)</a> <!--
38+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/11/17
39+
00:09:12 $ (CVS $Revision$)</a> <!--
4040
<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>
4141
-->
4242

@@ -4227,7 +4227,9 @@ <h3 id=line-decoration><span class=secno>10.1. </span> Line Decoration:
42274227
class=property>visibility</code>&rsquo; property, filters, and other
42284228
graphical transformations likewise affect text decorations as part of the
42294229
text they're drawn on, even if the decorations were specified on an
4230-
ancestor element.
4230+
ancestor element. <span class=issue>Does this include &lsquo;<a
4231+
href="#text-shadow0"><code class=property>text-shadow</code></a>&rsquo;?
4232+
What about text-fill etc.?</span>
42314233

42324234
<div class=example>
42334235
<p>In the following style sheet and document fragment:</p>

css3-text/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3037,6 +3037,7 @@ <h3 id="line-decoration">
30373037
The 'visibility' property, filters, and other graphical transformations
30383038
likewise affect text decorations as part of the text they're drawn on,
30393039
even if the decorations were specified on an ancestor element.
3040+
<span class="issue">Does this include 'text-shadow'? What about text-fill etc.?</span>
30403041

30413042
<div class="example">
30423043
<p>In the following style sheet and document fragment:</p>

0 commit comments

Comments
 (0)