Skip to content

Commit 131ede6

Browse files
committed
[css-shapes] Add possible alpha/luminance switch to level 2
1 parent 93a8e01 commit 131ede6

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

css-shapes-2/Overview.html

+19-7
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-07-18 name=dcterms.date>
15+
<meta content=2013-09-12 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,8 @@
4646

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

49-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 July 2013</h2>
49+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 September
50+
2013</h2>
5051

5152
<dl>
5253
<dt>This version:
@@ -185,11 +186,15 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
185186
</span>The ‘<code class=property>shape-image-threshold</code>
186187
Property</a>
187188

188-
<li><a href="#shape-margin-property"><span class=secno>3.4.4.
189+
<li><a href="#shape-image-source-type-property"><span
190+
class=secno>3.4.4. </span>The ‘<code
191+
class=property>shape-image-source-type</code>’ Property</a>
192+
193+
<li><a href="#shape-margin-property"><span class=secno>3.4.5.
189194
</span>The ‘<code class=property>shape-margin</code>
190195
property</a>
191196

192-
<li><a href="#shape-padding-property"><span class=secno>3.4.5.
197+
<li><a href="#shape-padding-property"><span class=secno>3.4.6.
193198
</span>The ‘<code class=property>shape-padding</code>
194199
Property</a>
195200
</ul>
@@ -535,15 +540,22 @@ <h4 id=shape-image-threshold-property><span class=secno>3.4.3. </span>The
535540
href="#shape-inside">shape-inside</a> and <span>shape-outside</span>.</p>
536541
<!-- End section "The shape-image-threshold property" -->
537542

538-
<h4 id=shape-margin-property><span class=secno>3.4.4. </span>The ‘<code
543+
<h4 id=shape-image-source-type-property><span class=secno>3.4.4. </span>The
544+
<code class=property>shape-image-source-type</code>’ Property</h4>
545+
546+
<p> Should we add an alpha/luminance switch to determine which values we
547+
use from the shape-image source?</p>
548+
<!-- End section "The shape-image-source-type-property" -->
549+
550+
<h4 id=shape-margin-property><span class=secno>3.4.5. </span>The ‘<code
539551
class=property>shape-margin</code>’ property</h4>
540552

541553
<p>Add the final <a
542554
href="http://www.w3.org/TR/css-shapes/#shape-margin-property">level 1</a>
543555
section with the change that it applies to exclusions.</p>
544556
<!-- End secion "shape-margin property" -->
545557

546-
<h4 id=shape-padding-property><span class=secno>3.4.5. </span>The ‘<a
558+
<h4 id=shape-padding-property><span class=secno>3.4.6. </span>The ‘<a
547559
href="#shape-padding"><code class=property>shape-padding</code></a>
548560
Property</h4>
549561

@@ -814,7 +826,7 @@ <h2 class=no-num id=index>Index</h2>
814826
</ul>
815827

816828
<li>'shape-padding', <a href="#shape-padding"
817-
title="section 3.4.5."><strong>3.4.5.</strong></a>
829+
title="section 3.4.6."><strong>3.4.6.</strong></a>
818830

819831
<li>style sheet
820832
<ul>

css-shapes-2/Overview.src.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,15 @@ <h4 id="shape-image-threshold-property">The 'shape-image-threshold' Property</h4
432432
section with the change that
433433
it applies to both <span>shape-inside</span>
434434
and <span>shape-outside</span>.
435-
</p> <!-- End section "The shape-image-threshold property" -->
435+
</p>
436+
<!-- End section "The shape-image-threshold property" -->
436437

438+
<h4 id="shape-image-source-type-property">The 'shape-image-source-type' Property</h4>
439+
<p>
440+
Should we add an alpha/luminance switch to determine which values we use from the shape-image source?
441+
</p>
442+
<!-- End section "The shape-image-source-type-property" -->
443+
437444
<h4 id="shape-margin-property">The 'shape-margin' property</h4>
438445
<p>Add the final
439446
<a href="http://www.w3.org/TR/css-shapes/#shape-margin-property">level 1</a>

0 commit comments

Comments
 (0)