--- a/editing.html Wed Sep 21 11:40:35 2011 -0600
+++ b/editing.html Wed Sep 21 11:48:07 2011 -0600
@@ -3962,7 +3962,7 @@
positives, but it'll do for now.
<p>A <dfn id=simple-indentation-element>simple indentation element</dfn> is an <a href=#indentation-element>indentation
-element</a> that has no attributes other than one or more of
+element</a> that has no attributes other than zero or more of
<ul>
<li>a <code class=external data-anolis-spec=html title="the style attribute"><a href=http://www.whatwg.org/html/#the-style-attribute>style</a></code> attribute that sets no properties other than "margin",
--- a/implementation.js Wed Sep 21 11:40:35 2011 -0600
+++ b/implementation.js Wed Sep 21 11:48:07 2011 -0600
@@ -3668,7 +3668,7 @@
}
// "A simple indentation element is an indentation element that has no
-// attributes other than one or more of
+// attributes other than zero or more of
//
// * "a style attribute that sets no properties other than "margin", "border",
// "padding", or subproperties of those;
--- a/source.html Wed Sep 21 11:40:35 2011 -0600
+++ b/source.html Wed Sep 21 11:48:07 2011 -0600
@@ -3983,7 +3983,7 @@
positives, but it'll do for now.
<p>A <dfn>simple indentation element</dfn> is an <span>indentation
-element</span> that has no attributes other than one or more of
+element</span> that has no attributes other than zero or more of
<ul>
<li>a [[style]] attribute that sets no properties other than "margin",