--- a/editcommands.html Fri May 13 16:10:30 2011 -0600
+++ b/editcommands.html Mon May 16 12:29:25 2011 -0600
@@ -27,7 +27,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-13-may-2011>Work in Progress — Last Update 13 May 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-—-last-update-16-may-2011>Work in Progress — Last Update 16 May 2011</h2>
<dl>
<dt>Editor
<dd>Aryeh Gregor <ayg+spec@aryeh.name>
@@ -189,6 +189,10 @@
<li>I need to pay more attention to whitespace-only nodes. In most cases
these will have no visual effect, but they'll make many algorithms behave
differently: decomposing a range, block-extending, etc.
+
+ <li>Tim Down <a href=http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-May/031655.html>points
+ out</a> that browsers have special behavior for formatting commands when the
+ selection is collapsed. Needs investigation.
</ul>
<p class=XXX>A variety of other issues are also noted in the text, formatted
--- a/source.html Fri May 13 16:10:30 2011 -0600
+++ b/source.html Mon May 16 12:29:25 2011 -0600
@@ -175,6 +175,10 @@
<li>I need to pay more attention to whitespace-only nodes. In most cases
these will have no visual effect, but they'll make many algorithms behave
differently: decomposing a range, block-extending, etc.
+
+ <li>Tim Down <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-May/031655.html">points
+ out</a> that browsers have special behavior for formatting commands when the
+ selection is collapsed. Needs investigation.
</ul>
<p class=XXX>A variety of other issues are also noted in the text, formatted