[html5] r8796 - [e] (0) Fix recent CSS-related wording to be more precise. Affected topics: Canvas

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 19 14:25:08 PDT 2014


Author: ianh
Date: 2014-09-19 14:25:05 -0700 (Fri, 19 Sep 2014)
New Revision: 8796

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix recent CSS-related wording to be more precise.
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2014-09-19 21:21:09 UTC (rev 8795)
+++ complete.html	2014-09-19 21:25:05 UTC (rev 8796)
@@ -47299,7 +47299,7 @@
   object</a>.</p>
 
   <p>The <dfn id=dom-context-2d-font><code>font</code></dfn> IDL attribute, on setting, must
-  be <a href=http://dev.w3.org/csswg/css-syntax/#parse-something-according-to-a-css-grammar id=text-styles:parse-something-according-to-a-css-grammar data-x-internal=parse-something-according-to-a-css-grammar>parsed the same way as the 'font' property of CSS</a> (but without supporting property-independent
+  be <a href=http://dev.w3.org/csswg/css-syntax/#parse-something-according-to-a-css-grammar id=text-styles:parse-something-according-to-a-css-grammar data-x-internal=parse-something-according-to-a-css-grammar>parsed as a CSS <'font'> value</a> (but without supporting property-independent
   style sheet syntax like 'inherit'), and the resulting font must be assigned to the context, with
   the 'line-height' component forced to 'normal', with the 'font-size' component converted to CSS
   pixels, and with system fonts being computed to explicit values. If the new value is syntactically

Modified: index
===================================================================
--- index	2014-09-19 21:21:09 UTC (rev 8795)
+++ index	2014-09-19 21:25:05 UTC (rev 8796)
@@ -47299,7 +47299,7 @@
   object</a>.</p>
 
   <p>The <dfn id=dom-context-2d-font><code>font</code></dfn> IDL attribute, on setting, must
-  be <a href=http://dev.w3.org/csswg/css-syntax/#parse-something-according-to-a-css-grammar id=text-styles:parse-something-according-to-a-css-grammar data-x-internal=parse-something-according-to-a-css-grammar>parsed the same way as the 'font' property of CSS</a> (but without supporting property-independent
+  be <a href=http://dev.w3.org/csswg/css-syntax/#parse-something-according-to-a-css-grammar id=text-styles:parse-something-according-to-a-css-grammar data-x-internal=parse-something-according-to-a-css-grammar>parsed as a CSS <'font'> value</a> (but without supporting property-independent
   style sheet syntax like 'inherit'), and the resulting font must be assigned to the context, with
   the 'line-height' component forced to 'normal', with the 'font-size' component converted to CSS
   pixels, and with system fonts being computed to explicit values. If the new value is syntactically

Modified: source
===================================================================
--- source	2014-09-19 21:21:09 UTC (rev 8795)
+++ source	2014-09-19 21:25:05 UTC (rev 8796)
@@ -61741,7 +61741,7 @@
   object</span>.</p>
 
   <p>The <dfn><code data-x="dom-context-2d-font">font</code></dfn> IDL attribute, on setting, must
-  be <span data-x="parse something according to a CSS grammar">parsed the same way as the 'font' property of CSS</span> (but without supporting property-independent
+  be <span data-x="parse something according to a CSS grammar">parsed as a CSS <'font'> value</span> (but without supporting property-independent
   style sheet syntax like 'inherit'), and the resulting font must be assigned to the context, with
   the 'line-height' component forced to 'normal', with the 'font-size' component converted to CSS
   pixels, and with system fonts being computed to explicit values. If the new value is syntactically



More information about the Commit-Watchers mailing list