Skip to content

Commit ba833c8

Browse files
committed
fix float example
1 parent 1f701f2 commit ba833c8

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,15 +1162,13 @@ <h3 id="relation-to-box-model-and-float-behavior">Relation to the box model and
11621162

11631163
&lt;style type="text/css"&gt;
11641164
#float-left {
1165-
wrap-flow: right
11661165
shape-outside: polygon(0,0 100%,100% 0,100%);
11671166
float: left;
11681167
width: 40%;
11691168
height: 12ex;
11701169
}
11711170

11721171
#float-right {
1173-
wrap-flow: left;
11741172
shape-outside: polygon(100%,0 100%,100% 0,100%);
11751173
float: right;
11761174
width: 40%;

css3-exclusions/Overview.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,15 +1638,13 @@ <h3 id=relation-to-box-model-and-float-behavior><span class=secno>4.1.
16381638

16391639
&lt;style type="text/css"&gt;
16401640
#float-left {
1641-
wrap-flow: right
16421641
shape-outside: polygon(0,0 100%,100% 0,100%);
16431642
float: left;
16441643
width: 40%;
16451644
height: 12ex;
16461645
}
16471646

16481647
#float-right {
1649-
wrap-flow: left;
16501648
shape-outside: polygon(100%,0 100%,100% 0,100%);
16511649
float: right;
16521650
width: 40%;

0 commit comments

Comments
 (0)