[html5] r4548 - [e] (0) split out communications section Fixing http://www.w3.org/Bugs/Public/sh [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 8 01:21:49 PST 2010


Author: ianh
Date: 2010-01-08 01:21:46 -0800 (Fri, 08 Jan 2010)
New Revision: 4548

Modified:
   complete.html
   index
   source
Log:
[e] (0) split out communications section
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8368

Modified: complete.html
===================================================================
--- complete.html	2010-01-08 08:28:55 UTC (rev 4547)
+++ complete.html	2010-01-08 09:21:46 UTC (rev 4548)
@@ -64742,9 +64742,9 @@
 
   
 
-
   <h2 id=comms><span class=secno>10 </span>Communication</h2>
 
+  
 
   <h3 id=event-definitions><span class=secno>10.1 </span>Event definitions</h3>
 
@@ -64849,9 +64849,11 @@
 
   </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>
 
@@ -65641,8 +65643,10 @@
    </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>
 
   <p><i>This section is non-normative.</i></p>
@@ -67683,9 +67687,10 @@
 
   
   
+
+
   
 
-
   <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
@@ -68451,8 +68456,11 @@
   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
@@ -86210,12 +86218,10 @@
 
   </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
    BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,

Modified: index
===================================================================
--- index	2010-01-08 08:28:55 UTC (rev 4547)
+++ index	2010-01-08 09:21:46 UTC (rev 4548)
@@ -61903,6 +61903,7 @@
  "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>
 
@@ -62012,12 +62013,6 @@
   </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
@@ -62783,8 +62778,11 @@
   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>
 
   <p class=note>This section only describes the rules for
@@ -80680,12 +80678,10 @@
 
   <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
    BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,

Modified: source
===================================================================
--- source	2010-01-08 08:28:55 UTC (rev 4547)
+++ source	2010-01-08 09:21:46 UTC (rev 4548)
@@ -55932,10 +55932,10 @@
   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>;
@@ -73845,11 +73845,11 @@
   <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>
 
@@ -73974,9 +73974,11 @@
 
   </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>
 
@@ -74868,11 +74870,12 @@
    <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>
 
@@ -77226,9 +77229,10 @@
 
   <!--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
@@ -78119,8 +78123,11 @@
   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
@@ -96414,17 +96421,15 @@
 
 <!--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-->
@@ -97213,7 +97218,7 @@
 
 <!--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 -->




More information about the Commit-Watchers mailing list