--- a/editing.html Fri Aug 05 13:54:45 2011 -0600
+++ b/editing.html Fri Aug 05 14:08:03 2011 -0600
@@ -5155,10 +5155,11 @@
<li>If <var title="">node</var> is not <a href=#editable>editable</a>, abort these steps.
<li>
- <p>The easy case is when the whole element is indented. In this case we
- remove the whole thing indiscriminately. In the case of blockquotes created
- by IE, this might change the direction of some children, but then their
- direction was probably changed incorrectly in the first place, so no harm.
+ <p class=comments>The easy case is when the whole element is indented. In
+ this case we remove the whole thing indiscriminately. In the case of
+ blockquotes created by IE, this might change the direction of some children,
+ but then their direction was probably changed incorrectly in the first place,
+ so no harm.
<p>If <var title="">node</var> is a <a href=#simple-indentation-element>simple indentation element</a>, remove
<var title="">node</var>, <a href=#preserving-its-descendants>preserving its descendants</a>. Then abort these
--- a/source.html Fri Aug 05 13:54:45 2011 -0600
+++ b/source.html Fri Aug 05 14:08:03 2011 -0600
@@ -5185,10 +5185,11 @@
<li>If <var>node</var> is not <span>editable</span>, abort these steps.
<li>
- <p>The easy case is when the whole element is indented. In this case we
- remove the whole thing indiscriminately. In the case of blockquotes created
- by IE, this might change the direction of some children, but then their
- direction was probably changed incorrectly in the first place, so no harm.
+ <p class=comments>The easy case is when the whole element is indented. In
+ this case we remove the whole thing indiscriminately. In the case of
+ blockquotes created by IE, this might change the direction of some children,
+ but then their direction was probably changed incorrectly in the first place,
+ so no harm.
<p>If <var>node</var> is a <span>simple indentation element</span>, remove
<var>node</var>, <span>preserving its descendants</span>. Then abort these