- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Aug 2009 01:18:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4674
Modified Files:
Overview.html
Log Message:
CSSOM correctness. (whatwg r3594)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2785
retrieving revision 1.2786
diff -u -d -r1.2785 -r1.2786
--- Overview.html 12 Aug 2009 01:14:23 -0000 1.2785
+++ Overview.html 12 Aug 2009 01:18:48 -0000 1.2786
@@ -26561,7 +26561,7 @@
<pre>context.font = 'italic 400 12px/2 Unknown Font, sans-serif';</pre>
<p>...the expression <code title="">context.font</code> would
- evaluate to the string "<code title="">italic 12px Unknown Font, sans-serif</code>". The
+ evaluate to the string "<code title="">italic 12px "Unknown Font", sans-serif</code>". The
"400" font-weight doesn't appear because that is the default
value. The line-height doesn't appear because it is forced to
"normal", the default value.</p>
Received on Wednesday, 12 August 2009 01:19:01 UTC