Fix minor spec error
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Wed, 21 Sep 2011 11:48:07 -0600
changeset 610 b012422b5d35
parent 609 4321a7e11603
child 611 48cf2f7887d5
Fix minor spec error

Things like <blockquote> are simple indentation elements even though
they have no attributes. There's no change to the implementation, since
it implemented what I meant instead of what I said (oops).
editing.html
implementation.js
source.html
--- 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",