[html5] r5375 - [e] (0) simplification Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9928

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 27 14:10:04 PDT 2010


Author: ianh
Date: 2010-08-27 14:10:02 -0700 (Fri, 27 Aug 2010)
New Revision: 5375

Modified:
   complete.html
   index
   source
Log:
[e] (0) simplification
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9928

Modified: complete.html
===================================================================
--- complete.html	2010-08-27 20:35:06 UTC (rev 5374)
+++ complete.html	2010-08-27 21:10:02 UTC (rev 5375)
@@ -38580,8 +38580,7 @@
   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code>, and
   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>.</p>
 
-  <p>Each <code><a href=#the-input-element>input</a></code> element has a boolean <dfn id=concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</dfn>. When
-  it is true, the element is said to have a <dfn id=concept-input-value-dirty title=concept-input-value-dirty><i>dirty value</i></dfn>. The
+  <p>Each <code><a href=#the-input-element>input</a></code> element has a boolean <dfn id=concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</dfn>. The
   <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
@@ -38592,11 +38591,11 @@
   <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>
   element. <span class=impl>When the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute is added,
-  set, or removed, if the control does not have a <i title=concept-input-value-dirty><a href=#concept-input-value-dirty>dirty value</a></i>, the user agent
-  must set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the
-  element to the value of the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute, if there is
-  one, or the empty string otherwise, and then run the current
-  <a href=#value-sanitization-algorithm>value sanitization algorithm</a>, if one is
+  set, or removed, if the control's <a href=#concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</a> is
+  true, the user agent must set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element to the value of
+  the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute,
+  if there is one, or the empty string otherwise, and then run the
+  current <a href=#value-sanitization-algorithm>value sanitization algorithm</a>, if one is
   defined.</span></p>
 
   <div class=impl>

Modified: index
===================================================================
--- index	2010-08-27 20:35:06 UTC (rev 5374)
+++ index	2010-08-27 21:10:02 UTC (rev 5375)
@@ -38505,8 +38505,7 @@
   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code>, and
   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>.</p>
 
-  <p>Each <code><a href=#the-input-element>input</a></code> element has a boolean <dfn id=concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</dfn>. When
-  it is true, the element is said to have a <dfn id=concept-input-value-dirty title=concept-input-value-dirty><i>dirty value</i></dfn>. The
+  <p>Each <code><a href=#the-input-element>input</a></code> element has a boolean <dfn id=concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</dfn>. The
   <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
@@ -38517,11 +38516,11 @@
   <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>
   element. <span class=impl>When the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute is added,
-  set, or removed, if the control does not have a <i title=concept-input-value-dirty><a href=#concept-input-value-dirty>dirty value</a></i>, the user agent
-  must set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the
-  element to the value of the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute, if there is
-  one, or the empty string otherwise, and then run the current
-  <a href=#value-sanitization-algorithm>value sanitization algorithm</a>, if one is
+  set, or removed, if the control's <a href=#concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</a> is
+  true, the user agent must set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element to the value of
+  the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute,
+  if there is one, or the empty string otherwise, and then run the
+  current <a href=#value-sanitization-algorithm>value sanitization algorithm</a>, if one is
   defined.</span></p>
 
   <div class=impl>

Modified: source
===================================================================
--- source	2010-08-27 20:35:06 UTC (rev 5374)
+++ source	2010-08-27 21:10:02 UTC (rev 5375)
@@ -42890,9 +42890,7 @@
   <code title="dom-input-stepUp">stepUp()</code>.</p>
 
   <p>Each <code>input</code> element has a boolean <dfn
-  title="concept-input-value-dirty-flag">dirty value flag</dfn>. When
-  it is true, the element is said to have a <dfn
-  title="concept-input-value-dirty"><i>dirty value</i></dfn>. The
+  title="concept-input-value-dirty-flag">dirty value flag</dfn>. The
   <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
@@ -42905,13 +42903,13 @@
   title="concept-fe-value">value</span> of the <code>input</code>
   element. <span class="impl">When the <code
   title="attr-input-value">value</code> content attribute is added,
-  set, or removed, if the control does not have a <i
-  title="concept-input-value-dirty">dirty value</i>, the user agent
-  must set the <span title="concept-fe-value">value</span> of the
-  element to the value of the <code
-  title="attr-input-value">value</code> content attribute, if there is
-  one, or the empty string otherwise, and then run the current
-  <span>value sanitization algorithm</span>, if one is
+  set, or removed, if the control's <span
+  title="concept-input-value-dirty-flag">dirty value flag</span> is
+  true, the user agent must set the <span
+  title="concept-fe-value">value</span> of the element to the value of
+  the <code title="attr-input-value">value</code> content attribute,
+  if there is one, or the empty string otherwise, and then run the
+  current <span>value sanitization algorithm</span>, if one is
   defined.</span></p>
 
   <div class="impl">




More information about the Commit-Watchers mailing list