[html5] r7478 - [] (3) Precision Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18649 Aff [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 19 15:32:46 PDT 2012


Author: ianh
Date: 2012-10-19 15:32:45 -0700 (Fri, 19 Oct 2012)
New Revision: 7478

Modified:
   complete.html
   index
   source
Log:
[] (3) Precision
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18649
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-10-19 22:23:04 UTC (rev 7477)
+++ complete.html	2012-10-19 22:32:45 UTC (rev 7478)
@@ -52802,7 +52802,7 @@
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
 };</pre>
    </dd>
-  </dl><!--TOPIC:HTML--><p>The <code><a href=#the-button-element>button</a></code> element <a href=#represents>represents</a> a button.</p>
+  </dl><!--TOPIC:HTML--><p>The <code><a href=#the-button-element>button</a></code> element <a href=#represents>represents</a> a button labeled by its contents.</p>
 
   <p>The element is a <a href=#concept-button title=concept-button>button</a>.</p>
 

Modified: index
===================================================================
--- index	2012-10-19 22:23:04 UTC (rev 7477)
+++ index	2012-10-19 22:32:45 UTC (rev 7478)
@@ -52802,7 +52802,7 @@
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
 };</pre>
    </dd>
-  </dl><!--TOPIC:HTML--><p>The <code><a href=#the-button-element>button</a></code> element <a href=#represents>represents</a> a button.</p>
+  </dl><!--TOPIC:HTML--><p>The <code><a href=#the-button-element>button</a></code> element <a href=#represents>represents</a> a button labeled by its contents.</p>
 
   <p>The element is a <a href=#concept-button title=concept-button>button</a>.</p>
 

Modified: source
===================================================================
--- source	2012-10-19 22:23:04 UTC (rev 7477)
+++ source	2012-10-19 22:32:45 UTC (rev 7478)
@@ -61621,7 +61621,7 @@
    </dd>
   </dl><!--TOPIC:HTML-->
 
-  <p>The <code>button</code> element <span>represents</span> a button.</p>
+  <p>The <code>button</code> element <span>represents</span> a button labeled by its contents.</p>
 
   <p>The element is a <span title="concept-button">button</span>.</p>
 




More information about the Commit-Watchers mailing list