- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 06:16:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30434
Modified Files:
association-of-controls-and-forms.html spec.html
Log Message:
Clarify what happens when accept-charset is empty. (whatwg r5265)
[updated by splitter]
Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- association-of-controls-and-forms.html 10 Aug 2010 02:06:42 -0000 1.15
+++ association-of-controls-and-forms.html 10 Aug 2010 06:16:45 -0000 1.16
@@ -1694,8 +1694,8 @@
encodings supported by the user agent, select a character encoding
from the list given in the <code><a href="forms.html#the-form-element">form</a></code>'s <code title="attr-form-accept-charset"><a href="forms.html#attr-form-accept-charset">accept-charset</a></code> attribute
that is an <a href="infrastructure.html#ascii-compatible-character-encoding">ASCII-compatible character encoding</a>. If
- none of the encodings are supported, then let the selected
- character encoding be UTF-8.</p>
+ none of the encodings are supported, or if none are listed, then
+ let the selected character encoding be UTF-8.</p>
<p>Otherwise, if the <a href="dom.html#document-s-character-encoding">document's character encoding</a> is
an <a href="infrastructure.html#ascii-compatible-character-encoding">ASCII-compatible character encoding</a>, then that is
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1121
retrieving revision 1.1122
diff -u -d -r1.1121 -r1.1122
--- spec.html 10 Aug 2010 02:06:42 -0000 1.1121
+++ spec.html 10 Aug 2010 06:16:45 -0000 1.1122
@@ -334,7 +334,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4193.
+This is revision 1.4194.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 10 August 2010 06:16:50 UTC