[html5] r6411 - [giow] (0) Try to tighten up the definition of how to serialise rgba() in canvas [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 10 15:34:00 PDT 2011


Author: ianh
Date: 2011-08-10 15:33:59 -0700 (Wed, 10 Aug 2011)
New Revision: 6411

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Try to tighten up the definition of how to serialise rgba() in canvas.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12824

Modified: complete.html
===================================================================
--- complete.html	2011-08-10 22:05:49 UTC (rev 6410)
+++ complete.html	2011-08-10 22:33:59 UTC (rev 6411)
@@ -35341,10 +35341,13 @@
   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 -->
+  (U+0030 to U+0039) representing the fractional part of the alpha<!--
+  value with no trailing zeros (implied by next sentence)-->, and
+  finally a U+0029 RIGHT PARENTHESIS. User agents must express the
+  fractional part of the alpha value, if any, with the level of
+  precision necessary for the alpha value, when reparsed, to be
+  interpreted as the same alpha value.</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-08-10 22:05:49 UTC (rev 6410)
+++ index	2011-08-10 22:33:59 UTC (rev 6411)
@@ -35208,10 +35208,13 @@
   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 -->
+  (U+0030 to U+0039) representing the fractional part of the alpha<!--
+  value with no trailing zeros (implied by next sentence)-->, and
+  finally a U+0029 RIGHT PARENTHESIS. User agents must express the
+  fractional part of the alpha value, if any, with the level of
+  precision necessary for the alpha value, when reparsed, to be
+  interpreted as the same alpha value.</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-08-10 22:05:49 UTC (rev 6410)
+++ source	2011-08-10 22:33:59 UTC (rev 6411)
@@ -38901,10 +38901,13 @@
   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 -->
+  (U+0030 to U+0039) representing the fractional part of the alpha<!--
+  value with no trailing zeros (implied by next sentence)-->, and
+  finally a U+0029 RIGHT PARENTHESIS. User agents must express the
+  fractional part of the alpha value, if any, with the level of
+  precision necessary for the alpha value, when reparsed, to be
+  interpreted as the same alpha value.</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




More information about the Commit-Watchers mailing list