Skip to content

Commit f588b90

Browse files
committed
Generated. Do not edit!
1 parent 42bfdc4 commit f588b90

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

css3-background/Overview.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
<h1>CSS Backgrounds and Borders Module Level 3</h1>
2424

25-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2012</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 April 2012</h2>
2626

2727
<dl>
2828
<dt>This version:
2929

30-
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120329">http://www.w3.org/TR/2012/ED-css3-background-20120329/</a> -->
30+
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120404">http://www.w3.org/TR/2012/ED-css3-background-20120404/</a> -->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
3333

@@ -4060,6 +4060,15 @@ <h3 id=the-box-shadow><span class=secno>7.2. </span>Drop Shadows: the
40604060
<p>The example below demonstrates the effects of spread and blur on the
40614061
shadow:</p>
40624062

4063+
<pre>
4064+
Width: <b>100px</b>; Height: <b>100px</b>;
4065+
Border: <b>12px solid blue</b>; Background-color: <b>orange</b>;
4066+
Border-top-left-radius: <b>60px 90px</b>;
4067+
Border-bottom-right-radius: <b>60px 90px</b>;
4068+
Box-shadow: <b>64px 64px 12px 40px rgba(0,0,0,0.4),
4069+
12px 12px 0px 8px rgba(0,0,0,0.4) inset</b>;
4070+
</pre>
4071+
40634072
<p class=figure> <img
40644073
alt="An example of spread and blur on a box with two round corners and two square ones"
40654074
src=spread-blur.png></p>

0 commit comments

Comments
 (0)