Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) typo
git-svn-id: http://svn.whatwg.org/webapps@5347 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 25, 2010
1 parent ebfd455 commit a9f00a2
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 @@ -3649,7 +3649,7 @@ <h4 id=boolean-attributes><span class=secno>2.4.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-readonly><a href=#attr-input-readonly>readonly</a></code> attributes are the
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
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 @@ -3571,7 +3571,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-readonly><a href=#attr-input-readonly>readonly</a></code> attributes are the
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
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 @@ -2602,7 +2602,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-readonly">readonly</code> attributes are the
title="attr-input-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 a9f00a2

Please sign in to comment.