- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 02 May 2009 06:05:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6016
Modified Files:
Overview.html
Log Message:
Update text of getElementsByTagName() for clarity. (whatwg r3061)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2219
retrieving revision 1.2220
diff -u -d -r1.2219 -r1.2220
--- Overview.html 2 May 2009 01:18:26 -0000 1.2219
+++ Overview.html 2 May 2009 06:05:17 -0000 1.2220
@@ -8047,8 +8047,8 @@
<dd>
- <p>Names of HTML elements match regardless of case, but elements
- from other namespaces are treated as in XML
+ <p>HTML elements match by lower-casing the argument before
+ comparison, elements from other namespaces are treated as in XML
(case-sensitively).</p>
<div class="impl">
Received on Saturday, 2 May 2009 06:05:30 UTC