Skip to content

Commit

Permalink
[] (3) Precision
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18649
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7478 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2012
1 parent 9a9e4c0 commit 3cf72cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -52802,7 +52802,7 @@ <h4 id=the-button-element><span class=secno>4.10.8 </span>The <dfn><code>button<
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>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -52802,7 +52802,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>
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>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -61621,7 +61621,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>
</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>

Expand Down

0 comments on commit 3cf72cd

Please sign in to comment.