Skip to content

Commit a75fb9f

Browse files
committed
Attempt to fix gaussian calc to be correct wrt note
1 parent cc1ec71 commit a75fb9f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-background/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3780,7 +3780,7 @@ <h3 id=the-box-shadow><span class=secno>7.2. </span>The &lsquo;<a
37803780
however the resulting shadow must approximate (with each pixel being
37813781
within 5% of its expected value) the image that would be generated by
37823782
applying to the shadow a Gaussian blur with a standard deviation equal to
3783-
the blur radius
3783+
the half the blur radius
37843784

37853785
<p class=note>Note this means for a long, straight shadow edge, the blur
37863786
radius will create a visibly apparent color transition approximately the

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2757,7 +2757,7 @@ <h3 id="the-box-shadow">The 'box-shadow' property</h3>
27572757
defined; however the resulting shadow must approximate (with each pixel
27582758
being within 5% of its expected value) the image that would be generated
27592759
by applying to the shadow a Gaussian blur with a standard deviation equal
2760-
to the blur radius
2760+
to the half the blur radius
27612761

27622762
<p class="note">Note this means for a long, straight shadow edge, the
27632763
blur radius will create a visibly apparent color transition approximately

css3-background/issues-lc-2009.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ <h1>CSS Backgrounds and Borders Level 3 Disposition of Comments</h1>
3333
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2009Nov/0263.html">http://lists.w3.org/Archives/Public/www-style/2009Nov/0263.html</a>
3434
Closed: Accepted
3535
</pre>
36-
<pre class="r" id="issue-1">
36+
<pre class="r" id="issue-2">
3737
Issue 2.
3838
Summary: Add background-opacity
3939
From: Patrick H. Lauke
4040
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009Oct/0068.html">http://lists.w3.org/Archives/Public/www-style/2009Oct/0068.html</a>
4141
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2009Nov/0266.html">http://lists.w3.org/Archives/Public/www-style/2009Nov/0266.html</a>
4242
Closed: Rejected
4343
</pre>
44-
<pre class="r" id="issue-1">
44+
<pre class="r" id="issue-3">
4545
Issue 3.
4646
Summary: Allow more slashes in border-image shorthand
4747
From: Zack Weinberg
@@ -50,7 +50,7 @@ <h1>CSS Backgrounds and Borders Level 3 Disposition of Comments</h1>
5050
Closed: Rejected
5151
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009Nov/0273.html">http://lists.w3.org/Archives/Public/www-style/2009Nov/0273.html</a>
5252
</pre>
53-
<pre class="a" id="issue-1">
53+
<pre class="a" id="issue-4">
5454
Issue 4.
5555
Summary: Rename box-break keywords
5656
From: fantasai

0 commit comments

Comments
 (0)