[html5] r5875 - [ow] (1) Change how canvas serialises alpha<1 colours to match CSS.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 11 12:36:02 PST 2011
Author: ianh
Date: 2011-02-11 12:36:01 -0800 (Fri, 11 Feb 2011)
New Revision: 5875
Modified:
complete.html
index
source
Log:
[ow] (1) Change how canvas serialises alpha<1 colours to match CSS.
Modified: complete.html
===================================================================
--- complete.html 2011-02-11 19:42:12 UTC (rev 5874)
+++ complete.html 2011-02-11 20:36:01 UTC (rev 5875)
@@ -32561,10 +32561,13 @@
to U+0039, in the shortest form possible), a literal U+002C COMMA
and U+0020 SPACE, an integer for the green component, a comma and a
space, an integer for the blue component, another comma and space, a
- U+0030 DIGIT ZERO, a U+002E FULL STOP (representing the decimal
- point), one or more digits in the range 0-9 (U+0030 to U+0039)
- representing the fractional part of the alpha value, and finally a
- U+0029 RIGHT PARENTHESIS.</p>
+ U+0030 DIGIT ZERO, if the alpha value is greater than zero then a
+ U+002E FULL STOP (representing the decimal point), if the alpha
+ value is greater than zero then one or more digits in the range 0-9
+ (U+0030 to U+0039) representing the fractional part of the alpha
+ value, and finally a U+0029 RIGHT PARENTHESIS.</p> <!-- if people
+ complain this is unreadable, expand it into a <dl> with two nested
+ <ol>s -->
<p>When the context is created, the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> and <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code> attributes must
initially have the string value <code title="">#000000</code>.</p>
Modified: index
===================================================================
--- index 2011-02-11 19:42:12 UTC (rev 5874)
+++ index 2011-02-11 20:36:01 UTC (rev 5875)
@@ -32544,10 +32544,13 @@
to U+0039, in the shortest form possible), a literal U+002C COMMA
and U+0020 SPACE, an integer for the green component, a comma and a
space, an integer for the blue component, another comma and space, a
- U+0030 DIGIT ZERO, a U+002E FULL STOP (representing the decimal
- point), one or more digits in the range 0-9 (U+0030 to U+0039)
- representing the fractional part of the alpha value, and finally a
- U+0029 RIGHT PARENTHESIS.</p>
+ U+0030 DIGIT ZERO, if the alpha value is greater than zero then a
+ U+002E FULL STOP (representing the decimal point), if the alpha
+ value is greater than zero then one or more digits in the range 0-9
+ (U+0030 to U+0039) representing the fractional part of the alpha
+ value, and finally a U+0029 RIGHT PARENTHESIS.</p> <!-- if people
+ complain this is unreadable, expand it into a <dl> with two nested
+ <ol>s -->
<p>When the context is created, the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> and <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code> attributes must
initially have the string value <code title="">#000000</code>.</p>
Modified: source
===================================================================
--- source 2011-02-11 19:42:12 UTC (rev 5874)
+++ source 2011-02-11 20:36:01 UTC (rev 5875)
@@ -35761,10 +35761,13 @@
to U+0039, in the shortest form possible), a literal U+002C COMMA
and U+0020 SPACE, an integer for the green component, a comma and a
space, an integer for the blue component, another comma and space, a
- U+0030 DIGIT ZERO, a U+002E FULL STOP (representing the decimal
- point), one or more digits in the range 0-9 (U+0030 to U+0039)
- representing the fractional part of the alpha value, and finally a
- U+0029 RIGHT PARENTHESIS.</p>
+ U+0030 DIGIT ZERO, if the alpha value is greater than zero then a
+ U+002E FULL STOP (representing the decimal point), if the alpha
+ value is greater than zero then one or more digits in the range 0-9
+ (U+0030 to U+0039) representing the fractional part of the alpha
+ value, and finally a U+0029 RIGHT PARENTHESIS.</p> <!-- if people
+ complain this is unreadable, expand it into a <dl> with two nested
+ <ol>s -->
<p>When the context is created, the <code
title="dom-context-2d-strokeStyle">strokeStyle</code> and <code
@@ -67425,7 +67428,7 @@
<p>The <span>origin</span> of a downloadable Web font is equal to
the <span>origin</span> of the <span>absolute URL</span> used to
obtain the font (after any redirects). <a
- href="#refsCSSFONTS">[CSSFONTS]</p>
+ href="#refsCSSFONTS">[CSSFONTS]</a></p>
<p>The <span>origin</span> of a locally installed system font is
equal to the <span>origin</span> of the <code>Document</code> in
More information about the Commit-Watchers
mailing list