Skip to content

Commit a5a7a67

Browse files
committed
[css3-background] Fix lingering reference to 'UA-defined color' in box-shadow.
1 parent 74a31cf commit a5a7a67

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css3-background/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<meta content="CSS Backgrounds and Borders Module Level 3"
1212
name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-02-05 name=dcterms.issued>
14+
<meta content=2013-02-06 name=dcterms.issued>
1515
<meta content="Bert Bos" name=dcterms.creator>
1616
<meta content="Elika J. Etemad" name=dcterms.creator>
1717
<meta content="Brad Kemper" name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2013/ED-css3-background-20130205/"
19+
<meta content="http://www.w3.org/TR/2013/ED-css3-background-20130206/"
2020
name=dcterms.identifier>
2121
<link href="#contents" rel=contents>
2222
<link href="#index" rel=index>
@@ -41,13 +41,13 @@
4141

4242
<h1>CSS Backgrounds and Borders Module Level 3</h1>
4343

44-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February
44+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 February
4545
2013</h2>
4646

4747
<dl>
4848
<dt>This version:
4949

50-
<dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20130205/">http://www.w3.org/TR/2013/ED-css3-background-20130205/</a> -->
50+
<dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20130206/">http://www.w3.org/TR/2013/ED-css3-background-20130206/</a> -->
5151
<a
5252
href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
5353

@@ -4015,7 +4015,8 @@ <h3 id=the-box-shadow><span class=secno>7.2. </span>Drop Shadows: the ‘<a
40154015
drop-shadows to the box. The property is a comma-separated list of
40164016
shadows, each specified by 2-4 length values, an optional color, and an
40174017
optional ‘<a href="#inset"><code class=css>inset</code></a>’ keyword.
4018-
Omitted lengths are 0; omitted colors are a UA-chosen color.
4018+
Omitted lengths are 0; omitted colors default to the value of the ‘<code
4019+
class=property>color</code>’ property.
40194020

40204021
<p>Where
40214022

css3-background/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2883,8 +2883,7 @@ <h3 id="the-box-shadow">Drop Shadows: the 'box-shadow' property</h3>
28832883
<p>The 'box-shadow' property attaches one or more drop-shadows
28842884
to the box. The property is a comma-separated list of shadows, each specified
28852885
by 2-4 length values, an optional color, and an optional ''inset''
2886-
keyword. Omitted lengths are 0; omitted colors are a UA-chosen color.
2887-
2886+
keyword. Omitted lengths are 0; omitted colors default to the value of the 'color' property.
28882887
<p>Where
28892888
<pre class=prod>
28902889
<dfn><var>&lt;shadow&gt;</var></dfn> = inset? &amp;&amp; [ <var>&lt;length&gt;</var>{2,4} &amp;&amp; <var>&lt;color&gt;</var>? ]</pre>

0 commit comments

Comments
 (0)