NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 600 - Remove a redundant parse error in the bang state. Make shadows hidden until they're non-zero-alpha.
Remove a redundant parse error in the bang state. Make shadows hidden until t...
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-14 14:59 CEST by Henri Sivonen
Modified: 2009-11-23 17:17 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-07-14 14:59:01 CEST
Index: source
===================================================================
--- source	(revision 3193)
+++ source	(revision 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>