1212 rel =dcterms.rights >
1313 < meta content ="CSS Shapes Module Level 1 " name =dcterms.title >
1414 < meta content =text name =dcterms.type >
15- < meta content =2013-06-20 name =dcterms.date >
15+ < meta content =2013-06-22 name =dcterms.date >
1616 < meta content ="Vincent Hardy " name =dcterms.creator >
1717 < meta content ="Rossen Atanassov " name =dcterms.creator >
1818 < meta content ="Alan Stearns " name =dcterms.creator >
5555
5656 < h1 id =css-shapes-module > CSS Shapes Module Level 1</ h1 >
5757
58- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 20 June 2013</ h2 >
58+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 22 June 2013</ h2 >
5959
6060 < dl >
6161 < dt > This version:
6262
6363 < dd > < a
6464 href ="http://dev.w3.org/csswg/css-shapes/ "> http://dev.w3.org/csswg/css-shapes/</ a > </ dd >
65- <!--<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://www.w3.org/TR/2013/WD-css-shapes-20130620 /</a></dd>-->
65+ <!--<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://www.w3.org/TR/2013/WD-css-shapes-20130622 /</a></dd>-->
6666
6767 < dt > Latest version:
6868
@@ -316,14 +316,14 @@ <h3 id=relation-to-box-model-and-float-behavior><span class=secno>3.1.
316316
317317<style type="text/css">
318318#float-left {
319- shape-outside: polygon(0,0 100%, 100% 0, 100%);
319+ shape-outside: polygon(0 0, 100% 100%, 0 100%);
320320 float: left;
321321 width: 40%;
322322 height: 12ex;
323323 }
324324
325325#float-right {
326- shape-outside: polygon(100%,0 100%, 100% 0, 100%);
326+ shape-outside: polygon(100% 0, 100% 100%, 0 100%);
327327 float: right;
328328 width: 40%;
329329 height: 12ex;
@@ -340,7 +340,7 @@ <h3 id=relation-to-box-model-and-float-behavior><span class=secno>3.1.
340340 < p >
341341
342342 < pre > < code class =html >
343- shape-outside: polygon(0,0 500%, 500% 0, 500%);
343+ shape-outside: polygon(0 0, 500% 500%, 0 500%);
344344</ code > </ pre >
345345 </ div >
346346
0 commit comments