[html5] r3461 - [e] (0) Add reviewer.js script

whatwg at whatwg.org whatwg at whatwg.org
Fri Jul 24 13:16:25 PDT 2009


Author: ianh
Date: 2009-07-24 13:16:24 -0700 (Fri, 24 Jul 2009)
New Revision: 3461

Modified:
   index
Log:
[e] (0) Add reviewer.js script

Modified: index
===================================================================
--- index	2009-07-21 08:02:08 UTC (rev 3460)
+++ index	2009-07-24 20:16:24 UTC (rev 3461)
@@ -15,6 +15,9 @@
    #configUI p label { display: block; }
    #configUI #updateUI, #configUI .loginUI { text-align: center; }
    #configUI input[type=button] { display: block; margin: auto; }
+   #reviewer { position: fixed; bottom: 0; right: 0; white-space: nowrap; border: thin; border-style: inset none none inset; background: #EEEEEE; color: black; overflow: hidden; }
+   #reviewer * { font-size: small; }
+   #reviewer.off > :not(:first-child) { display: none; }
    @media print { #configUI { display: none; } }
    .rfc2119 { font-variant: small-caps; text-shadow: 0 0 0.5em yellow; position: static; }
    .rfc2119::after { position: absolute; left: 0; width: 25px; text-align: center; color: yellow; text-shadow: 0.075em 0.075em 0.2em black; }
@@ -54,6 +57,7 @@
      var configUI = document.createElement('div');
      configUI.id = 'configUI';
      document.body.appendChild(configUI);
+     load('reviewer.js');
      load('toc.js');
      load('styler.js');
      load('updater.js');
@@ -67,7 +71,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 21 July 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 24 July 2009</h2>
    <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>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->




More information about the Commit-Watchers mailing list