Corral another escaped comment
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Fri, 05 Aug 2011 14:08:03 -0600
changeset 503 5af3f9a917d8
parent 502 002dace811b1
child 504 38d177ac3d75
Corral another escaped comment
editing.html
source.html
--- 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