12
12
rel =dcterms.rights >
13
13
< meta content ="CSS Shapes Module Level 2 " name =dcterms.title >
14
14
< meta content =text name =dcterms.type >
15
- < meta content =2013-11-15 name =dcterms.date >
15
+ < meta content =2014-03-17 name =dcterms.date >
16
16
< meta content ="Alan Stearns " name =dcterms.creator >
17
17
< meta content =W3C name =dcterms.publisher >
18
18
< meta content ="http://dev.w3.org/csswg/www-style/ " name =dcterms.identifier > <!--<script src='http://test.csswg.org/harness/annotate.js#css-shapes_DEV' type='text/javascript' defer></script>-->
46
46
47
47
< h1 id =css-shapes-module > CSS Shapes Module Level 2</ h1 >
48
48
49
- < h2 class ="no-num no-toc "> Editor's Draft 15 November 2013 </ h2 >
49
+ < h2 class ="no-num no-toc "> Editor's Draft 17 March 2014 </ h2 >
50
50
51
51
< dl >
52
52
< dt > This version:
@@ -87,7 +87,7 @@ <h2 class="no-num no-toc">Editor's Draft 15 November 2013</h2>
87
87
<!--begin-copyright-->
88
88
< p class =copyright > < a
89
89
href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
90
- rel =license > Copyright</ a > © 2013 < a href ="http://www.w3.org/ "> < abbr
90
+ rel =license > Copyright</ a > © 2014 < a href ="http://www.w3.org/ "> < abbr
91
91
title ="World Wide Web Consortium "> W3C</ abbr > </ a > < sup > ®</ sup > (< a
92
92
href ="http://www.csail.mit.edu/ "> < abbr
93
93
title ="Massachusetts Institute of Technology "> MIT</ abbr > </ a > , < a
@@ -360,8 +360,9 @@ <h3 id=shapes-from-image><span class=secno>3.3. </span>Shapes from Image</h3>
360
360
have security implications.
361
361
362
362
< p class =issue > Another < a
363
- href ="http://lists.w3.org/Archives/Public/www-style/2013Jun/0282.html "> suggestion</ a >
364
- is to use an element's border box as a shape.
363
+ href ="http://lists.w3.org/Archives/Public/www-style/2014Mar/0120.html "> suggestion</ a >
364
+ is to add something to an image() function that determines the relevant
365
+ pixels to use (both for defining a shape and for display).
365
366
366
367
< h3 id =declaring-shapes > < span class =secno > 3.4. </ span > Declaring Shapes</ h3 >
367
368
@@ -400,7 +401,7 @@ <h3 id=declaring-shapes><span class=secno>3.4. </span>Declaring Shapes</h3>
400
401
left: 25%;
401
402
width: 50%;
402
403
height: 50%;
403
- shape-outside: circle(50%, 50%, 50%);
404
+ shape-outside: circle(50% at 50% 50%);
404
405
border: 1px solid red;
405
406
}
406
407
</style>
@@ -561,7 +562,9 @@ <h4 id=shape-image-source-type-property><span class=secno>3.4.4. </span>The
561
562
‘< code class =property > shape-image-source-type</ code > ’ Property</ h4 >
562
563
563
564
< p > Should we add an alpha/luminance switch to determine which values we
564
- use from the shape-image source?</ p >
565
+ use from the shape-image source? This could just be a keyword on the
566
+ shape-image-threshold property. Whatever we go with should be compatible
567
+ with the alpha/luminance switch from mask sources.</ p >
565
568
<!-- End section "The shape-image-source-type-property" -->
566
569
567
570
< h4 id =shape-margin-property > < span class =secno > 3.4.5. </ span > The ‘< code
@@ -782,8 +785,8 @@ <h3 class=no-num id=normative-references>Normative references</h3>
782
785
< dt id =ref-RFC2119 > [RFC2119]
783
786
784
787
< dd > S. Bradner. < a href ="http://www.ietf.org/rfc/rfc2119.txt "> < cite > Key
785
- words for use in RFCs to Indicate Requirement Levels.</ cite > </ a > Internet
786
- RFC 2119. URL: < a
788
+ words for use in RFCs to Indicate Requirement Levels.</ cite > </ a > RFC
789
+ 2119. URL: < a
787
790
href ="http://www.ietf.org/rfc/rfc2119.txt "> http://www.ietf.org/rfc/rfc2119.txt</ a >
788
791
</ dd >
789
792
<!---->
@@ -801,10 +804,10 @@ <h3 class=no-num id=other-references>Other references</h3>
801
804
< dt id =ref-CSS-SHAPES > [CSS-SHAPES]
802
805
803
806
< dd > Vincent Hardy; Rossen Atanassov; Alan Stearns. < a
804
- href ="http://www.w3.org/TR/2013 /WD-css-shapes-1-20130620 / "> < cite > CSS
805
- Shapes Module Level 1.</ cite > </ a > 20 June 2013 . W3C Working Draft. URL:
806
- < a
807
- href ="http://www.w3.org/TR/2013 /WD-css-shapes-1-20130620 / "> http://www.w3.org/TR/2013 /WD-css-shapes-1-20130620 /</ a >
807
+ href ="http://www.w3.org/TR/2014 /WD-css-shapes-1-20140211 / "> < cite > CSS
808
+ Shapes Module Level 1.</ cite > </ a > 11 February 2014 . W3C Last Call Working
809
+ Draft. (Work in progress.) URL: < a
810
+ href ="http://www.w3.org/TR/2014 /WD-css-shapes-1-20140211 / "> http://www.w3.org/TR/2014 /WD-css-shapes-1-20140211 /</ a >
808
811
</ dd >
809
812
<!---->
810
813
</ dl >
0 commit comments