Remove a redundant parse error in the bang state. Make shadows hidden until they're non-zero-alpha. (whatwg r3194)

Remove a redundant parse error in the bang state. Make shadows hidden
until they're non-zero-alpha. (whatwg r3194)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2347.html#dom-context-2d-shadowblur
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2347.html#comment-end-bang-state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2347.html#doctype-state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2347.html#when-shadows-are-drawn

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2346&r2=1.2347&f=h
http://html5.org/tools/web-apps-tracker?from=3193&to=3194

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2346
retrieving revision 1.2347
diff -u -d -r1.2346 -r1.2347
--- Overview.html 5 Jun 2009 01:24:01 -0000 1.2346
+++ Overview.html 5 Jun 2009 07:13:29 -0000 1.2347
@@ -21260,9 +21260,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>
@@ -54810,9 +54810,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>

Received on Friday, 5 June 2009 07:15:39 UTC