TODO: add a switch to affect non-editable content
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Thu, 28 Jul 2011 12:12:51 -0600
changeset 461 5a48d6ca52a7
parent 460 bd59b5c44793
child 462 0085e593a27b
TODO: add a switch to affect non-editable content
editing.html
source.html
--- a/editing.html	Wed Jul 27 13:23:23 2011 -0600
+++ b/editing.html	Thu Jul 28 12:12:51 2011 -0600
@@ -38,7 +38,7 @@
 <body class=draft>
 <div class=head id=head>
 <h1>HTML Editing APIs</h1>
-<h2 class="no-num no-toc" id=work-in-progress-&mdash;-last-update-26-july-2011>Work in Progress &mdash; Last Update 26 July 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-&mdash;-last-update-28-july-2011>Work in Progress &mdash; Last Update 28 July 2011</h2>
 <dl>
  <dt>Editor
  <dd>Aryeh Gregor &lt;<a href=mailto:ayg@aryeh.name>ayg@aryeh.name</a>&gt;
@@ -342,6 +342,9 @@
   valid.
 
 * Redefine things in terms of ranges, not selections.
+
+* Allow some type of switch to affect non-editable regions too, perhaps on a
+  per-command basis.
 -->
 
 <!--
--- a/source.html	Wed Jul 27 13:23:23 2011 -0600
+++ b/source.html	Thu Jul 28 12:12:51 2011 -0600
@@ -272,6 +272,9 @@
   valid.
 
 * Redefine things in terms of ranges, not selections.
+
+* Allow some type of switch to affect non-editable regions too, perhaps on a
+  per-command basis.
 -->
 
 <!--