Skip to content

Commit

Permalink
[e] (0) split out communications section
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8368

git-svn-id: http://svn.whatwg.org/webapps@4548 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 8, 2010
1 parent d46669c commit 57c1f57
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 29 deletions.
20 changes: 13 additions & 7 deletions complete.html
Expand Up @@ -64742,9 +64742,9 @@ <h4 id=worker-locations><span class=secno>9.3.5 </span>Worker locations</h4>




<h2 id=comms><span class=secno>10 </span>Communication</h2>



<h3 id=event-definitions><span class=secno>10.1 </span>Event definitions</h3>

Expand Down Expand Up @@ -64849,9 +64849,11 @@ <h3 id=event-definitions><span class=secno>10.1 </span>Event definitions</h3>

</div>



<h3 id=server-sent-events><span class=secno>10.2 </span><dfn>Server-sent events</dfn></h3>

<h3 id=server-sent-events><span class=secno>10.2 </span><dfn>Server-sent events</dfn></h3>


<h4 id=server-sent-events-intro><span class=secno>10.2.1 </span>Introduction</h4>

Expand Down Expand Up @@ -65641,7 +65643,9 @@ <h5 id=last-event-id><span class=secno>10.2.9.2 </span><dfn title=http-last-even
</dd>
<dt>Related information</dt>
<dd>None.</dd>
</dl><h3 id=network><span class=secno>10.3 </span><dfn>Web sockets</dfn></h3>
</dl><h3 id=network><span class=secno>10.3 </span><dfn>Web sockets</dfn></h3>



<h4 id=network-intro><span class=secno>10.3.1 </span>Introduction</h4>

Expand Down Expand Up @@ -67683,9 +67687,10 @@ <h5 id=using-the-web-socket-protocol-from-other-specifications><span class=secno








<h3 id=crossDocumentMessages><span class=secno>10.4 </span><dfn>Cross-document messaging</dfn></h3>

<p>Web browsers, for security and privacy reasons, prevent documents
Expand Down Expand Up @@ -68451,8 +68456,11 @@ <h5 id=ports-and-garbage-collection><span class=secno>10.5.3.1 </span>Ports and
objects and discarding them without closing them can lead to high
memory usage.</p>






<h2 id=syntax><span class=secno>11 </span><dfn>The HTML syntax</dfn></h2>

<p class=note>This section only describes the rules for
Expand Down Expand Up @@ -86210,11 +86218,9 @@ <h3 class="no-num">Reflecting IDL attributes</h3>

</table><h2 class=no-num id=references>References</h2><!--REFS-->


<p>All references are normative unless marked "Non-normative".</p>


<!-- XXX really should remove dates and version numbers from these references once and for all -->
<!-- XXX really should remove dates and version numbers from these references once and for all -->

<dl><dt id=refsABNF>[ABNF]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/std/std68.txt>Augmented
Expand Down
14 changes: 5 additions & 9 deletions index
Expand Up @@ -61903,6 +61903,7 @@ v2 (well, really v0):
"justifycenter", "justifyright", "justifyfull", "indent", "outdent"
--><h2 id=comms><span class=secno>8 </span>Communication</h2>



<h3 id=event-definitions><span class=secno>8.1 </span>Event definitions</h3>

Expand Down Expand Up @@ -62012,12 +62013,6 @@ v2 (well, really v0):
</div>








<h3 id=crossDocumentMessages><span class=secno>8.2 </span><dfn>Cross-document messaging</dfn></h3>

<p>Web browsers, for security and privacy reasons, prevent documents
Expand Down Expand Up @@ -62783,7 +62778,10 @@ interface <dfn id=messageport>MessagePort</dfn> {
objects and discarding them without closing them can lead to high
memory usage.</p>






<h2 id=syntax><span class=secno>9 </span><dfn>The HTML syntax</dfn></h2>

Expand Down Expand Up @@ -80680,11 +80678,9 @@ interface <a href=#htmldocument>HTMLDocument</a> {

<h2 class=no-num id=references>References</h2><!--REFS-->


<p>All references are normative unless marked "Non-normative".</p>


<!-- XXX really should remove dates and version numbers from these references once and for all -->
<!-- XXX really should remove dates and version numbers from these references once and for all -->

<dl><dt id=refsABNF>[ABNF]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/std/std68.txt>Augmented
Expand Down
31 changes: 18 additions & 13 deletions source
Expand Up @@ -55932,10 +55932,10 @@ interface <dfn>Window</dfn> {
void <span title="dom-print">print</span>();
any <span title="dom-showModalDialog">showModalDialog</span>(in DOMString url, in optional any argument<!--, in optional DOMString features-->);

// <span>cross-document messaging</span>
<!--END html5--> // <span>cross-document messaging</span>
void <span title="dom-window-postMessage-2">postMessage</span>(in any message, in DOMString targetOrigin);
void <span title="dom-window-postMessage-3">postMessage</span>(in any message, in <span>MessagePortArray</span> ports, in DOMString targetOrigin);

<!--START html5-->
// <span>event handler IDL attributes</span>
attribute <span>Function</span> <span title="handler-onabort">onabort</span>;
attribute <span>Function</span> <span title="handler-window-onafterprint">onafterprint</span>;
Expand Down Expand Up @@ -73845,11 +73845,11 @@ interface <dfn>WorkerUtils</dfn> {
<code>Window</code> object. <a href="#refsWEBIDL">[WEBIDL]</a></p>


<!--END workers--><!--START html--><!--START html5-->

<!--END workers--><!--START html-->

<h2 id="comms">Communication</h2>

<!--START postmsg-->

<h3>Event definitions</h3>

Expand Down Expand Up @@ -73974,9 +73974,11 @@ interface <dfn>WorkerUtils</dfn> {

</div>

<!--END html--><!--END postmsg-->

<h3 id="server-sent-events"><dfn>Server-sent events</dfn></h3>

<h3 id="server-sent-events"><dfn>Server-sent events</dfn></h3> <!--START eventsource--><!--END html--><!--END html5-->
<!--START eventsource-->

<h4 id="server-sent-events-intro">Introduction</h4>

Expand Down Expand Up @@ -74868,11 +74870,12 @@ data:&nbsp;test</pre>
<dd>None.</dd>
</dl>

<!--END eventsource--><!--START html--><!--START html5-->
<!--END eventsource-->


<h3 id="network"><dfn>Web sockets</dfn></h3>

<h3 id="network"><dfn>Web sockets</dfn></h3> <!--START websocket--><!--START websocket-api--><!--END html--><!--END html5-->
<!--START websocket--><!--START websocket-api-->

<h4 id="network-intro">Introduction</h4>

Expand Down Expand Up @@ -77226,9 +77229,10 @@ multi-origin semantics described in [ORIGIN] applying. (http-origin)

<!--END websocket-protocol-->
<!--END websocket-->
<!--START html--><!--START html5-->


<!--START html--><!--START postmsg-->

<h3 id="crossDocumentMessages"><dfn>Cross-document messaging</dfn></h3>

<p>Web browsers, for security and privacy reasons, prevent documents
Expand Down Expand Up @@ -78119,8 +78123,11 @@ interface <dfn>MessagePort</dfn> {
objects and discarding them without closing them can lead to high
memory usage.</p>

<!--END postmsg-->


<!--START html5-->

<h2 id="syntax"><dfn>The HTML syntax</dfn></h2>

<p class="note">This section only describes the rules for
Expand Down Expand Up @@ -96414,17 +96421,15 @@ interface <span>HTMLDocument</span> {

<!--START complete-->

<!--START html-device--><!--START microdata--><!--START 2dcontext-->
<!--START html-device--><!--START microdata--><!--START 2dcontext--><!--START postmsg-->
<!--START websocket-api--><!--START storage--><!--START database--><!--START eventsource--><!--START workers-->
<!--START vocabs--><!--START vCard--><!--START vEvent--><!--START work-->

<h2 class="no-num" id="references">References</h2><!--REFS-->

<!--END vocabs--><!--END vCard--><!--END vEvent--><!--END work-->
<p>All references are normative unless marked "Non-normative".</p>
<!--START vocabs--><!--START vCard--><!--START vEvent--><!--START work-->

<!-- XXX really should remove dates and version numbers from these references once and for all -->
<!-- XXX really should remove dates and version numbers from these references once and for all -->

<dl>
<!--REFERENCES ON-->
Expand Down Expand Up @@ -97213,7 +97218,7 @@ interface <span>HTMLDocument</span> {

<!--END vocabs--><!--END vCard--><!--END vEvent--><!--END work-->
<!--END websocket-api--><!--END storage--><!--END database--><!--END eventsource--><!--END workers-->
<!--END html-device--><!--END microdata--><!--END 2dcontext-->
<!--END html-device--><!--END microdata--><!--END 2dcontext--><!--END postmsg-->


<h2 class="no-num">Acknowledgements</h2> <!-- ACKS -->
Expand Down

0 comments on commit 57c1f57

Please sign in to comment.