Remove two unneeded XXX's
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Tue, 12 Jul 2011 15:07:26 -0600
changeset 402 02076f23006c
parent 401 f00446ef68a6
child 403 2c30e145f765
Remove two unneeded XXX's

We don't care about selections that don't block-extend to anything for
other commands, so we shouldn't for indent. Handling of surrogate pairs
is already noted in the main issues section.
editcommands.html
source.html
--- a/editcommands.html	Tue Jul 12 15:04:20 2011 -0600
+++ b/editcommands.html	Tue Jul 12 15:07:26 2011 -0600
@@ -5990,11 +5990,6 @@
 
 <p><a href=#action>Action</a>:
 
-<p class=XXX>Does not handle cases where block-extending the selection leaves
-it collapsed, like <code title="">&lt;p&gt;foo&lt;/p&gt;{}&lt;p&gt;bar&lt;/p&gt;</code>.
-However, it's not clear if any such selection can be generated by the user:
-browsers don't normally let you put the cursor in weird places like that.
-
 <ol>
   <li>Let <var title="">items</var> be a list of all <code class=external data-anolis-spec=html title="the li element"><a href=http://www.whatwg.org/html/#the-li-element>li</a></code>s that are
   <a class=external data-anolis-spec=domrange href=http://html5.org/specs/dom-range.html#ancestor-container title="ancestor container">ancestor containers</a> of the <a href=#active-range>active range</a>'s <a class=external data-anolis-spec=domrange href=http://html5.org/specs/dom-range.html#concept-range-start title=concept-range-start>start</a>
@@ -6124,9 +6119,6 @@
 parser.
 -->
 
-<p class=XXX>What happens to unpaired surrogates in the value?  They could make
-round-tripping through a character encoding change impossible.
-
 <p><a href=#action>Action</a>:
 
 <ol>
--- a/source.html	Tue Jul 12 15:04:20 2011 -0600
+++ b/source.html	Tue Jul 12 15:07:26 2011 -0600
@@ -5985,11 +5985,6 @@
 
 <p><span>Action</span>:
 
-<p class=XXX>Does not handle cases where block-extending the selection leaves
-it collapsed, like <code title>&lt;p>foo&lt;/p>{}&lt;p>bar&lt;/p></code>.
-However, it's not clear if any such selection can be generated by the user:
-browsers don't normally let you put the cursor in weird places like that.
-
 <ol>
   <li>Let <var>items</var> be a list of all [[li]]s that are
   [[ancestorcontainers]] of the <span>active range</span>'s [[rangestart]]
@@ -6126,9 +6121,6 @@
 parser.
 -->
 
-<p class=XXX>What happens to unpaired surrogates in the value?  They could make
-round-tripping through a character encoding change impossible.
-
 <p><span>Action</span>:
 
 <ol>