- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Sep 2008 03:34:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17203
Modified Files:
Overview.html
Log Message:
Minor fixes: Ignore out-of-band encoding if it's not supported; require 2d context's 'font' attribute to ignore errors on setting. (whatwg r2131)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1302
retrieving revision 1.1303
diff -u -d -r1.1302 -r1.1303
--- Overview.html 29 Aug 2008 11:39:38 -0000 1.1302
+++ Overview.html 2 Sep 2008 03:34:41 -0000 1.1303
@@ -27,7 +27,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ-->29 August 2008</h2>
+ Editor's Draft <!--ZZZ--> 1 September 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -199,8 +199,8 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
the W3C working group responsible for this specification's progress along
- the W3C Recommendation track. <!--ZZZ:--> This specification is the 29
- August 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
+ the W3C Recommendation track. <!--ZZZ:--> This specification is the 1
+ September 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
<!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
<!-- relationship to other work (required) -->
@@ -22828,9 +22828,11 @@
attribute, on setting, must be parsed the same way as the 'font' property
of CSS (but without supporting property-independent stylesheet syntax like
'inherit'), and the resulting font must be assigned to the context, with
- the 'line-height' component forced to 'normal'. <a
- href="#references">[CSS]</a><!-- XXX generic
- version-independent reference -->
+ the 'line-height' component forced to 'normal'. If the new value is
+ syntactically incorrect, then it must be ignored, without assigning a new
+ font value. <a
+ href="#references">[CSS]</a><!-- XXX generic version-independent
+ reference -->
<p>Font names must be interpreted in the context of the <code><a
href="#canvas">canvas</a></code> element's stylesheets; any fonts embedded
@@ -46234,8 +46236,8 @@
<ol>
<li>
- <p>If the transport layer specifies an encoding, return that encoding
- with the <a href="#confidence"
+ <p>If the transport layer specifies an encoding, and it is supported,
+ return that encoding with the <a href="#confidence"
title=concept-encoding-confidence>confidence</a> <i>certain</i>, and
abort these steps.
@@ -53080,7 +53082,7 @@
href="#form-element"><code>form</code> element pointer</a> in the parser)
</ul>
- <p class=note>The mutatiosn allowed by this section apply <em>after</em>
+ <p class=note>The mutations allowed by this section apply <em>after</em>
the <a href="#html-0">HTML parser</a>'s rules have been applied. For
example, a <code title=""><a::></code> start tag will be closed by a
<code title=""></a::></code> end tag, and never by a <code
Received on Tuesday, 2 September 2008 03:35:19 UTC