@@ -514,7 +514,7 @@ <h3 id="shapes-from-image">Shapes from Image</h3>
514514 where the opacity of the specified image
515515 is greater than the 'shape-image-threshold' value.
516516 If the 'shape-image-threshold' is not specified,
517- the initial value to be considered is 0.5 .
517+ the initial value to be considered is 0.0 .
518518 </ p >
519519
520520 < p > For animated raster image formats
@@ -660,9 +660,14 @@ <h4 id="shape-outside-property">The 'shape-outside' Property</h4>
660660 < h4 id ="shape-image-threshold-property "> The 'shape-image-threshold' Property</ h4 >
661661
662662 < p >
663- The 'shape-image-threshold' defines the alpha channel threshold used to extract
664- the shape using an image. A value of 0.5 means that all the pixels that are more
665- than 50% transparent define the path of the shape.
663+ The 'shape-image-threshold'
664+ defines the alpha channel threshold
665+ used to extract the shape
666+ using an image.
667+ A value of 0.5 means that
668+ the shape will enclose
669+ all the pixels
670+ that are more than 50% opaque.
666671 </ p >
667672
668673 < table class ="propdef ">
@@ -676,7 +681,7 @@ <h4 id="shape-image-threshold-property">The 'shape-image-threshold' Property</h4
676681 </ tr >
677682 < tr >
678683 < th > Initial:</ th >
679- < td > 0.5 </ td >
684+ < td > 0.0 </ td >
680685 </ tr >
681686 < tr >
682687 < th > Applies to:</ th >
@@ -822,6 +827,7 @@ <h2 class="no-num" id="change-log">Change Log</h2>
822827
823828 < h3 class ="no-num " > Since < a href ="http://www.w3.org/TR/2013/WD-css-shapes-1-20130620/ "> June 20th 2013</ a > </ h3 >
824829 < ul >
830+ < li > Change initial value of shape-image-threshold to 0.0</ li >
825831 < li > Change float positioning to be unaffected by shape-outside</ li >
826832 < li > Shapes on floats clipped to float's margin box</ li >
827833 < li > Inline content constrained to at least the float's farthest margin edge</ li >
0 commit comments