Skip to content

Commit

Permalink
[e] (0) xref typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11501

git-svn-id: http://svn.whatwg.org/webapps@5766 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2011
1 parent 63baa39 commit 0cd97f8
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 @@ -3781,7 +3781,7 @@ <h4 id=boolean-attributes><span class=secno>2.5.2 </span>Boolean attributes</h4>
<div class=example>

<p>Here is an example of a checkbox that is checked and disabled.
The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-input-disabled>disabled</code> attributes are the
The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> attributes are the
boolean attributes.</p>

<pre>&lt;label&gt;&lt;input type=checkbox checked name=cheese disabled&gt; Cheese&lt;/label&gt;</pre>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -3760,7 +3760,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<div class=example>

<p>Here is an example of a checkbox that is checked and disabled.
The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-input-disabled>disabled</code> attributes are the
The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> attributes are the
boolean attributes.</p>

<pre>&lt;label&gt;&lt;input type=checkbox checked name=cheese disabled&gt; Cheese&lt;/label&gt;</pre>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -2784,7 +2784,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<p>Here is an example of a checkbox that is checked and disabled.
The <code title="attr-input-checked">checked</code> and <code
title="attr-input-disabled">disabled</code> attributes are the
title="attr-fe-disabled">disabled</code> attributes are the
boolean attributes.</p>

<pre>&lt;label>&lt;input type=checkbox checked name=cheese disabled> Cheese&lt;/label></pre>
Expand Down

0 comments on commit 0cd97f8

Please sign in to comment.