[html5] r6389 - [e] (0) try to be less misleading Fixing http://www.w3.org/Bugs/Public/show_bug. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 9 14:56:54 PDT 2011


Author: ianh
Date: 2011-08-09 14:56:53 -0700 (Tue, 09 Aug 2011)
New Revision: 6389

Modified:
   complete.html
   index
   source
Log:
[e] (0) try to be less misleading
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12856

Modified: complete.html
===================================================================
--- complete.html	2011-08-09 20:08:59 UTC (rev 6388)
+++ complete.html	2011-08-09 21:56:53 UTC (rev 6389)
@@ -13624,7 +13624,6 @@
   <code><a href=#the-body-element>body</a></code> of the page, subject to the constraints of the
   microdata model.</p>
 
-
   <p>The types of link indicated (the relationships) are given by the
   value of the <dfn id=attr-link-rel title=attr-link-rel><code>rel</code></dfn>
   attribute, which, if present, must have a value that is a <a href=#set-of-space-separated-tokens>set
@@ -43617,7 +43616,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>
 

Modified: index
===================================================================
--- index	2011-08-09 20:08:59 UTC (rev 6388)
+++ index	2011-08-09 21:56:53 UTC (rev 6389)
@@ -13488,7 +13488,6 @@
   <code><a href=#the-body-element>body</a></code> of the page, subject to the constraints of the
   microdata model.</p>
 
-
   <p>The types of link indicated (the relationships) are given by the
   value of the <dfn id=attr-link-rel title=attr-link-rel><code>rel</code></dfn>
   attribute, which, if present, must have a value that is a <a href=#set-of-space-separated-tokens>set
@@ -43484,7 +43483,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>
 

Modified: source
===================================================================
--- source	2011-08-09 20:08:59 UTC (rev 6388)
+++ source	2011-08-09 21:56:53 UTC (rev 6389)
@@ -14277,7 +14277,6 @@
   used both in the <code>head</code> element and in the
   <code>body</code> of the page, subject to the constraints of the
   microdata model.</p>
-
 <!--START w3c-html--><!--MD--><!--END html--><!--END dev-html--><!--END complete--><!--END epub--><!--MD-->
   <p>A <code>link</code> element must have <code
   title="attr-link-rel">rel</code> attribute.</p>
@@ -48608,7 +48607,10 @@
   <span title="concept-input-value-dirty-flag">dirty value flag</span>
   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 <span title="concept-fe-value">value</span>.</p>
+  that changes the <span title="concept-fe-value">value</span>. (It is
+  also set to true when the value is programmatically changed, as
+  described in the definition of the <code
+  title="dom-input-value">value</code> IDL attribute.)</p>
 
   </div>
 




More information about the Commit-Watchers mailing list