Skip to content

Commit

Permalink
[e] (0) Try a new header for the spec.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8579 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 24, 2014
1 parent 2f4932c commit 581e671
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 82 deletions.
124 changes: 83 additions & 41 deletions complete.html
Expand Up @@ -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; }
Expand Down Expand Up @@ -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');
Expand All @@ -295,43 +292,88 @@
}, false);

</script><body onload=init()>

<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>
<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 &mdash; 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@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&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=WHATWG&amp;component=HTML&amp;longdesc_type=allwordssubstr&amp;longdesc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bug_id_type=anyexact&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;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@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@hixie.ch</dd>
</dl><p class=copyright>&copy; 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>
<h2 class="no-num no-toc">Living Standard &mdash; 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>

<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@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&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;component=HTML&amp;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@hixie.ch</code></span></a>
</div>
</div>
<p class=copyright>
<span>Written by Ian Hickson (Google, ian@hixie.ch)</span>
&middot;
<span>Parts &copy; Copyright 2004-2014 Apple Inc., Mozilla Foundation, and Opera Software ASA</span>
&middot;
<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>
Expand Down Expand Up @@ -1464,7 +1506,7 @@ <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 23 April 2014</h2
<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>
Expand Down
124 changes: 83 additions & 41 deletions index
Expand Up @@ -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; }
Expand Down Expand Up @@ -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');
Expand All @@ -295,43 +292,88 @@
}, false);

</script><body onload=init()>

<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>
<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 &mdash; 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@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&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=WHATWG&amp;component=HTML&amp;longdesc_type=allwordssubstr&amp;longdesc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bug_id_type=anyexact&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;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@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@hixie.ch</dd>
</dl><p class=copyright>&copy; 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>
<h2 class="no-num no-toc">Living Standard &mdash; 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>

<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@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&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;component=HTML&amp;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@hixie.ch</code></span></a>
</div>
</div>
<p class=copyright>
<span>Written by Ian Hickson (Google, ian@hixie.ch)</span>
&middot;
<span>Parts &copy; Copyright 2004-2014 Apple Inc., Mozilla Foundation, and Opera Software ASA</span>
&middot;
<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>
Expand Down Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -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-->
Expand Down

0 comments on commit 581e671

Please sign in to comment.