Skip to content

Commit a0118d7

Browse files
committed
[css-shapes] fix ambiguity on threshold value
1 parent 752fabd commit a0118d7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-shapes/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Shapes Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-10-02 name=dcterms.date>
15+
<meta content=2013-10-03 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -51,7 +51,7 @@
5151

5252
<h1 id=css-shapes-module>CSS Shapes Module Level 1</h1>
5353

54-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 October 2013</h2>
54+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 October 2013</h2>
5555

5656
<dl>
5757
<dt>This version:
@@ -888,8 +888,8 @@ <h3 id=shape-image-threshold-property><span class=secno>5.2. </span>The
888888

889889
<dd> Sets the threshold used for extracting a shape from an image. The
890890
shape is defined by the pixels whose alpha value is greater than the
891-
threshold. Any values outside the range 0.0 (fully transparent) to 1.0
892-
(fully opaque) will be clamped to this range.
891+
threshold. A threshold value outside the range 0.0 (fully transparent) to
892+
1.0 (fully opaque) will be clamped to this range.
893893
</dl>
894894

895895
<div class=note>

css-shapes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ <h3 id="shape-image-threshold-property">The 'shape-image-threshold' Property</h3
761761
The shape is defined
762762
by the pixels whose alpha value
763763
is greater than the threshold.
764-
Any values outside the range
764+
A threshold value outside the range
765765
0.0 (fully transparent)
766766
to 1.0 (fully opaque)
767767
will be clamped to this range.

0 commit comments

Comments
 (0)