[html5] r3313 - [e] (0) Make the UI work for multipage too.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 24 00:20:25 PDT 2009


Author: ianh
Date: 2009-06-24 00:20:24 -0700 (Wed, 24 Jun 2009)
New Revision: 3313

Modified:
   index
Log:
[e] (0) Make the UI work for multipage too.

Modified: index
===================================================================
--- index	2009-06-24 07:01:18 UTC (rev 3312)
+++ index	2009-06-24 07:20:24 UTC (rev 3313)
@@ -50,6 +50,9 @@
    function init() {
      if (location.search == '?slow-browser')
        return;
+     var configUI = document.createElement('div');
+     configUI.id = 'configUI';
+     document.body.appendChild(configUI);
      load('toc.js');
      load('styler.js');
      load('updater.js');
@@ -90,8 +93,6 @@
    and create derivative works of this document.</p>
   </div>
 
-  <div id=configUI></div>
-
   <hr><h2 class="no-num no-toc" id=abstract>Abstract</h2>
 
   <p>This specification evolves HTML and its related APIs to ease the




More information about the Commit-Watchers mailing list