- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Jul 2008 10:10:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv8818
Modified Files:
Overview.html Overview.src.html
Log Message:
1.1128 Define order and case-sensitivity of getElementsByClassName()
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -d -r1.336 -r1.337
--- Overview.html 25 Jul 2008 09:48:56 -0000 1.336
+++ Overview.html 25 Jul 2008 10:10:27 -0000 1.337
@@ -36,7 +36,7 @@
of the changes without necessarily needing to read the
specification itself.</p>
<div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
- <b>2008-07-25T18:47:07+09:00</b>.</p></div></div>
+ <b>2008-07-25T19:09:24+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -1046,6 +1046,21 @@
reorganization. In this section, the following changes
were made:</p>
<ul>
+ <li>In the “DOM tree accessors” subsection, text
+ defining the behavior of the
+ <code class="method">getElementsByClassName()</code>
+ method was revised to state the node list the method
+ return returns must contain the matching elements in
+ document order; also, the following statement was
+ added:
+ <blockquote>
+ <p><q>If the document is in quirks mode, then the
+ comparisons for the classes must be done in an
+ ASCII case-insensitive manner, otherwise, the
+ comparisons must be done in a case-sensitive
+ manner.</q></p>
+ </blockquote>
+ </li>
<li>In the “Resource metadata management”
subsection, which deals in part with the
<code class="domattribute">cookie</code>
@@ -3084,8 +3099,14 @@
<p>The following names were added to the list of names in
the Acknowledgements:</p>
<blockquote>
- <p>Daniel Steinberg, Eric Law, Felix Sasaki, Philip
- Jägenstedt, Ryan King</p>
+ <p>
+ David Smith,
+ Daniel Steinberg,
+ Eric Law,
+ Felix Sasaki,
+ Philip Jägenstedt,
+ Ryan King
+ </p>
</blockquote>
</div>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- Overview.src.html 25 Jul 2008 09:48:57 -0000 1.328
+++ Overview.src.html 25 Jul 2008 10:10:27 -0000 1.329
@@ -425,6 +425,21 @@
reorganization. In this section, the following changes
were made:</p>
<ul>
+ <li>In the “DOM tree accessors” subsection, text
+ defining the behavior of the
+ <code class=method>getElementsByClassName()</code>
+ method was revised to state the node list the method
+ return returns must contain the matching elements in
+ document order; also, the following statement was
+ added:
+ <blockquote>
+ <p><q>If the document is in quirks mode, then the
+ comparisons for the classes must be done in an
+ ASCII case-insensitive manner, otherwise, the
+ comparisons must be done in a case-sensitive
+ manner.</q></p>
+ </blockquote>
+ </li>
<li>In the “Resource metadata management”
subsection, which deals in part with the
<code class=domattribute>cookie</code>
@@ -1916,8 +1931,14 @@
<p>The following names were added to the list of names in
the Acknowledgements:</p>
<blockquote>
- <p>Daniel Steinberg, Eric Law, Felix Sasaki, Philip
- Jägenstedt, Ryan King</p>
+ <p>
+ David Smith,
+ Daniel Steinberg,
+ Eric Law,
+ Felix Sasaki,
+ Philip Jägenstedt,
+ Ryan King
+ </p>
</blockquote>
</section>
</section>
Received on Friday, 25 July 2008 10:11:04 UTC