- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Apr 2010 23:47:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14846
Modified Files:
Overview.html introduction.html spec.html
the-button-element.html
Log Message:
Make the example make more sense. (whatwg r5005)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.861
retrieving revision 1.862
diff -u -d -r1.861 -r1.862
--- Overview.html 12 Apr 2010 23:17:49 -0000 1.861
+++ Overview.html 12 Apr 2010 23:47:29 -0000 1.862
@@ -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.4020.
+This is revision 1.4022.
</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: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- the-button-element.html 4 Apr 2010 22:47:30 -0000 1.31
+++ the-button-element.html 12 Apr 2010 23:47:29 -0000 1.32
@@ -1088,7 +1088,7 @@
<pre><form onsubmit="return false">
<input name=a type=number step=any> +
<input name=b type=number step=any> =
- <output onforminput="value = a.value + b.value"></output>
+ <output onforminput="value = a.valueAsNumber + b.valueAsNumber"></output>
</form></pre>
</div><h4 id="the-progress-element"><span class="secno">4.10.16 </span>The <dfn><code>progress</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/96">ISSUE-96</a> (progress) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.869
retrieving revision 1.870
diff -u -d -r1.869 -r1.870
--- spec.html 12 Apr 2010 23:17:49 -0000 1.869
+++ spec.html 12 Apr 2010 23:47:29 -0000 1.870
@@ -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.4020.
+This is revision 1.4022.
</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
@@ -1681,7 +1681,7 @@
<dd>
- <p>Certain elements are parsed in someone eccentric ways
+ <p>Certain elements are parsed in somewhat eccentric ways
(typically for historical reasons), and their content model
restrictions are intended to avoid exposing the author to these
issues.</p>
@@ -18116,7 +18116,7 @@
<pre><form onsubmit="return false">
<input name=a type=number step=any> +
<input name=b type=number step=any> =
- <output onforminput="value = a.value + b.value"></output>
+ <output onforminput="value = a.valueAsNumber + b.valueAsNumber"></output>
</form></pre>
</div><h4 id=the-progress-element><span class=secno>4.10.16 </span>The <dfn><code>progress</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/96>ISSUE-96</a> (progress) blocks progress to Last Call</span></p><dl class=element><dt>Categories</dt>
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.585
retrieving revision 1.586
diff -u -d -r1.585 -r1.586
--- introduction.html 12 Apr 2010 22:17:52 -0000 1.585
+++ introduction.html 12 Apr 2010 23:47:29 -0000 1.586
@@ -1038,7 +1038,7 @@
<dd>
- <p>Certain elements are parsed in someone eccentric ways
+ <p>Certain elements are parsed in somewhat eccentric ways
(typically for historical reasons), and their content model
restrictions are intended to avoid exposing the author to these
issues.</p>
Received on Monday, 12 April 2010 23:47:33 UTC