[html5] r1191 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 31 21:50:19 PST 2008


Author: ianh
Date: 2008-01-31 21:50:15 -0800 (Thu, 31 Jan 2008)
New Revision: 1191

Modified:
   index
   source
Log:
[] (1) Make gradients not be optional, since nobody cared they were optional anyway.

Modified: index
===================================================================
--- index	2008-02-01 05:37:11 UTC (rev 1190)
+++ index	2008-02-01 05:50:15 UTC (rev 1191)
@@ -16776,16 +16776,17 @@
    and areas outside the cone untouched by the gradient (transparent black).
 
   <p>Gradients must only be painted where the relevant stroking or filling
-   effects requires that they be drawn.
+   effects requires that they be drawn.</p>
+  <!--
+  <p>Support for actually painting gradients is optional. Instead of
+  painting the gradients, user agents may instead just paint the first
+  stop's color. However, <code
+  title="dom-context-2d-createLinearGradient">createLinearGradient()</code>
+  and <code
+  title="dom-context-2d-createRadialGradient">createRadialGradient()</code>
+  must always return objects when passed valid arguments.</p>
+-->
 
-  <p>Support for actually painting gradients is optional. Instead of painting
-   the gradients, user agents may instead just paint the first stop's color.
-   However, <code title=dom-context-2d-createLinearGradient><a
-   href="#createlineargradient">createLinearGradient()</a></code> and <code
-   title=dom-context-2d-createRadialGradient><a
-   href="#createradialgradient">createRadialGradient()</a></code> must always
-   return objects when passed valid arguments.
-
   <p>Patterns are represented by objects implementing the opaque <dfn
    id=canvaspattern0><code>CanvasPattern</code></dfn> interface.
 
@@ -45442,15 +45443,15 @@
    Michael Gratton, Michael Powers, Michel Fortin, Michiel van der Blonk,
    Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike Brown, Mike
    Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver,
-   Mike Smith, Mikko Rantalainen, Neil Deakin, Olav Junker Kjær, Peter
-   Kasting, Philip Taylor, Rachid Finge, Rajas Moonka, Ralph Giles, Rimantas
-   Liubertas, Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike Dierken,
-   Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia
-   Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve Runyon, Steven
-   Garrity, Stewart Brodie, Stuart Parmenter, Tantek Çelik, Thomas
-   Broyer, Thomas O'Connor, Tim Altman, Tyler Close, Vladimir
-   Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson, and Øistein E.
-   Andersen, for their useful and substantial comments.
+   Mike Smith, Mikko Rantalainen, Neil Deakin, Olav Junker Kjær, Oliver
+   Hunt, Peter Kasting, Philip Taylor, Rachid Finge, Rajas Moonka, Ralph
+   Giles, Rimantas Liubertas, Robert O'Callahan, Robert Sayre, Roman Ivanov,
+   S. Mike Dierken, Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun
+   Inman, Silvia Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve
+   Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter, Tantek
+   Çelik, Thomas Broyer, Thomas O'Connor, Tim Altman, Tyler Close,
+   Vladimir Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson, and
+   Øistein E. Andersen, for their useful and substantial comments.
 
   <p>Thanks also to everyone who has ever posted about HTML5 to their blogs,
    public mailing lists, or forums, including the <a

Modified: source
===================================================================
--- source	2008-02-01 05:37:11 UTC (rev 1190)
+++ source	2008-02-01 05:50:15 UTC (rev 1191)
@@ -14323,6 +14323,7 @@
   <p>Gradients must only be painted where the relevant stroking or
   filling effects requires that they be drawn.</p>
 
+<!--
   <p>Support for actually painting gradients is optional. Instead of
   painting the gradients, user agents may instead just paint the first
   stop's color. However, <code
@@ -14330,9 +14331,9 @@
   and <code
   title="dom-context-2d-createRadialGradient">createRadialGradient()</code>
   must always return objects when passed valid arguments.</p>
+-->
 
 
-
   <p>Patterns are represented by objects implementing the opaque
   <dfn><code>CanvasPattern</code></dfn> interface.</p>
 
@@ -41224,15 +41225,15 @@
   Michiel van der Blonk, Mihai &#x015E;ucan<!-- from ROBO Design -->,
   Mike Brown, Mike Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike
   Schinkel, Mike Shaver, Mike Smith, Mikko Rantalainen, Neil Deakin,
-  Olav Junker Kjær, Peter Kasting, Philip Taylor, Rachid Finge,
-  Rajas Moonka, Ralph Giles, Rimantas Liubertas, Robert O'Callahan,
-  Robert Sayre, Roman Ivanov, S. Mike Dierken, Sam Ruby, Sam Weinig,
-  Scott Hess, Sean Knapp, Shaun Inman, Silvia Pfeiffer, Simon Pieters,
-  Stefan Haustein, Stephen Ma, Steve Runyon, Steven Garrity, Stewart
-  Brodie, Stuart Parmenter, Tantek Çelik, Thomas Broyer, Thomas
-  O'Connor, Tim Altman, Tyler Close, Vladimir Vuki&#x0107;evi&#x0107;,
-  Wakaba, William Swanson, and Øistein E. Andersen, for their
-  useful and substantial comments.</p>
+  Olav Junker Kjær, Oliver Hunt, Peter Kasting, Philip Taylor,
+  Rachid Finge, Rajas Moonka, Ralph Giles, Rimantas Liubertas, Robert
+  O'Callahan, Robert Sayre, Roman Ivanov, S. Mike Dierken, Sam Ruby,
+  Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia Pfeiffer,
+  Simon Pieters, Stefan Haustein, Stephen Ma, Steve Runyon, Steven
+  Garrity, Stewart Brodie, Stuart Parmenter, Tantek Çelik,
+  Thomas Broyer, Thomas O'Connor, Tim Altman, Tyler Close, Vladimir
+  Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson, and Øistein
+  E. Andersen, for their useful and substantial comments.</p>
 
   <p>Thanks also to everyone who has ever posted about HTML5 to their
   blogs, public mailing lists, or forums, including the <a




More information about the Commit-Watchers mailing list