- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Aug 2011 21:57:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23757
Modified Files:
Overview.html
Log Message:
try to be less misleading (whatwg r6389)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5095
retrieving revision 1.5096
diff -u -d -r1.5095 -r1.5096
--- Overview.html 6 Aug 2011 07:13:43 -0000 1.5095
+++ Overview.html 9 Aug 2011 21:57:04 -0000 1.5096
@@ -320,7 +320,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-6-august-2011">Editor's Draft 6 August 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-9-august-2011">Editor's Draft 9 August 2011</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -466,7 +466,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 6 August 2011 Editor's Draft.
+ This specification is the 9 August 2011 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -32438,7 +32438,9 @@
<a href="#concept-input-value-dirty-flag" title="concept-input-value-dirty-flag">dirty value flag</a>
must be initially set to false when the element is created, and must
be set to true whenever the user interacts with the control in a way
- that changes the <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p>
+ that changes the <a href="#concept-fe-value" title="concept-fe-value">value</a>. (It is
+ also set to true when the value is programmatically changed, as
+ described in the definition of the <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute.)</p>
</div><p>The <dfn id="attr-input-value" title="attr-input-value"><code>value</code></dfn>
content attribute gives the default <a href="#concept-fe-value" title="concept-fe-value">value</a> of the <code><a href="#the-input-element">input</a></code>
Received on Tuesday, 9 August 2011 21:57:10 UTC