8000 Clarify that shadows do not affect layout · w3c/csswg-drafts@b2c4fc6 · GitHub
Skip to content

Commit b2c4fc6

Browse files
committed
Clarify that shadows do not affect layout
1 parent f250c6d commit b2c4fc6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

css3-background/Overview.html

Lines changed: 4 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 1 August 2009</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 August 2009</h2>
2626

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

30-
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090801">http://www.w3.org/TR/2009/WD-css3-background-20090801</a></dd> -->
30+
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090803">http://www.w3.org/TR/2009/WD-css3-background-20090803</a></dd> -->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3333

@@ -3556,6 +3556,8 @@ <h3 id=the-box-shadow><span class=secno>6.2 </span>The &lsquo;<code
35563556
are drawn immediately above the background of that element (below the
35573557
borders and border image, if any).
35583558

3559+
<p>Shadows never affect layout, and do not trigger scrolling.
3560+
35593561
<div class=example>
35603562
<p>Below are some examples of an orange box with a blue border being being
35613563
given a drop shadow.</p>

css3-background/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,6 +2612,8 @@ <h3 id="the-box-shadow">The 'box-shadow' property</h3>
26122612
an element are drawn immediately above the background of that element
26132613
(below the borders and border image, if any).
26142614

2615+
<p>Shadows never affect layout, and do not trigger scrolling.
2616+
26152617
<div class="example">
26162618
<p>Below are some examples of an orange box with a blue border being
26172619
being given a drop shadow.</p>

0 commit comments

Comments
 (0)