Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) split the header out into a seperate file
git-svn-id: http://svn.whatwg.org/webapps@799 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 10, 2007
1 parent e717400 commit 92f0126
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 89 deletions.
89 changes: 89 additions & 0 deletions header-whatwg
@@ -0,0 +1,89 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en-GB-hixie">
<head>
<title>Web Applications 1.0</title>
<link rel="stylesheet" type="text/css" href="/style/specification">
<link rel="icon" href="/images/icon">
<style type="text/css">
h4 + .element { margin-top: -2.5em; padding-top: 2em; }
h4 + p + .element { margin-top: -5em; padding-top: 4em; }
.element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; -padding: 0; /* that last decl is for IE6. Try removing it, it's hilarious! */ }
.proposal { border: blue solid; padding: 1em; }
table.matrix, table.matrix td { border: none; text-align: right; }
table.matrix { margin-left: 2em; }
</style>
</head>
<body class="draft">

<div class="head">
<p><a rel="home" href="http://www.whatwg.org/" class="logo"><img alt="WHATWG" src="/images/logo"></a></p>
<h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Working Draft &mdash; [DATE: 01 Jan 1901]</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>
<dl>
<dt>One-page version:</dt>
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/">http://www.whatwg.org/specs/web-apps/current-work/</a></dd>
<dt>Multiple-page version:</dt>
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">http://www.whatwg.org/specs/web-apps/current-work/multipage/</a></dd>
<dt>Version history:</dt>
<dd>Twitter messages (non-editorial changes only): <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>Editor:</dt>
<dd>Ian Hickson, Google, ian@hixie.ch</dd>
</dl>
<p class="copyright">&copy; Copyright 2004-2007 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>
</div>

<hr>

<h2 class="no-num no-toc" id="abstract">Abstract</h2>

<p>This specification introduces features to HTML and the DOM that
ease the authoring of Web-based applications. Additions include the
context menus, a direct-mode graphics canvas, inline popup windows,
and server-sent events.</p>

<h2 class="no-num no-toc" id="status">Status of this document</h2>

<p><strong>This is a work in progress!</strong> This document is
changing on a daily if not hourly basis in response to comments and
as a general part of its development process. Comments are very
welcome, please send them to <a
href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a>. Thank
you.</p>

<p>Implementors should be aware that this specification is not
stable. <strong>Implementors who are not taking part in the
discussions are likely to find the specification changing out from
under them in incompatible ways.</strong> Vendors interested in
implementing this specification before it eventually reaches the
call for implementations should join the <a
href="/mailing-list">WHATWG mailing list</a> and take part in the
discussions.</p>

<p>This specification is intended to replace (be the new version of)
what was previously the HTML4, XHTML 1.x, and DOM2 HTML
specifications.</p>

<h3 class="no-num no-toc">Stability</h3>

<p>Different parts of this specification are at different levels of
maturity.</p>

<div id="stability"></div>

<p class="big-issue">Known issues are usually marked like
this. There are some spec-wide issues that have not yet been
addressed: case-sensitivity is a very poorly handled topic
right now</p>


<h2 class="no-num no-toc" id="contents">Table of contents</h2>
<!--toc-->
<hr>
89 changes: 0 additions & 89 deletions source
@@ -1,92 +1,3 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en-GB-hixie">
<head>
<title>Web Applications 1.0</title>
<link rel="stylesheet" type="text/css" href="/style/specification">
<link rel="icon" href="/images/icon">
<style type="text/css">
h4 + .element { margin-top: -2.5em; padding-top: 2em; }
h4 + p + .element { margin-top: -5em; padding-top: 4em; }
.element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; -padding: 0; /* that last decl is for IE6. Try removing it, it's hilarious! */ }
.proposal { border: blue solid; padding: 1em; }
table.matrix, table.matrix td { border: none; text-align: right; }
table.matrix { margin-left: 2em; }
</style>
</head>
<body class="draft">

<div class="head">
<p><a rel="home" href="http://www.whatwg.org/" class="logo"><img alt="WHATWG" src="/images/logo"></a></p>
<h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Working Draft &mdash; [DATE: 01 Jan 1901]</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>
<dl>
<dt>One-page version:</dt>
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/">http://www.whatwg.org/specs/web-apps/current-work/</a></dd>
<dt>Multiple-page version:</dt>
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">http://www.whatwg.org/specs/web-apps/current-work/multipage/</a></dd>
<dt>Version history:</dt>
<dd>Twitter messages (non-editorial changes only): <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>Editor:</dt>
<dd>Ian Hickson, Google, ian@hixie.ch</dd>
</dl>
<p class="copyright">&copy; Copyright 2004-2007 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>
</div>

<hr>

<h2 class="no-num no-toc" id="abstract">Abstract</h2>

<p>This specification introduces features to HTML and the DOM that
ease the authoring of Web-based applications. Additions include the
context menus, a direct-mode graphics canvas, inline popup windows,
and server-sent events.</p>

<h2 class="no-num no-toc" id="status">Status of this document</h2>

<p><strong>This is a work in progress!</strong> This document is
changing on a daily if not hourly basis in response to comments and
as a general part of its development process. Comments are very
welcome, please send them to <a
href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a>. Thank
you.</p>

<p>Implementors should be aware that this specification is not
stable. <strong>Implementors who are not taking part in the
discussions are likely to find the specification changing out from
under them in incompatible ways.</strong> Vendors interested in
implementing this specification before it eventually reaches the
call for implementations should join the <a
href="/mailing-list">WHATWG mailing list</a> and take part in the
discussions.</p>

<p>This specification is intended to replace (be the new version of)
what was previously the HTML4, XHTML 1.x, and DOM2 HTML
specifications.</p>

<h3 class="no-num no-toc">Stability</h3>

<p>Different parts of this specification are at different levels of
maturity.</p>

<div id="stability"></div>

<p class="big-issue">Known issues are usually marked like
this. There are some spec-wide issues that have not yet been
addressed: case-sensitivity is a very poorly handled topic
right now</p>


<h2 class="no-num no-toc" id="contents">Table of contents</h2>
<!--toc-->
<hr>

<h2 id="introduction">Introduction</h2>

Expand Down

0 comments on commit 92f0126

Please sign in to comment.