Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4952 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 2, 2010
1 parent 17a6c4d commit 52bd1ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -2019,7 +2019,7 @@ <h4 id=syntax-errors><span class=secno>1.10.2 </span>Syntax errors</h4>

<dd>

<p>To allow user agents to be used in constrolled environments
<p>To allow user agents to be used in controlled environments
without having to implement the more bizarre and convoluted error
handling rules, user agents are permitted to fail whenever
encountering a <a href=#parse-error>parse error</a>.</p>
Expand Down Expand Up @@ -2292,7 +2292,7 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
"<code title="">false</code>" is disallowed, because despite the
appearance of meaning that the element is enabled, it in fact
means that the element is <em>disabled</em> (what matters for
implementations it the presence of the attribute, not its
implementations is the presence of the attribute, not its
value).</p>

</dd>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -1917,7 +1917,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<dd>

<p>To allow user agents to be used in constrolled environments
<p>To allow user agents to be used in controlled environments
without having to implement the more bizarre and convoluted error
handling rules, user agents are permitted to fail whenever
encountering a <a href=#parse-error>parse error</a>.</p>
Expand Down Expand Up @@ -2190,7 +2190,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
"<code title="">false</code>" is disallowed, because despite the
appearance of meaning that the element is enabled, it in fact
means that the element is <em>disabled</em> (what matters for
implementations it the presence of the attribute, not its
implementations is the presence of the attribute, not its
value).</p>

</dd>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -848,7 +848,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<dd>

<p>To allow user agents to be used in constrolled environments
<p>To allow user agents to be used in controlled environments
without having to implement the more bizarre and convoluted error
handling rules, user agents are permitted to fail whenever
encountering a <span>parse error</span>.</p>
Expand Down Expand Up @@ -1129,7 +1129,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
"<code title="">false</code>" is disallowed, because despite the
appearance of meaning that the element is enabled, it in fact
means that the element is <em>disabled</em> (what matters for
implementations it the presence of the attribute, not its
implementations is the presence of the attribute, not its
value).</p>

</dd>
Expand Down

0 comments on commit 52bd1ce

Please sign in to comment.