[html5] r5461 - [e] (0) clarification (the word 'capitalize' is used to mean other things too so [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 9 18:01:37 PDT 2010
Author: ianh
Date: 2010-09-09 18:01:36 -0700 (Thu, 09 Sep 2010)
New Revision: 5461
Modified:
complete.html
index
source
Log:
[e] (0) clarification (the word 'capitalize' is used to mean other things too so let's avoid it)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10281
Modified: complete.html
===================================================================
--- complete.html 2010-09-10 00:41:34 UTC (rev 5460)
+++ complete.html 2010-09-10 01:01:36 UTC (rev 5461)
@@ -9792,7 +9792,7 @@
</button>
</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>
Modified: index
===================================================================
--- index 2010-09-10 00:41:34 UTC (rev 5460)
+++ index 2010-09-10 01:01:36 UTC (rev 5461)
@@ -9769,7 +9769,7 @@
</button>
</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>
Modified: source
===================================================================
--- source 2010-09-10 00:41:34 UTC (rev 5460)
+++ source 2010-09-10 01:01:36 UTC (rev 5461)
@@ -9957,7 +9957,7 @@
</button>
</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>
More information about the Commit-Watchers
mailing list