Revamp how the spec refers to 'HTML5', 'XHTML', etc. (whatwg r3238)

Revamp how the spec refers to 'HTML5', 'XHTML', etc. (whatwg r3238)

http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.129&r2=1.130&f=h
http://html5.org/tools/web-apps-tracker?from=3237&to=3238

===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- Overview.html 12 Jun 2009 01:08:18 -0000 1.129
+++ Overview.html 12 Jun 2009 23:09:22 -0000 1.130
@@ -1878,10 +1878,9 @@
   // objects implementing this interface also implement the interfaces listed below
 };</pre><p>Objects implementing the <code title="worker-Navigator"><a href="#worker-navigator">Navigator</a></code> interface must also
   implement the <span>NavigatorID</span> and
-  <span>NavigatorOnLine</span> interfaces specified in the HTML5
-  specification. <a href="#references">[HTML5]</a><p class="note">The <code title="worker-Navigator"><a href="#worker-navigator">Navigator</a></code>
+  <span>NavigatorOnLine</span> interfaces. <a href="#references">[HTML5]</a><p class="note">The <code title="worker-Navigator"><a href="#worker-navigator">Navigator</a></code>
   interface defined in this specification is different than the one
-  defined in the HTML5 specification.<h3 id="apis-defined-in-other-specifications"><span class="secno">5.3 </span>APIs defined in other specifications</h3><p>The <code title="dom-opendatabase">openDatabase()</code> and
+  defined in the HTML specification.<h3 id="apis-defined-in-other-specifications"><span class="secno">5.3 </span>APIs defined in other specifications</h3><p>The <code title="dom-opendatabase">openDatabase()</code> and
   <code title="dom-opendatabase-sync">openDatabaseSync()</code>
   methods are defined in the Web Storage specification. <a href="#references">[WEBSTORAGE]</a><h3 id="interface-objects-and-constructors"><span class="secno">5.4 </span>Interface objects and constructors</h3><p>There must be no interface objects and constructors available in
   the global scope of scripts whose <span>script execution

Received on Friday, 12 June 2009 23:10:09 UTC