[html5] r5931 - [e] (0) consistency Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11971

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 3 16:00:29 PST 2011


Author: ianh
Date: 2011-03-03 16:00:28 -0800 (Thu, 03 Mar 2011)
New Revision: 5931

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

Modified: complete.html
===================================================================
--- complete.html	2011-03-03 23:56:13 UTC (rev 5930)
+++ complete.html	2011-03-04 00:00:28 UTC (rev 5931)
@@ -28537,8 +28537,8 @@
   <a href=#track-language>track language</a>, if any, or the empty string
   otherwise.</p>
 
-  <p>As the <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code>, <code title=attr-track-label><a href=#attr-track-label>label</a></code>, and <code title=attr-track-srclang><a href=#attr-track-srclang>srclang</a></code> attributes are added,
-  removed, or changed, the <a href=#text-track>text track</a> must update
+  <p>As the <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code>, <code title=attr-track-label><a href=#attr-track-label>label</a></code>, and <code title=attr-track-srclang><a href=#attr-track-srclang>srclang</a></code> attributes are set,
+  changed, or removed, the <a href=#text-track>text track</a> must update
   accordingly, as per the definitions above.</p>
 
   <p class=note>Changes to the <a href=#track-url>track URL</a> are handled in
@@ -43205,8 +43205,8 @@
   <ul><li>The element's <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> state is set to
    true (for whatever reason).</li>
 
-   <li>The element's <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
-   attribute is added, removed, or changes value.</li>
+   <li>The element's <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute
+   is set, changed, or removed.</li>
 
    <li>The element's <a href=#form-owner>form owner</a> changes.</li>
 
@@ -47468,9 +47468,9 @@
   parser</a> overrides this requirement when inserting form
   controls.</span></p>
 
-  <p>When a <a href=#form-associated-element>form-associated element</a>'s <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is added, removed, or
-  has its value changed, then the user agent must <a href=#reset-the-form-owner>reset the form
-  owner</a> of that element.</p>
+  <p>When a <a href=#form-associated-element>form-associated element</a>'s <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is set, changed, or
+  removed, then the user agent must <a href=#reset-the-form-owner>reset the form owner</a>
+  of that element.</p>
 
   <p>When a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute and the <a href=#concept-id title=concept-id>ID</a> of any of the
   elements in the <code><a href=#document>Document</a></code> changes, then the user agent

Modified: index
===================================================================
--- index	2011-03-03 23:56:13 UTC (rev 5930)
+++ index	2011-03-04 00:00:28 UTC (rev 5931)
@@ -28520,8 +28520,8 @@
   <a href=#track-language>track language</a>, if any, or the empty string
   otherwise.</p>
 
-  <p>As the <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code>, <code title=attr-track-label><a href=#attr-track-label>label</a></code>, and <code title=attr-track-srclang><a href=#attr-track-srclang>srclang</a></code> attributes are added,
-  removed, or changed, the <a href=#text-track>text track</a> must update
+  <p>As the <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code>, <code title=attr-track-label><a href=#attr-track-label>label</a></code>, and <code title=attr-track-srclang><a href=#attr-track-srclang>srclang</a></code> attributes are set,
+  changed, or removed, the <a href=#text-track>text track</a> must update
   accordingly, as per the definitions above.</p>
 
   <p class=note>Changes to the <a href=#track-url>track URL</a> are handled in
@@ -43188,8 +43188,8 @@
   <ul><li>The element's <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> state is set to
    true (for whatever reason).</li>
 
-   <li>The element's <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
-   attribute is added, removed, or changes value.</li>
+   <li>The element's <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute
+   is set, changed, or removed.</li>
 
    <li>The element's <a href=#form-owner>form owner</a> changes.</li>
 
@@ -47451,9 +47451,9 @@
   parser</a> overrides this requirement when inserting form
   controls.</span></p>
 
-  <p>When a <a href=#form-associated-element>form-associated element</a>'s <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is added, removed, or
-  has its value changed, then the user agent must <a href=#reset-the-form-owner>reset the form
-  owner</a> of that element.</p>
+  <p>When a <a href=#form-associated-element>form-associated element</a>'s <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is set, changed, or
+  removed, then the user agent must <a href=#reset-the-form-owner>reset the form owner</a>
+  of that element.</p>
 
   <p>When a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute and the <a href=#concept-id title=concept-id>ID</a> of any of the
   elements in the <code><a href=#document>Document</a></code> changes, then the user agent

Modified: source
===================================================================
--- source	2011-03-03 23:56:13 UTC (rev 5930)
+++ source	2011-03-04 00:00:28 UTC (rev 5931)
@@ -30998,8 +30998,8 @@
 
   <p>As the <code title="attr-track-kind">kind</code>, <code
   title="attr-track-label">label</code>, and <code
-  title="attr-track-srclang">srclang</code> attributes are added,
-  removed, or changed, the <span>text track</span> must update
+  title="attr-track-srclang">srclang</code> attributes are set,
+  changed, or removed, the <span>text track</span> must update
   accordingly, as per the definitions above.</p>
 
   <p class="note">Changes to the <span>track URL</span> are handled in
@@ -48176,8 +48176,8 @@
    title="concept-fe-checked">checkedness</span> state is set to
    true (for whatever reason).</li>
 
-   <li>The element's <code title="attr-fe-name">name</code>
-   attribute is added, removed, or changes value.</li>
+   <li>The element's <code title="attr-fe-name">name</code> attribute
+   is set, changed, or removed.</li>
 
    <li>The element's <span>form owner</span> changes.</li>
 
@@ -53210,9 +53210,9 @@
   controls.</span></p>
 
   <p>When a <span>form-associated element</span>'s <code
-  title="attr-fae-form">form</code> attribute is added, removed, or
-  has its value changed, then the user agent must <span>reset the form
-  owner</span> of that element.</p>
+  title="attr-fae-form">form</code> attribute is set, changed, or
+  removed, then the user agent must <span>reset the form owner</span>
+  of that element.</p>
 
   <p>When a <span>form-associated element</span> has a <code
   title="attr-fae-form">form</code> attribute and the <span title="concept-id">ID</span> of any of the




More information about the Commit-Watchers mailing list