Add "Status of this Document" section
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Tue, 01 Mar 2011 11:32:02 -0700
changeset 12 ff0e02c84678
parent 11 e4e7232ca189
child 13 be24141352c7
Add "Status of this Document" section
editcommands.html
source.html
--- a/editcommands.html	Mon Feb 28 12:33:21 2011 -0700
+++ b/editcommands.html	Tue Mar 01 11:32:02 2011 -0700
@@ -19,7 +19,7 @@
 <body class=draft>
 <div class=head id=head>
 <h1>HTML Editing Commands</h1>
-<h2 class="no-num no-toc" id=work-in-progress-&mdash;-last-update-28-february-2011>Work in Progress &mdash; Last Update 28 February 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-&mdash;-last-update-1-march-2011>Work in Progress &mdash; Last Update 1 March 2011</h2>
 <dl>
  <dt>Editor
  <dd>Aryeh Gregor &lt;ayg+spec@aryeh.name&gt;
@@ -30,10 +30,21 @@
 </div>
 
 
+<h2 class=no-num id=status-of-this-document>Status of this Document</h2>
+<p>This document is an early draft of a specification for HTML editing APIs,
+defining <a href=#execcommand()><code>execCommand()</code></a> and related functions.  It will eventually
+be merged into the main <a href=http://www.whatwg.org/html>HTML</a>
+specification, replacing the <a href=http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#editing-apis>Editing
+APIs</a> section.  Although this spec is still very incomplete and will likely
+be changed heavily before it's finished, feedback to <a href=http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org>the WHATWG list</a>
+is encouraged, particularly from implementers.
+
+
 <h2 class=no-num id=table-of-contents>Table of contents</h2>
 
 <!--begin-toc-->
 <ol class=toc>
+ <li><a class=no-num href=#status-of-this-document>Status of this Document</a></li>
  <li><a class=no-num href=#table-of-contents>Table of contents</a></li>
  <li><a href=#introduction><span class=secno>1 </span>Introduction</a></li>
  <li><a href=#issues><span class=secno>2 </span>Issues</a></li>
--- a/source.html	Mon Feb 28 12:33:21 2011 -0700
+++ b/source.html	Tue Mar 01 11:32:02 2011 -0700
@@ -31,6 +31,18 @@
 </div>
 
 
+<h2 class=no-num>Status of this Document</h2>
+<p>This document is an early draft of a specification for HTML editing APIs,
+defining <code>execCommand()</code> and related functions.  It will eventually
+be merged into the main <a href=http://www.whatwg.org/html>HTML</a>
+specification, replacing the <a
+href=http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#editing-apis>Editing
+APIs</a> section.  Although this spec is still very incomplete and will likely
+be changed heavily before it's finished, feedback to <a
+href=http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org>the WHATWG list</a>
+is encouraged, particularly from implementers.
+
+
 <h2 class=no-num>Table of contents</h2>
 <!--toc-->