[html5] r5717 - [e] (0) tweak the scripts to let people know about the multipage copies
whatwg at whatwg.org
whatwg at whatwg.org
Thu Dec 9 12:12:40 PST 2010
Author: ianh
Date: 2010-12-09 12:12:39 -0800 (Thu, 09 Dec 2010)
New Revision: 5717
Modified:
complete.html
index
Log:
[e] (0) tweak the scripts to let people know about the multipage copies
Modified: complete.html
===================================================================
--- complete.html 2010-12-08 22:14:16 UTC (rev 5716)
+++ complete.html 2010-12-09 20:12:39 UTC (rev 5717)
@@ -196,7 +196,9 @@
}
</style><link href=status.css rel=stylesheet><script>
+ var startedInit = 0;
function init() {
+ startedInit = 1;
if (location.search == '?slow-browser')
return;
var configUI = document.createElement('div');
@@ -210,11 +212,16 @@
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
}
+ if (document.documentElement.className == "")
+ setTimeout(function () {
+ if (!startedInit)
+ showAlert("Too slow? Try reading the multipage copy of the spec instead:", "http://whatwg.org/C");
+ }, 5000);
</script><body class=cfc onload=init()>
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 8 December 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 9 December 2010</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>
<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>-->
Modified: index
===================================================================
--- index 2010-12-08 22:14:16 UTC (rev 5716)
+++ index 2010-12-09 20:12:39 UTC (rev 5717)
@@ -198,7 +198,9 @@
</style><style>
.domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
</style><link href=data:text/css, id=complete rel=stylesheet title="Complete specification"><link href=data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}%20.domintro:before%20{%20display:%20none;%20} id=author rel="alternate stylesheet" title="Author documentation only"><link href=data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}%20.domintro:before%20{%20background:%20%23FFEEEE;%20} id=highlight rel="alternate stylesheet" title="Highlight implementation requirements"><link href=status.css rel=stylesheet><script>
+ var startedInit = 0;
function init() {
+ startedInit = 1;
if (location.search == '?slow-browser')
return;
var configUI = document.createElement('div');
@@ -214,11 +216,16 @@
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
}
+ if (document.documentElement.className == "")
+ setTimeout(function () {
+ if (!startedInit)
+ showAlert("Too slow? Try reading the multipage copy of the spec instead:", "http://whatwg.org/html");
+ }, 5000);
</script><body class=draft onload=init()>
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 8 December 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 9 December 2010</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>
<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