html5/spec Overview.html,1.2346,1.2347

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14310

Modified Files:
	Overview.html 
Log Message:
Remove a redundant parse error in the bang state. Make shadows hidden until they're non-zero-alpha. (whatwg r3194)

Index: Overview.html
===================================================================
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:13:40 UTC