- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 20:57:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv9801
Modified Files:
Overview.html number-state.html spec.html
Log Message:
typo (whatwg r4660)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.638
retrieving revision 1.639
diff -u -d -r1.638 -r1.639
--- Overview.html 5 Feb 2010 20:27:01 -0000 1.638
+++ Overview.html 5 Feb 2010 20:57:09 -0000 1.639
@@ -302,7 +302,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.3712.
+This is revision 1.3714.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.643
retrieving revision 1.644
diff -u -d -r1.643 -r1.644
--- spec.html 5 Feb 2010 20:27:01 -0000 1.643
+++ spec.html 5 Feb 2010 20:57:09 -0000 1.644
@@ -300,7 +300,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.3712.
+This is revision 1.3714.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -15049,11 +15049,11 @@
</div><div class=example>
- <p>Here is an of a range control using an autocomplete list with
- the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute. This could
- be useful if there are values along the full range of the control
- that are especially important, such as preconfigured light levels
- or typical speed limits in a range control used as a speed
+ <p>Here is an example of a range control using an autocomplete list
+ with the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute. This
+ could be useful if there are values along the full range of the
+ control that are especially important, such as preconfigured light
+ levels or typical speed limits in a range control used as a speed
control. The following markup fragment:</p>
<pre><input type="range" min="-100" max="100" value="0" step="10" name="power" list="powers">
Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- number-state.html 1 Feb 2010 23:27:19 -0000 1.15
+++ number-state.html 5 Feb 2010 20:57:09 -0000 1.16
@@ -423,11 +423,11 @@
</div><div class="example">
- <p>Here is an of a range control using an autocomplete list with
- the <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list">list</a></code> attribute. This could
- be useful if there are values along the full range of the control
- that are especially important, such as preconfigured light levels
- or typical speed limits in a range control used as a speed
+ <p>Here is an example of a range control using an autocomplete list
+ with the <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list">list</a></code> attribute. This
+ could be useful if there are values along the full range of the
+ control that are especially important, such as preconfigured light
+ levels or typical speed limits in a range control used as a speed
control. The following markup fragment:</p>
<pre><input type="range" min="-100" max="100" value="0" step="10" name="power" list="powers">
Received on Friday, 5 February 2010 20:57:13 UTC