CVS html5/postmsg

Update of /sources/public/html5/postmsg
In directory roscoe:/tmp/cvs-serv31123

Modified Files:
	Overview.html 
Log Message:
Cleanup (whatwg r7694)

--- /sources/public/html5/postmsg/Overview.html	2013/01/30 23:31:57	1.135
+++ /sources/public/html5/postmsg/Overview.html	2013/02/05 20:33:04	1.136
@@ -216,7 +216,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-30-january-2013">Editor's Draft 30 January 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-5-february-2013">Editor's Draft 5 February 2013</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/webmessaging/">http://www.w3.org/TR/webmessaging/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -348,7 +348,7 @@
   </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
   Working Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation track.
-  This specification is the 30 January 2013 Editor's Draft.
+  This specification is the 5 February 2013 Editor's Draft.
   </p>
 
   
@@ -517,8 +517,8 @@
 
    <dd>
 
-    <p>Returns the origin of the message, for <span>server-sent
-    events</span> and <a href="#web-messaging">cross-document messaging</a>.</p>
+    <p>Returns the origin of the message, for <span>server-sent events</span> and
+    <a href="#web-messaging">cross-document messaging</a>.</p>
 
    </dd>
 
@@ -526,8 +526,8 @@
 
    <dd>
 
-    <p>Returns the <span title="concept-event-stream-last-event-id">last event ID
-    string</span>, for <span>server-sent events</span>.</p>
+    <p>Returns the <span title="concept-event-stream-last-event-id">last event ID string</span>, for
+    <span>server-sent events</span>.</p>
 
    </dd>
 
@@ -535,10 +535,9 @@
 
    <dd>
 
-    <p>Returns the <code>WindowProxy</code> of the source window, for
-    <a href="#web-messaging">cross-document messaging</a>, and the
-    <code><a href="#messageport">MessagePort</a></code> being attached, in the <code title="event-connect">connect</code> event fired at
-    <code>SharedWorkerGlobalScope</code> objects.</p>
+    <p>Returns the <code>WindowProxy</code> of the source window, for <a href="#web-messaging">cross-document
+    messaging</a>, and the <code><a href="#messageport">MessagePort</a></code> being attached, in the <code title="event-connect">connect</code> event fired at <code>SharedWorkerGlobalScope</code>
+    objects.</p>
 
    </dd>
 
@@ -546,9 +545,8 @@
 
    <dd>
 
-    <p>Returns the <code><a href="#messageport">MessagePort</a></code> array sent with the
-    message, for <a href="#web-messaging">cross-document messaging</a> and
-    <a href="#channel-messaging">channel messaging</a>.</p>
+    <p>Returns the <code><a href="#messageport">MessagePort</a></code> array sent with the message, for <a href="#web-messaging">cross-document
+    messaging</a> and <a href="#channel-messaging">channel messaging</a>.</p>
 
    </dd>
 

Received on Tuesday, 5 February 2013 20:33:05 UTC