--- a/editing.html Thu Aug 18 13:43:19 2011 -0600
+++ b/editing.html Thu Aug 18 14:43:46 2011 -0600
@@ -6570,17 +6570,18 @@
<ul>
<li><a href=#invisible>Invisible</a> nodes are removed before anything else happens.
- <li>An <code title=""><a></code> gets removed if you backspace while the
- cursor is right after it, so the link disappears.
-
- <li>A <code title=""><br></code> or <code title=""><hr></code> or <code title=""><img</code> gets deleted.
+ <li>An <code title=""><a></code> gets removed if you backspace while the cursor is right
+ after it, so the link disappears.
+
+ <li>A <code title=""><br></code> or <code title=""><hr></code> or <code title=""><img></code> gets deleted.
<li>Backspacing at the start of most blocks merges with the previous block.
(Visually, this is a matter of deleting a line break.)
<li>Backspacing at the start of an <a href=#indentation-element>indentation element</a>, or an
- <code title=""><li></code> or <code title=""><dt></code> or <code title=""><dd></code> that's at the beginning of a list, outdents the current
- block (rather than merging with the previous block).
+ <code title=""><li></code> or <code title=""><dt></code> or <code title=""><dd></code> that's at the beginning of a
+ list, outdents the current block (rather than merging with the previous
+ block).
<li>Backspacing at the start of a table cell does nothing.
--- a/source.html Thu Aug 18 13:43:19 2011 -0600
+++ b/source.html Thu Aug 18 14:43:46 2011 -0600
@@ -6621,19 +6621,18 @@
<ul>
<li><span>Invisible</span> nodes are removed before anything else happens.
- <li>An <code title><a></code> gets removed if you backspace while the
- cursor is right after it, so the link disappears.
-
- <li>A <code title><br></code> or <code title><hr></code> or <code
- title><img</code> gets deleted.
+ <li>An {{code|<a>}} gets removed if you backspace while the cursor is right
+ after it, so the link disappears.
+
+ <li>A {{code|<br>}} or {{code|<hr>}} or {{code|<img>}} gets deleted.
<li>Backspacing at the start of most blocks merges with the previous block.
(Visually, this is a matter of deleting a line break.)
<li>Backspacing at the start of an <span>indentation element</span>, or an
- <code title><li></code> or <code title><dt></code> or <code
- title><dd></code> that's at the beginning of a list, outdents the current
- block (rather than merging with the previous block).
+ {{code|<li>}} or {{code|<dt>}} or {{code|<dd>}} that's at the beginning of a
+ list, outdents the current block (rather than merging with the previous
+ block).
<li>Backspacing at the start of a table cell does nothing.