[css-shapes] editorial clarifications

Thu, 02 Jan 2014 14:29:45 -0800

author
Alan Stearns <stearns@adobe.com>
date
Thu, 02 Jan 2014 14:29:45 -0800
changeset 9697
2d0914c61a48
parent 9696
583f38872991
child 9698
390e1d12300d

[css-shapes] editorial clarifications

css-shapes/Overview.html file | annotate | diff | comparison | revisions
css-shapes/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-shapes/Overview.html	Thu Jan 02 14:16:47 2014 -0800
     1.2 +++ b/css-shapes/Overview.html	Thu Jan 02 14:29:45 2014 -0800
     1.3 @@ -490,6 +490,10 @@
     1.4  					of the ellipse, 
     1.5  					in that order. 
     1.6  					Negative values for either radius are invalid. 
     1.7 +					Percentage values here are resolved 
     1.8 +					against the used width (for the rx value) 
     1.9 +					and the used height (for the ry value) 
    1.10 +					of the reference box.
    1.11  				</li>
    1.12  				<li>
    1.13  					The position argument defines 
    1.14 @@ -629,6 +633,9 @@
    1.15  	that enclose the area(s) 
    1.16  	where the opacity of the specified image 
    1.17  	is greater than the <a class=property data-link-type=propdesc href=#propdef-shape-image-threshold title=shape-image-threshold>shape-image-threshold</a> value. 
    1.18 +	The absence of any pixels with an alpha value 
    1.19 +	larger than the specified threshold 
    1.20 +	results in an <a data-link-type=dfn href=#empty-float-area title="empty float area">empty float area</a>.
    1.21  	If the <a class=property data-link-type=propdesc href=#propdef-shape-image-threshold title=shape-image-threshold>shape-image-threshold</a> is not specified, 
    1.22  	the initial value to be considered is 0.0.
    1.23  
     2.1 --- a/css-shapes/Overview.src.html	Thu Jan 02 14:16:47 2014 -0800
     2.2 +++ b/css-shapes/Overview.src.html	Thu Jan 02 14:29:45 2014 -0800
     2.3 @@ -371,6 +371,10 @@
     2.4  					of the ellipse, 
     2.5  					in that order. 
     2.6  					Negative values for either radius are invalid. 
     2.7 +					Percentage values here are resolved 
     2.8 +					against the used width (for the rx value) 
     2.9 +					and the used height (for the ry value) 
    2.10 +					of the reference box.
    2.11  				</li>
    2.12  				<li>
    2.13  					The position argument defines 
    2.14 @@ -510,6 +514,9 @@
    2.15  	that enclose the area(s) 
    2.16  	where the opacity of the specified image 
    2.17  	is greater than the 'shape-image-threshold' value. 
    2.18 +	The absence of any pixels with an alpha value 
    2.19 +	larger than the specified threshold 
    2.20 +	results in an <a>empty float area</a>.
    2.21  	If the 'shape-image-threshold' is not specified, 
    2.22  	the initial value to be considered is 0.0.
    2.23  

mercurial