- From: poot <cvsmail@w3.org>
- Date: Wed, 28 Jul 2010 13:12:37 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: sync with http-state (whatwg r5214) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4148&r2=1.4149&f=h http://html5.org/tools/web-apps-tracker?from=5213&to=5214 =================================================================== 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:10:25 UTC