[html5] r3594 - [e] (0) CSSOM correctness.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 11 18:18:43 PDT 2009
Author: ianh
Date: 2009-08-11 18:18:42 -0700 (Tue, 11 Aug 2009)
New Revision: 3594
Modified:
index
source
Log:
[e] (0) CSSOM correctness.
Modified: index
===================================================================
--- index 2009-08-12 01:14:17 UTC (rev 3593)
+++ index 2009-08-12 01:18:42 UTC (rev 3594)
@@ -26349,7 +26349,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>
Modified: source
===================================================================
--- source 2009-08-12 01:14:17 UTC (rev 3593)
+++ source 2009-08-12 01:18:42 UTC (rev 3594)
@@ -27027,7 +27027,7 @@
<p>...the expression <code title="">context.font</code> would
evaluate to the string "<code
- title="">italic 12px Unknown Font, sans-serif</code>". The
+ 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>
More information about the Commit-Watchers
mailing list