Skip to content

Commit 3338fa6

Browse files
committed
[css-shapes-2] add notes on level 2 features
1 parent aa8b332 commit 3338fa6

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

css-shapes-2/Overview.html

+16-13
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Shapes Module Level 2" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-11-15 name=dcterms.date>
15+
<meta content=2014-03-17 name=dcterms.date>
1616
<meta content="Alan Stearns" name=dcterms.creator>
1717
<meta content=W3C name=dcterms.publisher>
1818
<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,7 +46,7 @@
4646

4747
<h1 id=css-shapes-module>CSS Shapes Module Level 2</h1>
4848

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>
5050

5151
<dl>
5252
<dt>This version:
@@ -87,7 +87,7 @@ <h2 class="no-num no-toc">Editor's Draft 15 November 2013</h2>
8787
<!--begin-copyright-->
8888
<p class=copyright><a
8989
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
9191
title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
9292
href="http://www.csail.mit.edu/"><abbr
9393
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>
360360
have security implications.
361361

362362
<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).
365366

366367
<h3 id=declaring-shapes><span class=secno>3.4. </span>Declaring Shapes</h3>
367368

@@ -400,7 +401,7 @@ <h3 id=declaring-shapes><span class=secno>3.4. </span>Declaring Shapes</h3>
400401
left: 25%;
401402
width: 50%;
402403
height: 50%;
403-
shape-outside: circle(50%, 50%, 50%);
404+
shape-outside: circle(50% at 50% 50%);
404405
border: 1px solid red;
405406
}
406407
&lt;/style&gt;
@@ -561,7 +562,9 @@ <h4 id=shape-image-source-type-property><span class=secno>3.4.4. </span>The
561562
<code class=property>shape-image-source-type</code>’ Property</h4>
562563

563564
<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>
565568
<!-- End section "The shape-image-source-type-property" -->
566569

567570
<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>
782785
<dt id=ref-RFC2119>[RFC2119]
783786

784787
<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
787790
href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>
788791
</dd>
789792
<!---->
@@ -801,10 +804,10 @@ <h3 class=no-num id=other-references>Other references</h3>
801804
<dt id=ref-CSS-SHAPES>[CSS-SHAPES]
802805

803806
<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>
808811
</dd>
809812
<!---->
810813
</dl>

css-shapes-2/Overview.src.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ <h3 id="shapes-from-image">Shapes from Image</h3>
258258
</p>
259259

260260
<p class="issue">
261-
Another <a href="http://lists.w3.org/Archives/Public/www-style/2013Jun/0282.html">suggestion</a>
262-
is to use an element's border box as a shape.
261+
Another <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0120.html">suggestion</a>
262+
is to add something to an image() function that determines the relevant pixels to use (both for defining a shape and for display).
263263
</p>
264264

265265
<h3 id="declaring-shapes">Declaring Shapes</h3>
@@ -309,7 +309,7 @@ <h3 id="declaring-shapes">Declaring Shapes</h3>
309309
left: 25%;
310310
width: 50%;
311311
height: 50%;
312-
shape-outside: circle(50%, 50%, 50%);
312+
shape-outside: circle(50% at 50% 50%);
313313
border: 1px solid red;
314314
}
315315
&lt;/style&gt;
@@ -459,7 +459,7 @@ <h4 id="shape-image-threshold-property">The 'shape-image-threshold' Property</h4
459459

460460
<h4 id="shape-image-source-type-property">The 'shape-image-source-type' Property</h4>
461461
<p>
462-
Should we add an alpha/luminance switch to determine which values we use from the shape-image source?
462+
Should we add an alpha/luminance switch to determine which values we use from the shape-image source? This could just be a keyword on the shape-image-threshold property. Whatever we go with should be compatible with the alpha/luminance switch from mask sources.
463463
</p>
464464
<!-- End section "The shape-image-source-type-property" -->
465465

0 commit comments

Comments
 (0)