html5/spec Overview.html,1.4148,1.4149

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19901

Modified Files:
	Overview.html 
Log Message:
sync with http-state (whatwg r5214)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4148
retrieving revision 1.4149
diff -u -d -r1.4148 -r1.4149
--- Overview.html	28 Jul 2010 00:01:19 -0000	1.4148
+++ Overview.html	28 Jul 2010 04:09:37 -0000	1.4149
@@ -6969,7 +6969,9 @@
   <code><a href="#security_err">SECURITY_ERR</a></code> exception. Otherwise, the user agent must
   first <a href="#obtain-the-storage-mutex">obtain the storage mutex</a> and then return the
   cookie-string for <a href="#the-document-s-address">the document's address</a> for a
-  "non-HTTP" API. <a href="#refsCOOKIES">[COOKIES]</a></p>
+  "non-HTTP" API, decoded as UTF-8, with bytes or sequences of bytes
+  that are not valid UTF-8 sequences interpreted as U+FFFD REPLACEMENT
+  CHARACTERs. <a href="#refsCOOKIES">[COOKIES]</a> <a href="#refsRFC3629">[RFC3629]</a></p>
 
   <p>On setting, if the document is a <a href="#cookie-free-document-object">cookie-free
   <code>Document</code> object</a>, then the user agent must do
@@ -6980,7 +6982,7 @@
   as it would when <span title="receives a
   set-cookie-string">receiving a set-cookie-string</span> for
   <a href="#the-document-s-address">the document's address</a> via a "non-HTTP" API, consisting
-  of the new value. <a href="#refsCOOKIES">[COOKIES]</a></p>
+  of the new value encoded as UTF-8. <a href="#refsCOOKIES">[COOKIES]</a> <a href="#refsRFC3629">[RFC3629]</a></p>
 
   <p class="note">Since the <code title="dom-document-cookie"><a href="#dom-document-cookie">cookie</a></code> attribute is accessible
   across frames, the path restrictions on cookies are only a tool to
@@ -67503,6 +67505,10 @@
    <dd><cite><a href="http://www.ietf.org/rfc/rfc3548.txt">The Base16, Base32,
    and Base64 Data Encodings</a></cite>, S. Josefsson. IETF.</dd>
 
+   <dt id="refsRFC3629">[RFC3629]</dt>
+   <dd><cite><a href="http://www.ietf.org/rfc/rfc3629.txt">UTF-8, a
+   transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd>
+
    <dt id="refsRFC3986">[RFC3986]</dt>
    <dd><cite><a href="http://www.ietf.org/rfc/rfc3986.txt">Uniform Resource
    Identifier (URI): Generic Syntax</a></cite>, T. Berners-Lee, R. Fielding, L.

Received on Wednesday, 28 July 2010 04:09:42 UTC