Need to investigate collapsed selections
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Mon, 16 May 2011 12:29:25 -0600
changeset 122 4d3b2ecb3bf3
parent 121 02f81db3e26b
child 123 558bb41b3307
Need to investigate collapsed selections
editcommands.html
source.html
--- 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-&mdash;-last-update-13-may-2011>Work in Progress &mdash; Last Update 13 May 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-&mdash;-last-update-16-may-2011>Work in Progress &mdash; Last Update 16 May 2011</h2>
 <dl>
  <dt>Editor
  <dd>Aryeh Gregor &lt;ayg+spec@aryeh.name&gt;
@@ -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