- From: poot <cvsmail@w3.org>
- Date: Thu, 3 Jul 2008 06:38:36 +0900 (JST)
- To: public-html-diffs@w3.org
1.958 Remove redundancy in gradient extrapolation. (whatwg r1768)
(changed by: Michael Smith)
Diffs for this change per section:
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.295.html#the-2d_wd2
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.295.html#urls_wd2
Current content per affected section:
http://dev.w3.org/html5/pubnotes/Overview.html#the-2d_wd2
http://dev.w3.org/html5/pubnotes/Overview.html#urls_wd2
Previously published WD content per affected section:
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-2d_wd2
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#urls_wd2
Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html
http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.294&r2=1.295&f=h
http://html5.org/tools/web-apps-tracker?from=1767&to=1768
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -d -r1.294 -r1.295
--- Overview.html 2 Jul 2008 21:22:13 -0000 1.294
+++ Overview.html 2 Jul 2008 21:35:20 -0000 1.295
@@ -1425,6 +1425,9 @@
perpendicular to the direction of the line
<em class="highlight">(and that no additional
line cap is added)</em>.</q></li>
+ <li>Text specifying “gradient interpolation” was
+ revised to specify both and <q>interpolation and
+ extrapolation</q>.</li>
</ul>
</div>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -d -r1.279 -r1.280
--- Overview.src.html 2 Jul 2008 21:22:13 -0000 1.279
+++ Overview.src.html 2 Jul 2008 21:35:20 -0000 1.280
@@ -710,6 +710,9 @@
perpendicular to the direction of the line
<em class=highlight>(and that no additional
line cap is added)</em>.</q></li>
+ <li>Text specifying “gradient interpolation” was
+ revised to specify both and <q>interpolation and
+ extrapolation</q>.</li>
</ul>
</section>
</section>
Received on Wednesday, 2 July 2008 21:39:14 UTC