Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@5337 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 24, 2010
1 parent d3f161b commit 184b6ba
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 @@ -41688,7 +41688,7 @@ <h6 id=the-readonly-attribute><span class=secno>4.10.7.2.3 </span>The <code titl

<p>The <dfn id=attr-input-readonly title=attr-input-readonly><code>readonly</code></dfn>
attribute is a <a href=#boolean-attribute>boolean attribute</a> that controls whether
or not the use can edit the form control. <span class=impl>When
or not the user can edit the form control. <span class=impl>When
specified, the element is <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.</span></p>

<div class=impl>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -41613,7 +41613,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<p>The <dfn id=attr-input-readonly title=attr-input-readonly><code>readonly</code></dfn>
attribute is a <a href=#boolean-attribute>boolean attribute</a> that controls whether
or not the use can edit the form control. <span class=impl>When
or not the user can edit the form control. <span class=impl>When
specified, the element is <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.</span></p>

<div class=impl>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -46434,7 +46434,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<p>The <dfn title="attr-input-readonly"><code>readonly</code></dfn>
attribute is a <span>boolean attribute</span> that controls whether
or not the use can edit the form control. <span class="impl">When
or not the user can edit the form control. <span class="impl">When
specified, the element is <i
title="concept-input-immutable">immutable</i>.</span></p>

Expand Down

0 comments on commit 184b6ba

Please sign in to comment.