[html5] r5091 - [e] (0) id update for request from anne

whatwg at whatwg.org whatwg at whatwg.org
Tue May 11 03:15:54 PDT 2010


Author: ianh
Date: 2010-05-11 03:15:51 -0700 (Tue, 11 May 2010)
New Revision: 5091

Modified:
   complete.html
   index
   source
Log:
[e] (0) id update for request from anne

Modified: complete.html
===================================================================
--- complete.html	2010-05-11 08:58:45 UTC (rev 5090)
+++ complete.html	2010-05-11 10:15:51 UTC (rev 5091)
@@ -1059,7 +1059,7 @@
          <li><a href=#sec-websocket-origin><span class=secno>10.3.4.7.6 </span><code>Sec-WebSocket-Origin</code></a></li>
          <li><a href=#sec-websocket-protocol><span class=secno>10.3.4.7.7 </span><code>Sec-WebSocket-Protocol</code></a></ol></li>
        <li><a href=#using-the-websocket-protocol-from-other-specifications><span class=secno>10.3.4.8 </span>Using the WebSocket protocol from other specifications</a></ol></ol></li>
-   <li><a href=#crossDocumentMessages><span class=secno>10.4 </span>Cross-document messaging</a>
+   <li><a href=#web-messaging><span class=secno>10.4 </span>Cross-document messaging</a>
     <ol>
      <li><a href=#introduction-8><span class=secno>10.4.1 </span>Introduction</a></li>
      <li><a href=#security-postmsg><span class=secno>10.4.2 </span>Security</a>
@@ -54758,7 +54758,7 @@
   void <a href=#dom-print title=dom-print>print</a>();
   any <a href=#dom-showmodaldialog title=dom-showModalDialog>showModalDialog</a>(in DOMString url, in optional any argument<!--, in optional DOMString features-->);
 
-  // <a href=#crossDocumentMessages>cross-document messaging</a>
+  // <a href=#web-messaging>cross-document messaging</a>
   void <a href=#dom-window-postmessage title=dom-window-postMessage>postMessage</a>(in any message, in DOMString targetOrigin, in optional <a href=#messageportarray>MessagePortArray</a> ports);
 
   // <a href=#event-handler-idl-attributes>event handler IDL attributes</a>
@@ -68493,7 +68493,7 @@
   <h3 id=event-definitions-0><span class=secno>10.1 </span>Event definitions</h3>
 
   <p>Messages in <a href=#server-sent-events>server-sent events</a>, <a href=#network>Web
-  sockets</a>, <a href=#crossDocumentMessages>cross-document messaging</a>, and
+  sockets</a>, <a href=#web-messaging>cross-document messaging</a>, and
   <a href=#channel-messaging>channel messaging</a> use the <dfn id=event-message title=event-message><code>message</code></dfn> event.
   </p>
 
@@ -68521,7 +68521,7 @@
    <dd>
 
     <p>Returns the origin of the message, for <a href=#server-sent-events>server-sent
-    events</a> and <a href=#crossDocumentMessages>cross-document messaging</a>.</p>
+    events</a> and <a href=#web-messaging>cross-document messaging</a>.</p>
 
    </dd>
 
@@ -68539,7 +68539,7 @@
    <dd>
 
     <p>Returns the <code><a href=#windowproxy>WindowProxy</a></code> of the source window, for
-    <a href=#crossDocumentMessages>cross-document messaging</a>.</p>
+    <a href=#web-messaging>cross-document messaging</a>.</p>
 
    </dd>
 
@@ -68548,7 +68548,7 @@
    <dd>
 
     <p>Returns the <code><a href=#messageportarray>MessagePortArray</a></code> sent with the
-    message, for <a href=#crossDocumentMessages>cross-document messaging</a> and
+    message, for <a href=#web-messaging>cross-document messaging</a> and
     <a href=#channel-messaging>channel messaging</a>.</p>
 
    </dd>
@@ -68564,7 +68564,7 @@
 
   <p>The <dfn id=dom-messageevent-origin title=dom-MessageEvent-origin><code>origin</code></dfn> attribute
   represents, in <a href=#server-sent-events>server-sent events</a> and
-  <a href=#crossDocumentMessages>cross-document messaging</a>, the <a href=#origin>origin</a> of
+  <a href=#web-messaging>cross-document messaging</a>, the <a href=#origin>origin</a> of
   the document that sent the message (typically the scheme, hostname,
   and port of the document, but not its path or fragment
   identifier).</p>
@@ -68574,12 +68574,12 @@
   string</a> of the event source.</p>
 
   <p>The <dfn id=dom-messageevent-source title=dom-MessageEvent-source><code>source</code></dfn> attribute
-  represents, in <a href=#crossDocumentMessages>cross-document messaging</a>, the
+  represents, in <a href=#web-messaging>cross-document messaging</a>, the
   <code><a href=#windowproxy>WindowProxy</a></code> of the <a href=#browsing-context>browsing context</a> of the
   <code><a href=#window>Window</a></code> object from which the message came.</p>
 
   <p>The <dfn id=dom-messageevent-ports title=dom-MessageEvent-ports><code>ports</code></dfn>
-  attribute represents, in <a href=#crossDocumentMessages>cross-document messaging</a> and
+  attribute represents, in <a href=#web-messaging>cross-document messaging</a> and
   <a href=#channel-messaging>channel messaging</a> the <code><a href=#messageportarray>MessagePortArray</a></code>
   being sent, if any.</p>
 
@@ -72425,7 +72425,7 @@
 
   
 
-  <h3 id=crossDocumentMessages><span class=secno>10.4 </span><dfn>Cross-document messaging</dfn></h3>
+  <h3 id=web-messaging><span class=secno>10.4 </span><dfn id=crossDocumentMessages>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
@@ -72440,7 +72440,7 @@
 
   <div class=impl>
 
-  <p>The <a href=#task-source>task source</a> for the <a href=#concept-task title=concept-task>tasks</a> in <a href=#crossDocumentMessages>cross-document
+  <p>The <a href=#task-source>task source</a> for the <a href=#concept-task title=concept-task>tasks</a> in <a href=#web-messaging>cross-document
   messaging</a> is the <dfn id=posted-message-task-source>posted message task source</dfn>.</p>
 
   </div>

Modified: index
===================================================================
--- index	2010-05-11 08:58:45 UTC (rev 5090)
+++ index	2010-05-11 10:15:51 UTC (rev 5091)
@@ -951,7 +951,7 @@
  <li><a href=#comms><span class=secno>9 </span>Communication</a>
   <ol>
    <li><a href=#event-definitions-0><span class=secno>9.1 </span>Event definitions</a></li>
-   <li><a href=#crossDocumentMessages><span class=secno>9.2 </span>Cross-document messaging</a>
+   <li><a href=#web-messaging><span class=secno>9.2 </span>Cross-document messaging</a>
     <ol>
      <li><a href=#introduction-6><span class=secno>9.2.1 </span>Introduction</a></li>
      <li><a href=#security-postmsg><span class=secno>9.2.2 </span>Security</a>
@@ -54657,7 +54657,7 @@
   void <a href=#dom-print title=dom-print>print</a>();
   any <a href=#dom-showmodaldialog title=dom-showModalDialog>showModalDialog</a>(in DOMString url, in optional any argument<!--, in optional DOMString features-->);
 
-  // <a href=#crossDocumentMessages>cross-document messaging</a>
+  // <a href=#web-messaging>cross-document messaging</a>
   void <a href=#dom-window-postmessage title=dom-window-postMessage>postMessage</a>(in any message, in DOMString targetOrigin, in optional <a href=#messageportarray>MessagePortArray</a> ports);
 
   // <a href=#event-handler-idl-attributes>event handler IDL attributes</a>
@@ -66246,7 +66246,7 @@
   <h3 id=event-definitions-0><span class=secno>9.1 </span>Event definitions</h3>
 
   <p>Messages in <span>server-sent events</span>, <span>Web
-  sockets</span>, <a href=#crossDocumentMessages>cross-document messaging</a>, and
+  sockets</span>, <a href=#web-messaging>cross-document messaging</a>, and
   <a href=#channel-messaging>channel messaging</a> use the <dfn id=event-message title=event-message><code>message</code></dfn> event.
   
   <a href=#refsEVENTSOURCE>[EVENTSOURCE]</a>
@@ -66278,7 +66278,7 @@
    <dd>
 
     <p>Returns the origin of the message, for <span>server-sent
-    events</span> and <a href=#crossDocumentMessages>cross-document messaging</a>.</p>
+    events</span> and <a href=#web-messaging>cross-document messaging</a>.</p>
 
    </dd>
 
@@ -66296,7 +66296,7 @@
    <dd>
 
     <p>Returns the <code><a href=#windowproxy>WindowProxy</a></code> of the source window, for
-    <a href=#crossDocumentMessages>cross-document messaging</a>.</p>
+    <a href=#web-messaging>cross-document messaging</a>.</p>
 
    </dd>
 
@@ -66305,7 +66305,7 @@
    <dd>
 
     <p>Returns the <code><a href=#messageportarray>MessagePortArray</a></code> sent with the
-    message, for <a href=#crossDocumentMessages>cross-document messaging</a> and
+    message, for <a href=#web-messaging>cross-document messaging</a> and
     <a href=#channel-messaging>channel messaging</a>.</p>
 
    </dd>
@@ -66321,7 +66321,7 @@
 
   <p>The <dfn id=dom-messageevent-origin title=dom-MessageEvent-origin><code>origin</code></dfn> attribute
   represents, in <span>server-sent events</span> and
-  <a href=#crossDocumentMessages>cross-document messaging</a>, the <a href=#origin>origin</a> of
+  <a href=#web-messaging>cross-document messaging</a>, the <a href=#origin>origin</a> of
   the document that sent the message (typically the scheme, hostname,
   and port of the document, but not its path or fragment
   identifier).</p>
@@ -66331,12 +66331,12 @@
   string</span> of the event source.</p>
 
   <p>The <dfn id=dom-messageevent-source title=dom-MessageEvent-source><code>source</code></dfn> attribute
-  represents, in <a href=#crossDocumentMessages>cross-document messaging</a>, the
+  represents, in <a href=#web-messaging>cross-document messaging</a>, the
   <code><a href=#windowproxy>WindowProxy</a></code> of the <a href=#browsing-context>browsing context</a> of the
   <code><a href=#window>Window</a></code> object from which the message came.</p>
 
   <p>The <dfn id=dom-messageevent-ports title=dom-MessageEvent-ports><code>ports</code></dfn>
-  attribute represents, in <a href=#crossDocumentMessages>cross-document messaging</a> and
+  attribute represents, in <a href=#web-messaging>cross-document messaging</a> and
   <a href=#channel-messaging>channel messaging</a> the <code><a href=#messageportarray>MessagePortArray</a></code>
   being sent, if any.</p>
 
@@ -66360,7 +66360,7 @@
 
   
 
-  <h3 id=crossDocumentMessages><span class=secno>9.2 </span><dfn>Cross-document messaging</dfn></h3>
+  <h3 id=web-messaging><span class=secno>9.2 </span><dfn id=crossDocumentMessages>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
@@ -66375,7 +66375,7 @@
 
   <div class=impl>
 
-  <p>The <a href=#task-source>task source</a> for the <a href=#concept-task title=concept-task>tasks</a> in <a href=#crossDocumentMessages>cross-document
+  <p>The <a href=#task-source>task source</a> for the <a href=#concept-task title=concept-task>tasks</a> in <a href=#web-messaging>cross-document
   messaging</a> is the <dfn id=posted-message-task-source>posted message task source</dfn>.</p>
 
   </div>

Modified: source
===================================================================
--- source	2010-05-11 08:58:45 UTC (rev 5090)
+++ source	2010-05-11 10:15:51 UTC (rev 5091)
@@ -81364,7 +81364,7 @@
 
   <!--START postmsg-->
 
-  <h3 id="crossDocumentMessages"><dfn>Cross-document messaging</dfn></h3>
+  <h3 id="web-messaging"><dfn id="crossDocumentMessages">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




More information about the Commit-Watchers mailing list