--- 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-—-last-update-28-february-2011>Work in Progress — Last Update 28 February 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-—-last-update-1-march-2011>Work in Progress — Last Update 1 March 2011</h2>
<dl>
<dt>Editor
<dd>Aryeh Gregor <ayg+spec@aryeh.name>
@@ -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-->