--- a/editing.html Wed Oct 26 14:46:17 2011 -0600
+++ b/editing.html Wed Oct 26 15:03:20 2011 -0600
@@ -193,8 +193,10 @@
<li><a href=#the-copy-command>The <code title="">copy</code> command</a></li>
<li><a href=#the-cut-command>The <code title="">cut</code> command</a></li>
<li><a href=#the-paste-command>The <code title="">paste</code> command</a></li>
+ <li><a href=#the-redo-command>The <code title="">redo</code> command</a></li>
<li><a href=#the-selectall-command>The <code title="">selectAll</code> command</a></li>
<li><a href=#the-stylewithcss-command>The <code title="">styleWithCSS</code> command</a></li>
+ <li><a href=#the-undo-command>The <code title="">undo</code> command</a></li>
<li><a href=#the-usecss-command>The <code title="">useCSS</code> command</a></ol></li>
<li><a href=#additional-requirements>Additional requirements</a></li>
<li><a class=no-num href=#acknowledgements>Acknowledgements</a></ol>
@@ -9782,6 +9784,11 @@
or it may act as though the <a href=#command>command</a> is <a href=#supported title=supported>unsupported</a> on those sites.
+<h3 id=the-redo-command><dfn>The <code title="">redo</code> command</dfn></h3>
+
+<p><a href=#action>Action</a>: As defined by the <a href=http://rniwa.com/editing/undomanager.html>UndoManager</a> specification.
+
+
<h3 id=the-selectall-command><dfn>The <code title="">selectAll</code> command</dfn></h3>
<p class=XXX>This is totally broken: if executed inside an editing host, it has
@@ -9872,6 +9879,11 @@
otherwise false.
+<h3 id=the-undo-command><dfn>The <code title="">undo</code> command</dfn></h3>
+
+<p><a href=#action>Action</a>: As defined by the <a href=http://rniwa.com/editing/undomanager.html>UndoManager</a> specification.
+
+
<h3 id=the-usecss-command><dfn>The <code title="">useCSS</code> command</dfn></h3>
<div class=comments>
--- a/source.html Wed Oct 26 14:46:17 2011 -0600
+++ b/source.html Wed Oct 26 15:03:20 2011 -0600
@@ -9885,6 +9885,12 @@
title=supported>unsupported</span> on those sites.
<!-- @} -->
+<h3><dfn>The <code title>redo</code> command</dfn></h3>
+<!-- @{ -->
+<p><span>Action</span>: As defined by the <a
+href=http://rniwa.com/editing/undomanager.html>UndoManager</a> specification.
+
+<!-- @} -->
<h3><dfn>The <code title>selectAll</code> command</dfn></h3>
<!-- @{ -->
<p class=XXX>This is totally broken: if executed inside an editing host, it has
@@ -9979,6 +9985,12 @@
otherwise false.
<!-- @} -->
+<h3><dfn>The <code title>undo</code> command</dfn></h3>
+<!-- @{ -->
+<p><span>Action</span>: As defined by the <a
+href=http://rniwa.com/editing/undomanager.html>UndoManager</a> specification.
+
+<!-- @} -->
<h3><dfn>The <code title>useCSS</code> command</dfn></h3>
<!-- @{ -->
<div class=comments>