[html5] r3194 - [cgow] (2) Remove a redundant parse error in the bang state. Make shadows hidden [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 5 00:13:25 PDT 2009


Author: ianh
Date: 2009-06-05 00:13:24 -0700 (Fri, 05 Jun 2009)
New Revision: 3194

Modified:
   index
   source
Log:
[cgow] (2) Remove a redundant parse error in the bang state. Make shadows hidden until they're non-zero-alpha.

Modified: index
===================================================================
--- index	2009-06-05 01:23:56 UTC (rev 3193)
+++ index	2009-06-05 07:13:24 UTC (rev 3194)
@@ -24132,9 +24132,9 @@
   be ignored.</p>
 
   <p><dfn id=when-shadows-are-drawn title="when shadows are drawn">Shadows are only drawn
-  if</dfn> either the opacity component of the alpha component of the
-  color of <code title=dom-context-2d-shadowColor><a href=#dom-context-2d-shadowcolor>shadowColor</a></code>
-  is non-zero, or the <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shadowblur>shadowBlur</a></code> is non-zero, or
+  if</dfn> the opacity component of the alpha component of the color
+  of <code title=dom-context-2d-shadowColor><a href=#dom-context-2d-shadowcolor>shadowColor</a></code> is
+  non-zero and either the <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shadowblur>shadowBlur</a></code> is non-zero, or
   the <code title=dom-context-2d-shadowOffsetX><a href=#dom-context-2d-shadowoffsetx>shadowOffsetX</a></code>
   is non-zero, or the <code title=dom-context-2d-shadowOffsetY><a href=#dom-context-2d-shadowoffsety>shadowOffsetY</a></code> is
   non-zero.</p>
@@ -60947,9 +60947,9 @@
    comment in comment end state -->
 
    <dt>Anything else</dt>
-   <dd><a href=#parse-error>Parse error</a>. Append two U+002D HYPHEN-MINUS (-)
-   characters, a U+0021 EXCLAMATION MARK (!) character, and the input
-   character to the comment token's data. Switch to the <a href=#comment-state>comment
+   <dd>Append two U+002D HYPHEN-MINUS (-) characters, a U+0021
+   EXCLAMATION MARK (!) character, and the input character to the
+   comment token's data. Switch to the <a href=#comment-state>comment
    state</a>.</dd>
 
   </dl><h5 id=doctype-state><span class=secno>9.2.4.24 </span><dfn>DOCTYPE state</dfn></h5>

Modified: source
===================================================================
--- source	2009-06-05 01:23:56 UTC (rev 3193)
+++ source	2009-06-05 07:13:24 UTC (rev 3194)
@@ -26366,9 +26366,9 @@
   be ignored.</p>
 
   <p><dfn title="when shadows are drawn">Shadows are only drawn
-  if</dfn> either the opacity component of the alpha component of the
-  color of <code title="dom-context-2d-shadowColor">shadowColor</code>
-  is non-zero, or the <code
+  if</dfn> the opacity component of the alpha component of the color
+  of <code title="dom-context-2d-shadowColor">shadowColor</code> is
+  non-zero and either the <code
   title="dom-context-2d-shadowBlur">shadowBlur</code> is non-zero, or
   the <code title="dom-context-2d-shadowOffsetX">shadowOffsetX</code>
   is non-zero, or the <code
@@ -74792,9 +74792,9 @@
    comment in comment end state -->
 
    <dt>Anything else</dt>
-   <dd><span>Parse error</span>. Append two U+002D HYPHEN-MINUS (-)
-   characters, a U+0021 EXCLAMATION MARK (!) character, and the input
-   character to the comment token's data. Switch to the <span>comment
+   <dd>Append two U+002D HYPHEN-MINUS (-) characters, a U+0021
+   EXCLAMATION MARK (!) character, and the input character to the
+   comment token's data. Switch to the <span>comment
    state</span>.</dd>
 
   </dl>




More information about the Commit-Watchers mailing list