Skip to content

Commit 57284e0

Browse files
committed
Updating Example 3 - ordering of exclusions per feedback from TPAC f2f. The example is supposed to use exclusions with auto height to better illustrate the effect of the exclusoins area.
1 parent 46cc82f commit 57284e0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ <h3 id="exclusions-order">Exclusions order</h3>
640640
wrap-flow: both;
641641
position: absolute;
642642
width: 50%;
643-
height: 50%;
643+
height: auto;
644644
}
645645
&lt;/style&gt;
646646

css3-exclusions/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464

6565
<h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1>
6666

67-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January
67+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 January
6868
2012</h2>
6969

7070
<dl>
7171
<dt>This version:
7272

7373
<dd><a
7474
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
75-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120116/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120116/</a></dd>-->
75+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120129/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120129/</a></dd>-->
7676

7777
<dt>Latest version:
7878

@@ -990,7 +990,7 @@ <h3 id=exclusions-order><span class=secno>3.4. </span>Exclusions order</h3>
990990
wrap-flow: both;
991991
position: absolute;
992992
width: 50%;
993-
height: 50%;
993+
height: auto;
994994
}
995995
&lt;/style&gt;
996996

16.2 KB
Loading
16.8 KB
Loading

0 commit comments

Comments
 (0)