[html5] r4430 - [e] (0) Correct some minor editorial stuff in complete.html and fix a markup err [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 10 07:11:37 PST 2009


Author: ianh
Date: 2009-12-10 07:11:36 -0800 (Thu, 10 Dec 2009)
New Revision: 4430

Modified:
   complete.html
   source
Log:
[e] (0) Correct some minor editorial stuff in complete.html and fix a markup error in Web Workers.

Modified: complete.html
===================================================================
--- complete.html	2009-12-10 14:50:10 UTC (rev 4429)
+++ complete.html	2009-12-10 15:11:36 UTC (rev 4430)
@@ -97,18 +97,16 @@
      configUI.id = 'configUI';
      document.body.appendChild(configUI);
      load('reviewer.js');
-     if (document.documentElement.className == "" || document.documentElement.className == "split index")
-       load('toc.js');
+     load('toc.js');
      load('updater.js');
-     if (document.documentElement.className == "")
-       load('dfn.js');
+     load('dfn.js');
      load('status.js');
      if (getCookie('profile') == '1')
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
    }
   </script><body class=cfc onload=init()>
 
-  <header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
+  <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
     <h2 class="no-num no-toc">Draft Standard — 10 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
@@ -65492,7 +65490,7 @@
   attribute's value to <code title=dom-WebSocket-CLOSED><a href=#dom-websocket-closed>CLOSED</a></code> (2), and then <a href=#fire-a-simple-event>fire
   a simple event</a> named <code title=event-close>close</code>
   at the <code><a href=#websocket>WebSocket</a></code> object. (If the <code title=dom-WebSocket-close><a href=#dom-websocket-close>close()</a></code> method was called, the
-  code title="dom-WebSocket-readyState">readyState attribute's
+  <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code> attribute's
   value will already be set to <code title=dom-WebSocket-CLOSED><a href=#dom-websocket-closed>CLOSED</a></code> (2) when this task
   runs.)</p>
 

Modified: source
===================================================================
--- source	2009-12-10 14:50:10 UTC (rev 4429)
+++ source	2009-12-10 15:11:36 UTC (rev 4430)
@@ -74705,7 +74705,7 @@
   a simple event</span> named <code title="event-close">close</code>
   at the <code>WebSocket</code> object. (If the <code
   title="dom-WebSocket-close">close()</code> method was called, the
-  code title="dom-WebSocket-readyState">readyState</code> attribute's
+  <code title="dom-WebSocket-readyState">readyState</code> attribute's
   value will already be set to <code
   title="dom-WebSocket-CLOSED">CLOSED</code> (2) when this task
   runs.)</p>




More information about the Commit-Watchers mailing list