[html5] r8579 - [e] (0) Try a new header for the spec. Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 24 13:15:35 PDT 2014


Author: ianh
Date: 2014-04-24 13:15:29 -0700 (Thu, 24 Apr 2014)
New Revision: 8579

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try a new header for the spec.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-04-23 17:05:15 UTC (rev 8578)
+++ complete.html	2014-04-24 20:15:29 UTC (rev 8579)
@@ -128,7 +128,7 @@
    #updatesStatus { display: none; z-index: 10; }
    #updatesStatus.relevant { display: block; position: fixed; right: 1em; top: 1em; padding: 0.5em; font: bold small sans-serif; min-width: 25em; width: 30%; max-width: 40em; height: auto; border: ridge 4px gray; background: #EEEEEE; color: black; }
    div.head .logo { width: 11em; margin-bottom: 20em; }
-   #configUI { position: absolute; z-index: 20; top: 10em; right: 0; width: 11em; padding: 0 0.5em 0 0.5em; font-size: small; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 1em; -moz-border-radius: 1em 0 0 1em; }
+   #configUI { position: absolute; z-index: 20; top: auto; right: 0; width: 11em; padding: 0 0.5em 0 0.5em; font-size: small; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 1em; -moz-border-radius: 1em 0 0 1em; }
    #configUI p { margin: 0.75em 0; padding: 0.3em; }
    #configUI p label { display: block; }
    #configUI #updateUI, #configUI .loginUI { text-align: center; }
@@ -269,9 +269,6 @@
      startedInit = 1;
      if (location.search == '?slow-browser')
        return;
-     var configUI = document.createElement('div');
-     configUI.id = 'configUI';
-     document.body.appendChild(configUI);
      load('reviewer.js');
      if (document.documentElement.className == "" || document.documentElement.className == "split index")
        load('toc.js');
@@ -295,43 +292,88 @@
    }, false);
 
   </script><body onload=init()>
+  <header class=head id=head><style scoped>
+    header#head > div {
+      text-align: center;
+    }
+    header#head > div > div {
+      display: inline-block;
+    }
+    header#head > div > div > a {
+      display: inline-block;
+      white-space: nowrap;
+      font: 1.75em/1 Helvetica Neue, sans-serif, Droid Sans Fallback;
+      text-decoration: none;
+      width: 9em;
+      padding: 0.75em 0.5em;
+      margin: 0.5em;
+      color: #F3F3F3;
+      text-align: center;
+      box-shadow: 0 0 5px black;
+      transition: box-shadow 0.05s linear, color 0.05s linear;
+    }
+    header#head > div > div > a { background: #3C790A; }
+    header#head > div > div > a.comms { background: #0B2F66; } /* #165FCC #43679D */
+    header#head > div > div > a.feedback { background: #990300; } /* #FF3E3A #CD6B6A */
+    header#head > div > div > a.changes { background: #28584C; } /* #54B29A #6A9A8E */
+    header#head > div > div > a.misc { background: #945400; } /* #FFA32D #CB9D62 */
+    header#head > div > div > a:hover {
+      box-shadow: 0 0 25px black;
+      color: #FFFFFF;
+    }
+    header#head > div > div > a > * > * {
+      display: block;
+      color: inherit;
+      font: inherit;
+    }
+    header#head > div > div > a > * > strong {
+      font-variant: small-caps;
+      font-weight: bold;
+      margin-bottom: 0.25em;
+      text-decoration: underline;
+    }
+    header#head > div > div > a > * > code {
+      font-size: 0.6em;
+      font-weight: 100;
+    }
+    header#head > div ~ p.copyright { text-align: center; }
+    header#head > div ~ p.copyright > span { display: inline-block; border: none; }
+   </style><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
+   <hgroup><h1 class=allcaps>HTML</h1>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 24 April 2014</h2>
+   </hgroup><div>
+    <div>
+     <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>http://whatwg.org/html</code></span></a>
+     <a href=//whatwg.org/c><span><strong>One-Page Version</strong> <code>http://whatwg.org/c</code></span></a>
+     <a href=//whatwg.org/pdf><span><strong>PDF Version</strong> <code>http://whatwg.org/pdf</code></span></a>
+     <a href=http://developers.whatwg.org/><span><strong>Developer Version</strong> <code>http://developers.whatwg.org/</code></span></a>
 
-  <header class=head id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 23 April 2014</h2>
-   </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
-    <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
-    <dt>Multiple-page version:</dt>
-    <dd><a href=//www.whatwg.org/specs/web-apps/current-work/multipage/>http://whatwg.org/html</a></dd>
-    <dt>One-page version:</dt>
-    <dd><a href=//www.whatwg.org/specs/web-apps/current-work/>http://whatwg.org/c</a></dd>
-    <dt>PDF version:</dt>
-    <dd><a href=//www.whatwg.org/specs/web-apps/current-work/>http://www.whatwg.org/specs/web-apps/current-work/print.pdf</a></dd>
-    <dt>Validators</dt>
-    <dd><a href=http://validator.whatwg.org/>http://validator.whatwg.org/</a></dd>
-    <dt>Participate:</dt>
-    <dd><a href=//www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
-    <dd><a href=http://forums.whatwg.org/>http://forums.whatwg.org/</a></dd>
-    <dd><a href=http://wiki.whatwg.org/wiki/IRC>IRC: #whatwg on Freenode</a></dd>
-    <dt>FAQ:</dt>
-    <dd><a href=http://wiki.whatwg.org/wiki/FAQ>http://wiki.whatwg.org/wiki/FAQ</a></dd>
-    <dt>Version history:</dt>
-    <dd>Twitter updates: <a href=http://twitter.com/WHATWG>http://twitter.com/WHATWG</a></dd>
-    <dd>Commit-Watchers mailing list: <a href=http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org>http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a></dd>
-    <dd>Interactive Web interface: <a href=http://html5.org/tools/web-apps-tracker>http://html5.org/tools/web-apps-tracker</a></dd>
-    <dd>Subversion interface: <a href=http://svn.whatwg.org/>http://svn.whatwg.org/</a></dd>
-    <dt>Issues:</dt>
-    <dd>To view the open bugs: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=WHATWG&component=HTML&longdesc_type=allwordssubstr&longdesc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bug_id_type=anyexact&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">HTML bug list</a></dd>
-    <dd>To file bugs, use the "submit review comments" feature at the bottom of the window</dd>
-    <dd>To send feedback by e-mail: <a href=//www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
-    <dd>To view and vote on e-mail feedback: <a href=//www.whatwg.org/issues/>http://www.whatwg.org/issues/</a></dd>
-    <dt>Editor:</dt>
-    <dd>Ian Hickson, Google, ian at hixie.ch</dd>
-   </dl><p class=copyright>© Copyright 2004-2011 Apple Computer, Inc.,
-   Mozilla Foundation, and Opera Software ASA.</p>
-   <p class=copyright>You are granted a license to use, reproduce
-   and create derivative works of this document.</p>
-  </header><hr><h2 class="no-num no-toc" id=contents>Table of contents</h2>
+     <a href=//whatwg.org/faq class=misc><span><strong>FAQ</strong> <code>http://whatwg.org/faq</code></span></a>
+     <a href=http://validators.whatwg.org/ class=misc><span><strong>Validators</strong> <code>http://validators.whatwg.org/</code></span></a>
+
+     <a href=//www.whatwg.org/mailing-list class=comms><span><strong>Mailing List</strong> <code>whatwg at whatwg.org</code></span></a>
+     <a href=http://wiki.whatwg.org/wiki/IRC class=comms><span><strong>IRC</strong> <code>#whatwg on Freenode</code></span></a>
+     <a href=http://forums.whatwg.org/ class=comms><span><strong>Forums</strong> <code>http://forums.whatwg.org/</code></span></a>
+
+     <a href=http://html5.org/tools/web-apps-tracker class=changes><span><strong>Change Log</strong> <code>html5.org/tools/web-apps-tracker</code></span></a>
+     <a href=http://svn.whatwg.org/webapps class=changes><span><strong>SVN Repository</strong> <code>http://svn.whatwg.org/webapps</code></span></a>
+     <a href=http://twitter.com/WHATWG class=changes><span><strong>Twitter Updates</strong> <code>@WHATWG</code></span></a>
+
+     <a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML&product=WHATWG" class=feedback><span><strong>View Open Bugs</strong> <code>WHATWG/HTML in the W3C Bugzilla</code></span></a>
+     <a href=//www.whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>http://whatwg.org/newbug</code></span></a>
+     <a href=http://ian.hixie.ch/+ class=feedback><span><strong>E-mail the Editor</strong> <code>ian at hixie.ch</code></span></a>
+    </div>
+   </div>
+   <p class=copyright>
+    <span>Written by Ian Hickson (Google, ian at hixie.ch)</span>
+    ·
+    <span>Parts © Copyright 2004-2014 Apple Inc., Mozilla Foundation, and Opera Software ASA</span>
+    ·
+    <span>You are granted a license to use, reproduce and create derivative works of this document</span>
+   </p>
+  </header><hr><div id=configUI></div>
+
+  <h2 class="no-num no-toc" id=contents>Table of contents</h2>
   
 <!--begin-toc-->
 <ol class=toc>
@@ -1464,7 +1506,7 @@
  <li><a href=#references class=no-num>References</a></li>
  <li><a href=#acknowledgments class=no-num>Acknowledgments</a></ol>
 <!--end-toc-->
-  <hr><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
+  <hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
 
 
   <h3 id=abstract><span class=secno>1.1 </span>Where does this specification fit?</h3>

Modified: index
===================================================================
--- index	2014-04-23 17:05:15 UTC (rev 8578)
+++ index	2014-04-24 20:15:29 UTC (rev 8579)
@@ -128,7 +128,7 @@
    #updatesStatus { display: none; z-index: 10; }
    #updatesStatus.relevant { display: block; position: fixed; right: 1em; top: 1em; padding: 0.5em; font: bold small sans-serif; min-width: 25em; width: 30%; max-width: 40em; height: auto; border: ridge 4px gray; background: #EEEEEE; color: black; }
    div.head .logo { width: 11em; margin-bottom: 20em; }
-   #configUI { position: absolute; z-index: 20; top: 10em; right: 0; width: 11em; padding: 0 0.5em 0 0.5em; font-size: small; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 1em; -moz-border-radius: 1em 0 0 1em; }
+   #configUI { position: absolute; z-index: 20; top: auto; right: 0; width: 11em; padding: 0 0.5em 0 0.5em; font-size: small; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 1em; -moz-border-radius: 1em 0 0 1em; }
    #configUI p { margin: 0.75em 0; padding: 0.3em; }
    #configUI p label { display: block; }
    #configUI #updateUI, #configUI .loginUI { text-align: center; }
@@ -269,9 +269,6 @@
      startedInit = 1;
      if (location.search == '?slow-browser')
        return;
-     var configUI = document.createElement('div');
-     configUI.id = 'configUI';
-     document.body.appendChild(configUI);
      load('reviewer.js');
      if (document.documentElement.className == "" || document.documentElement.className == "split index")
        load('toc.js');
@@ -295,43 +292,88 @@
    }, false);
 
   </script><body onload=init()>
+  <header class=head id=head><style scoped>
+    header#head > div {
+      text-align: center;
+    }
+    header#head > div > div {
+      display: inline-block;
+    }
+    header#head > div > div > a {
+      display: inline-block;
+      white-space: nowrap;
+      font: 1.75em/1 Helvetica Neue, sans-serif, Droid Sans Fallback;
+      text-decoration: none;
+      width: 9em;
+      padding: 0.75em 0.5em;
+      margin: 0.5em;
+      color: #F3F3F3;
+      text-align: center;
+      box-shadow: 0 0 5px black;
+      transition: box-shadow 0.05s linear, color 0.05s linear;
+    }
+    header#head > div > div > a { background: #3C790A; }
+    header#head > div > div > a.comms { background: #0B2F66; } /* #165FCC #43679D */
+    header#head > div > div > a.feedback { background: #990300; } /* #FF3E3A #CD6B6A */
+    header#head > div > div > a.changes { background: #28584C; } /* #54B29A #6A9A8E */
+    header#head > div > div > a.misc { background: #945400; } /* #FFA32D #CB9D62 */
+    header#head > div > div > a:hover {
+      box-shadow: 0 0 25px black;
+      color: #FFFFFF;
+    }
+    header#head > div > div > a > * > * {
+      display: block;
+      color: inherit;
+      font: inherit;
+    }
+    header#head > div > div > a > * > strong {
+      font-variant: small-caps;
+      font-weight: bold;
+      margin-bottom: 0.25em;
+      text-decoration: underline;
+    }
+    header#head > div > div > a > * > code {
+      font-size: 0.6em;
+      font-weight: 100;
+    }
+    header#head > div ~ p.copyright { text-align: center; }
+    header#head > div ~ p.copyright > span { display: inline-block; border: none; }
+   </style><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
+   <hgroup><h1 class=allcaps>HTML</h1>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 24 April 2014</h2>
+   </hgroup><div>
+    <div>
+     <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>http://whatwg.org/html</code></span></a>
+     <a href=//whatwg.org/c><span><strong>One-Page Version</strong> <code>http://whatwg.org/c</code></span></a>
+     <a href=//whatwg.org/pdf><span><strong>PDF Version</strong> <code>http://whatwg.org/pdf</code></span></a>
+     <a href=http://developers.whatwg.org/><span><strong>Developer Version</strong> <code>http://developers.whatwg.org/</code></span></a>
 
-  <header class=head id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 23 April 2014</h2>
-   </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
-    <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
-    <dt>Multiple-page version:</dt>
-    <dd><a href=//www.whatwg.org/specs/web-apps/current-work/multipage/>http://whatwg.org/html</a></dd>
-    <dt>One-page version:</dt>
-    <dd><a href=//www.whatwg.org/specs/web-apps/current-work/>http://whatwg.org/c</a></dd>
-    <dt>PDF version:</dt>
-    <dd><a href=//www.whatwg.org/specs/web-apps/current-work/>http://www.whatwg.org/specs/web-apps/current-work/print.pdf</a></dd>
-    <dt>Validators</dt>
-    <dd><a href=http://validator.whatwg.org/>http://validator.whatwg.org/</a></dd>
-    <dt>Participate:</dt>
-    <dd><a href=//www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
-    <dd><a href=http://forums.whatwg.org/>http://forums.whatwg.org/</a></dd>
-    <dd><a href=http://wiki.whatwg.org/wiki/IRC>IRC: #whatwg on Freenode</a></dd>
-    <dt>FAQ:</dt>
-    <dd><a href=http://wiki.whatwg.org/wiki/FAQ>http://wiki.whatwg.org/wiki/FAQ</a></dd>
-    <dt>Version history:</dt>
-    <dd>Twitter updates: <a href=http://twitter.com/WHATWG>http://twitter.com/WHATWG</a></dd>
-    <dd>Commit-Watchers mailing list: <a href=http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org>http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a></dd>
-    <dd>Interactive Web interface: <a href=http://html5.org/tools/web-apps-tracker>http://html5.org/tools/web-apps-tracker</a></dd>
-    <dd>Subversion interface: <a href=http://svn.whatwg.org/>http://svn.whatwg.org/</a></dd>
-    <dt>Issues:</dt>
-    <dd>To view the open bugs: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=WHATWG&component=HTML&longdesc_type=allwordssubstr&longdesc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bug_id_type=anyexact&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">HTML bug list</a></dd>
-    <dd>To file bugs, use the "submit review comments" feature at the bottom of the window</dd>
-    <dd>To send feedback by e-mail: <a href=//www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
-    <dd>To view and vote on e-mail feedback: <a href=//www.whatwg.org/issues/>http://www.whatwg.org/issues/</a></dd>
-    <dt>Editor:</dt>
-    <dd>Ian Hickson, Google, ian at hixie.ch</dd>
-   </dl><p class=copyright>© Copyright 2004-2011 Apple Computer, Inc.,
-   Mozilla Foundation, and Opera Software ASA.</p>
-   <p class=copyright>You are granted a license to use, reproduce
-   and create derivative works of this document.</p>
-  </header><hr><h2 class="no-num no-toc" id=contents>Table of contents</h2>
+     <a href=//whatwg.org/faq class=misc><span><strong>FAQ</strong> <code>http://whatwg.org/faq</code></span></a>
+     <a href=http://validators.whatwg.org/ class=misc><span><strong>Validators</strong> <code>http://validators.whatwg.org/</code></span></a>
+
+     <a href=//www.whatwg.org/mailing-list class=comms><span><strong>Mailing List</strong> <code>whatwg at whatwg.org</code></span></a>
+     <a href=http://wiki.whatwg.org/wiki/IRC class=comms><span><strong>IRC</strong> <code>#whatwg on Freenode</code></span></a>
+     <a href=http://forums.whatwg.org/ class=comms><span><strong>Forums</strong> <code>http://forums.whatwg.org/</code></span></a>
+
+     <a href=http://html5.org/tools/web-apps-tracker class=changes><span><strong>Change Log</strong> <code>html5.org/tools/web-apps-tracker</code></span></a>
+     <a href=http://svn.whatwg.org/webapps class=changes><span><strong>SVN Repository</strong> <code>http://svn.whatwg.org/webapps</code></span></a>
+     <a href=http://twitter.com/WHATWG class=changes><span><strong>Twitter Updates</strong> <code>@WHATWG</code></span></a>
+
+     <a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML&product=WHATWG" class=feedback><span><strong>View Open Bugs</strong> <code>WHATWG/HTML in the W3C Bugzilla</code></span></a>
+     <a href=//www.whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>http://whatwg.org/newbug</code></span></a>
+     <a href=http://ian.hixie.ch/+ class=feedback><span><strong>E-mail the Editor</strong> <code>ian at hixie.ch</code></span></a>
+    </div>
+   </div>
+   <p class=copyright>
+    <span>Written by Ian Hickson (Google, ian at hixie.ch)</span>
+    ·
+    <span>Parts © Copyright 2004-2014 Apple Inc., Mozilla Foundation, and Opera Software ASA</span>
+    ·
+    <span>You are granted a license to use, reproduce and create derivative works of this document</span>
+   </p>
+  </header><hr><div id=configUI></div>
+
+  <h2 class="no-num no-toc" id=contents>Table of contents</h2>
   
 <!--begin-toc-->
 <ol class=toc>
@@ -1464,7 +1506,7 @@
  <li><a href=#references class=no-num>References</a></li>
  <li><a href=#acknowledgments class=no-num>Acknowledgments</a></ol>
 <!--end-toc-->
-  <hr><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
+  <hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
 
 
   <h3 id=abstract><span class=secno>1.1 </span>Where does this specification fit?</h3>

Modified: source
===================================================================
--- source	2014-04-23 17:05:15 UTC (rev 8578)
+++ source	2014-04-24 20:15:29 UTC (rev 8579)
@@ -14,6 +14,9 @@
  !-->
 <!--BOILERPLATE middle-internals-->
 
+<!--CLEANUP: bring the headers and stuff into this file instead of being external-->
+<!--CLEANUP: change the header > div > div > a > span to a p -->
+
   <h2 id="introduction">Introduction</h2>
 
 <!--END dev-html-->




More information about the Commit-Watchers mailing list