Skip to content

Commit

Permalink
[e] (0) Fix recent CSS-related wording to be more precise.
Browse files Browse the repository at this point in the history
Affected topics: Canvas

git-svn-id: https://svn.whatwg.org/webapps@8796 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 19, 2014
1 parent 5c8d470 commit 62b6d7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -47299,7 +47299,7 @@ <h6 id=text-styles>4.12.4.2.5 Text styles</h6>
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 &lt;'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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -47299,7 +47299,7 @@ context.fillRect(100,0,50,50); // only this square remains</pre>
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 &lt;'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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -61741,7 +61741,7 @@ transform. ack Shaun Morris. -->
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 &lt;'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
Expand Down

0 comments on commit 62b6d7e

Please sign in to comment.