[html5] r799 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed May 9 17:56:12 PDT 2007


Author: ianh
Date: 2007-05-09 17:56:11 -0700 (Wed, 09 May 2007)
New Revision: 799

Added:
   header-whatwg
Modified:
   source
Log:
[e] (0) split the header out into a seperate file

Added: header-whatwg
===================================================================
--- header-whatwg	                        (rev 0)
+++ header-whatwg	2007-05-10 00:56:11 UTC (rev 799)
@@ -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 — [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 at hixie.ch</dd>
+   </dl>
+   <p class="copyright">© 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 at whatwg.org">whatwg at 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>

Modified: source
===================================================================
--- source	2007-05-10 00:47:48 UTC (rev 798)
+++ source	2007-05-10 00:56:11 UTC (rev 799)
@@ -1,93 +1,4 @@
-<!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 — [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 at hixie.ch</dd>
-   </dl>
-   <p class="copyright">© 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 at whatwg.org">whatwg at 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>
 
   <p><em>This section is non-normative.</em></p>




More information about the Commit-Watchers mailing list