- From: poot <cvsmail@w3.org>
- Date: Sat, 10 Jan 2009 05:58:13 +0900 (JST)
- To: public-html-diffs@w3.org
Add placeholder IANA considerations section. (whatwg r2640) Web Socket connection is closed http://people.w3.org/mike/diffs/html5/spec/Overview.1.1810.html#web-socket-connection-is-closed 7.3.5.5 Security considerations http://people.w3.org/mike/diffs/html5/spec/Overview.1.1810.html#security-considerations http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1809&r2=1.1810&f=h http://html5.org/tools/web-apps-tracker?from=2639&to=2640 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1809 retrieving revision 1.1810 diff -u -d -r1.1809 -r1.1810 --- Overview.html 9 Jan 2009 09:33:48 -0000 1.1809 +++ Overview.html 9 Jan 2009 20:55:21 -0000 1.1810 @@ -806,7 +806,8 @@ <li><a href=#handshake-details><span class=secno>7.3.5.3.2 </span>Handshake details</a></li> <li><a href=#ws-sd-framing><span class=secno>7.3.5.3.3 </span>Data framing</a></ol></li> <li><a href=#closing-the-connection><span class=secno>7.3.5.4 </span>Closing the connection</a></li> - <li><a href=#security-considerations><span class=secno>7.3.5.5 </span>Security considerations</a></ol></ol></li> + <li><a href=#security-considerations><span class=secno>7.3.5.5 </span>Security considerations</a></li> + <li><a href=#iana-considerations><span class=secno>7.3.5.6 </span>IANA considerations</a></ol></ol></li> <li><a href=#crossDocumentMessages><span class=secno>7.4 </span>Cross-document messaging</a> <ol> <li><a href=#introduction-6><span class=secno>7.4.1 </span>Introduction</a></li> @@ -36232,7 +36233,7 @@ connection, it is said that the <dfn id=web-socket-connection-is-closed>Web Socket connection is closed</dfn>.<p>Servers may <a href=#close-the-web-socket-connection>close the Web Socket connection</a> whenever desired.<p>User agents should not <a href=#close-the-web-socket-connection>close the Web Socket - connection</a> arbitrarily.<h5 id=security-considerations><span class=secno>7.3.5.5 </span>Security considerations</h5><p class=XXX>...<h3 id=crossDocumentMessages><span class=secno>7.4 </span><dfn>Cross-document messaging</dfn></h3><p>Web browsers, for security and privacy reasons, prevent documents + connection</a> arbitrarily.<h5 id=security-considerations><span class=secno>7.3.5.5 </span>Security considerations</h5><p class=XXX>...<h5 id=iana-considerations><span class=secno>7.3.5.6 </span>IANA considerations</h5><p class=XXX>...(two URI schemes, two ports, HTTP Upgrade keyword)<h3 id=crossDocumentMessages><span class=secno>7.4 </span><dfn>Cross-document messaging</dfn></h3><p>Web browsers, for security and privacy reasons, prevent documents in different domains from affecting each other; that is, cross-site scripting is disallowed.<p>While this is an important security feature, it prevents pages from different domains from communicating even when those pages are
Received on Friday, 9 January 2009 20:58:49 UTC