Skip to content

Commit c94ff6c

Browse files
committed
[css-text-decor] Note that inset is also not allowed in text-shadow.
1 parent b065d57 commit c94ff6c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

css-text-decor/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Decoration Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-05-07 name=dcterms.date>
13+
<meta content=2013-05-11 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -30,13 +30,13 @@
3030
<h1 class=p-name>CSS Text Decoration Module Level 3</h1>
3131

3232
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <span
33-
class=dt-updated><span class=value-title title=20130507> 7 May
33+
class=dt-updated><span class=value-title title=20130511>11 May
3434
2013</span></span></h2>
3535

3636
<dl>
3737
<dt>This version:</dt>
3838
<!--
39-
<dd><a class="u-url" href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130507/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130507/</a></dd>
39+
<dd><a class="u-url" href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130511/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130511/</a></dd>
4040
-->
4141

4242
<dd><a class=u-url
@@ -1688,8 +1688,9 @@ <h2 id=text-shadow-property><span class=secno>4. </span> Text Shadows: the
16881688
href="http://www.w3.org/TR/css3-background/#the-box-shadow"><code
16891689
class=property>box-shadow</code></a> <a href="#CSS3BG"
16901690
rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>. (But note that spread
1691-
values are not allowed.) The shadow is applied to all of the element's
1692-
text as well as any text decorations it specifies.
1691+
values and the ‘<code class=css>inset</code>’ keyword are not
1692+
allowed.) The shadow is applied to all of the element's text as well as
1693+
any text decorations it specifies.
16931694

16941695
<p>The shadow effects are applied front-to-back: the first shadow is on
16951696
top. The shadows may thus overlay each other, but they never overlay the

css-text-decor/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,8 @@ <h2 id="text-shadow-property">
11371137
<p>This property accepts a comma-separated list of shadow effects to
11381138
be applied to the text of the element. Values are interpreted as for
11391139
<a href="http://www.w3.org/TR/css3-background/#the-box-shadow">'box-shadow'</a>
1140-
[[!CSS3BG]]. (But note that spread values are not allowed.)
1140+
[[!CSS3BG]].
1141+
(But note that spread values and the ''inset'' keyword are not allowed.)
11411142
The shadow is applied to all of the element's text as well as any
11421143
text decorations it specifies.
11431144

0 commit comments

Comments
 (0)