html5/spec number-state.html,1.16,1.17 spec.html,1.1253,1.1254 text-level-semantics.html,1.1004,1.1005

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12784

Modified Files:
	number-state.html spec.html text-level-semantics.html 
Log Message:
typo (whatwg r5551)

[updated by splitter]


Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1004
retrieving revision 1.1005
diff -u -d -r1.1004 -r1.1005
--- text-level-semantics.html	24 Sep 2010 22:16:48 -0000	1.1004
+++ text-level-semantics.html	29 Sep 2010 07:46:34 -0000	1.1005
@@ -1055,7 +1055,7 @@
   <code><a href="sections.html#the-article-element">article</a></code> element, of the document as a whole. If the
   element has a <code title="attr-time-pubdate"><a href="#attr-time-pubdate">pubdate</a></code>
   attribute specified, then the element <dfn id="needs-a-date">needs a date</dfn>. For
-  each <code><a href="sections.html#the-article-element">article</a></code> element, there must no more than one
+  each <code><a href="sections.html#the-article-element">article</a></code> element, there must be no more than one
   <code><a href="#the-time-element">time</a></code> element with a <code title="attr-time-pubdate"><a href="#attr-time-pubdate">pubdate</a></code> attribute whose nearest
   ancestor is that <code><a href="sections.html#the-article-element">article</a></code> element. Furthermore, for each
   <code><a href="infrastructure.html#document">Document</a></code>, there must be no more than one

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1253
retrieving revision 1.1254
diff -u -d -r1.1253 -r1.1254
--- spec.html	29 Sep 2010 07:16:34 -0000	1.1253
+++ spec.html	29 Sep 2010 07:46:34 -0000	1.1254
@@ -338,7 +338,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4435.
+This is revision 1.4437.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec/number-state.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- number-state.html	28 Sep 2010 22:16:34 -0000	1.16
+++ number-state.html	29 Sep 2010 07:46:34 -0000	1.17
@@ -1437,10 +1437,11 @@
   this section apply.</p>
 
   </div><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="rendering.html#represents">represents</a> a button
-  with no default behavior. <span class="impl">If the element has a
-  <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, the button's
-  label must be the value of that attribute; otherwise, it must be the
-  empty string.</span> The element is a <a href="forms.html#concept-button" title="concept-button">button</a>.</p><div class="impl">
+  with no default behavior. A label for the button must be provided
+  in the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute.
+  <span class="impl">If the element has a <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, the button's label
+  must be the value of that attribute; otherwise, it must be the empty
+  string.</span> The element is a <a href="forms.html#concept-button" title="concept-button">button</a>.</p><div class="impl">
 
   <p>If the element is <i title="concept-input-mutable"><a href="the-input-element.html#concept-input-mutable">mutable</a></i>,
   the user agent should allow the user to activate the element. The

Received on Wednesday, 29 September 2010 07:46:41 UTC