[html5] r4409 - [e] (0) make the headers more consistently marked up

whatwg at whatwg.org whatwg at whatwg.org
Sun Dec 6 03:21:29 PST 2009


Author: ianh
Date: 2009-12-06 03:21:27 -0800 (Sun, 06 Dec 2009)
New Revision: 4409

Modified:
   index
Log:
[e] (0) make the headers more consistently marked up

Modified: index
===================================================================
--- index	2009-12-06 11:16:11 UTC (rev 4408)
+++ index	2009-12-06 11:21:27 UTC (rev 4409)
@@ -101,15 +101,14 @@
        load('toc.js');
      load('styler.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>HTML5</h1>
     <h2 class="no-num no-toc">Draft Standard — 6 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>




More information about the Commit-Watchers mailing list