Skip to content

Commit 4732810

Browse files
committed
[css-shapes] Use Concrete Object Size Resolution from CSS3-IMAGES in shape from image
1 parent 872758d commit 4732810

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

css-shapes/Overview.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,11 @@ <h3 id=shapes-from-image><span class=secno>3.3. </span>Shapes from Image</h3>
618618
class=property>shape-image-threshold</code></a>’ is not specified, the
619619
initial value to be considered is 0.0.
620620

621+
<p>Sizing the shape from an image follows the <a
622+
href="http://www.w3.org/TR/2012/CR-css3-images-20120417/#concrete-size-resolution">Concrete
623+
Object Size Resolution</a> section from <a href="#CSS3-IMAGES"
624+
rel=biblioentry>[CSS3-IMAGES]<!--{{!CSS3-IMAGES}}--></a>.
625+
621626
<p>For animated raster image formats (such as <a
622627
href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</a>), the first
623628
frame of the animation sequence is used. <!--
@@ -1090,6 +1095,16 @@ <h3 class=no-num id=normative-references>Normative references</h3>
10901095
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
10911096
<!---->
10921097

1098+
<dt id=CSS3-IMAGES>[CSS3-IMAGES]
1099+
1100+
<dd>Elika J. Etemad; Tab Atkins Jr. <a
1101+
href="http://www.w3.org/TR/2012/CR-css3-images-20120417/"><cite>CSS Image
1102+
Values and Replaced Content Module Level 3.</cite></a> 17 April 2012. W3C
1103+
Candidate Recommendation. (Work in progress.) URL: <a
1104+
href="http://www.w3.org/TR/2012/CR-css3-images-20120417/">http://www.w3.org/TR/2012/CR-css3-images-20120417/</a>
1105+
</dd>
1106+
<!---->
1107+
10931108
<dt id=CSS3BG>[CSS3BG]
10941109

10951110
<dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a
@@ -1314,6 +1329,9 @@ <h3 class=no-num id=since-june-20th-2013>Since <a
13141329
2013</a></h3>
13151330

13161331
<ul>
1332+
<li>Use Concrete Object Size Resolution from CSS3-IMAGES in shape from
1333+
image
1334+
13171335
<li>Future-proof shape-image-threshold to possibly apply to luminance
13181336

13191337
<li>Added CORS fetching to shape-outside URLs

css-shapes/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,8 @@ <h3 id="shapes-from-image">Shapes from Image</h3>
534534
If the 'shape-image-threshold' is not specified,
535535
the initial value to be considered is 0.0.
536536
</p>
537+
538+
<p>Sizing the shape from an image follows the <a href="http://www.w3.org/TR/2012/CR-css3-images-20120417/#concrete-size-resolution">Concrete Object Size Resolution</a> section from [[!CSS3-IMAGES]].</p>
537539

538540
<p>For animated raster image formats
539541
(such as <a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</a>),
@@ -883,6 +885,7 @@ <h2 class="no-num" id="change-log">Change Log</h2>
883885

884886
<h3 class="no-num" >Since <a href="http://www.w3.org/TR/2013/WD-css-shapes-1-20130620/">June 20th 2013</a></h3>
885887
<ul>
888+
<li>Use Concrete Object Size Resolution from CSS3-IMAGES in shape from image</li>
886889
<li>Future-proof shape-image-threshold to possibly apply to luminance</li>
887890
<li>Added CORS fetching to shape-outside URLs</li>
888891
<li>Changed shape-outside value from &lt;uri&gt; to &lt;image&gt;</li>

0 commit comments

Comments
 (0)