- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Apr 2010 22:27:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv18176
Modified Files:
Overview.html spec.html states-of-the-type-attribute.html
Log Message:
Make step='' work with type=week. (whatwg r4972)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.837
retrieving revision 1.838
diff -u -d -r1.837 -r1.838
--- Overview.html 5 Apr 2010 21:57:21 -0000 1.837
+++ Overview.html 5 Apr 2010 22:27:26 -0000 1.838
@@ -305,7 +305,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3994.
+This is revision 1.3995.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- states-of-the-type-attribute.html 4 Apr 2010 22:47:29 -0000 1.27
+++ states-of-the-type-attribute.html 5 Apr 2010 22:27:27 -0000 1.28
@@ -907,7 +907,7 @@
attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-week-string">valid
week string</a>.</p><p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> attribute is
expressed in weeks. The <a href="#concept-input-step-default" title="concept-input-step-default">default step</a> is 1
- week.</p><div class="bookkeeping">
+ week. </p><div class="bookkeeping">
<p>The following common <code><a href="the-input-element.html#the-input-element">input</a></code> element content
attributes, IDL attributes, and methods apply to the element:
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.845
retrieving revision 1.846
diff -u -d -r1.845 -r1.846
--- spec.html 5 Apr 2010 21:57:21 -0000 1.845
+++ spec.html 5 Apr 2010 22:27:26 -0000 1.846
@@ -303,7 +303,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3994.
+This is revision 1.3995.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -15862,7 +15862,7 @@
attribute, if specified, must have a value that is a <a href=#valid-week-string>valid
week string</a>.</p><p>The <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute is
expressed in weeks. The <a href=#concept-input-step-default title=concept-input-step-default>default step</a> is 1
- week.</p><div class=bookkeeping>
+ week. </p><div class=bookkeeping>
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes, IDL attributes, and methods apply to the element:
Received on Monday, 5 April 2010 22:27:31 UTC