Allow UAs to execute additional commands
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Mon, 19 Sep 2011 15:21:18 -0600
changeset 598 7dc85d546add
parent 597 4a58a50f456c
child 599 7de568f768c6
Allow UAs to execute additional commands

Fixes: http://www.w3.org/Bugs/Public/show_bug.cgi?id=13938
editing.html
source.html
--- a/editing.html	Mon Sep 19 14:32:01 2011 -0600
+++ b/editing.html	Mon Sep 19 15:21:18 2011 -0600
@@ -9243,6 +9243,13 @@
 define whether it is treated as one insertion or several consecutive
 insertions.
 
+<p class=comments><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=13938">Bug 13938</a>.
+
+<p>The user agent may allow the user to make other changes to editable content,
+such as causing Ctrl-B to execute <a href=#the-bold-command>the <code title="">bold</code>
+command</a>.  Any such change should take the <a href=#action>action</a> for some
+<a href=#command>command</a> defined by this specification, if possible.
+
 
 <h2 class=no-num id=acknowledgements>Acknowledgements</h2>
 
--- a/source.html	Mon Sep 19 14:32:01 2011 -0600
+++ b/source.html	Mon Sep 19 15:21:18 2011 -0600
@@ -9325,6 +9325,14 @@
 multiple characters at once or in quick succession, this specification does not
 define whether it is treated as one insertion or several consecutive
 insertions.
+
+<p class=comments><a
+href=http://www.w3.org/Bugs/Public/show_bug.cgi?id=13938>Bug 13938</a>.
+
+<p>The user agent may allow the user to make other changes to editable content,
+such as causing Ctrl-B to execute <span>the <code title>bold</code>
+command</span>.  Any such change should take the <span>action</span> for some
+<span>command</span> defined by this specification, if possible.
 <!-- @} -->
 
 <h2 class=no-num>Acknowledgements</h2>