Skip to content

Commit

Permalink
[e] (0) clarification (the word 'capitalize' is used to mean other th…
Browse files Browse the repository at this point in the history
…ings too so let's avoid it)

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10281

git-svn-id: http://svn.whatwg.org/webapps@5461 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 10, 2010
1 parent 4025e35 commit 9f5a38e
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 @@ -9792,7 +9792,7 @@ <h5 id=embedding-custom-non-visible-data><span class=secno>3.2.3.8 </span><dfn>E
&lt;/button&gt;
&lt;/div&gt;</pre>

<p>Notice how the hyphenated attribute name becomes capitalized in
<p>Notice how the hyphenated attribute name becomes camel-cased in
the API.</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -9769,7 +9769,7 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
&lt;/button&gt;
&lt;/div&gt;</pre>

<p>Notice how the hyphenated attribute name becomes capitalized in
<p>Notice how the hyphenated attribute name becomes camel-cased in
the API.</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -9957,7 +9957,7 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>
&lt;/button>
&lt;/div></pre>

<p>Notice how the hyphenated attribute name becomes capitalized in
<p>Notice how the hyphenated attribute name becomes camel-cased in
the API.</p>

</div>
Expand Down

0 comments on commit 9f5a38e

Please sign in to comment.