instiki/attic/vendor/plugins/HTML5lib/testdata/sites/web-apps-old.htm

2 lines
1.4 MiB
HTML
Raw Normal View History

2007-06-12 06:33:06 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang=en-GB-hixie> <head> <title>Web Applications 1.0</title> <link href="/style/specification" rel=stylesheet type="text/css"> <link href="/images/icon" rel=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> <body class=draft> <div class=head> <p><a class=logo href="http://www.whatwg.org/" rel=home><img alt=WHATWG src="/images/logo"></a></p> <h1 id=web-applications>Web Applications 1.0</h1> <h2 class="no-num no-toc" id=working>Working Draft AMPERSANDmdash; 23 December 2006</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> <dl> <dt>This version: <dd><a href="http://www.whatwg.org/specs/web-apps/current-work/">http://www.whatwg.org/specs/web-apps/current-work/</a> <dt>Latest version: <dd><a href="http://www.whatwg.org/specs/web-apps/current-work/">http://www.whatwg.org/specs/web-apps/current-work/</a> <dt>Previous versions: <dd><a href="http://www.whatwg.org/specs/web-apps/2006-01-01/">http://www.whatwg.org/specs/web-apps/2006-01-01/</a><!-- (<a href="diff-2006-01-01">diffs</a>)--> <dd><a href="http://www.whatwg.org/specs/web-apps/2005-09-01/">http://www.whatwg.org/specs/web-apps/2005-09-01/</a><!-- (<a href="diff-2005-09-01">diffs</a>)--> <dd>Version history from 2006-03-01 available by interactive Web interface at: <a href="http://html5.org/tools/specification-diff">http://html5.org/tools/specification-diff</a> <dd>Version history from 2006-03-01 available by Subversion interface at: <a href="http://svn.whatwg.org/">http://svn.whatwg.org/</a> <dt>Editor: <dd>Ian Hickson, Google, ian@hixie.ch </dl> <p class=copyright>AMPERSANDcopy; Copyright 2004-2006 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. <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>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>This draft may contain namespaces that use the <code>uuid:</code> URI scheme. These are temporary and will be changed before those parts of the specification are ready to be implemented in shipping products. <p>To find the latest version of this working draft, please follow the "Latest version" link above. <p>This specification is intended to replace (be the new version of) what was previously the HTML4, XHTML 1.x, and DOM2 HTML specifications. <h3 class="no-num no-toc"