hixie: Some foreign elements get case-converted, which would have broken this. (whatwg r5488)

hixie: Some foreign elements get case-converted, which would have broken
this. (whatwg r5488)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4378&r2=1.4379&f=h
http://html5.org/tools/web-apps-tracker?from=5487&to=5488

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4378
retrieving revision 1.4379
diff -u -d -r1.4378 -r1.4379
--- Overview.html 25 Sep 2010 15:46:12 -0000 1.4378
+++ Overview.html 25 Sep 2010 17:50:46 -0000 1.4379
@@ -59895,8 +59895,9 @@
      same tag name as the token, then this is a <a href="#parse-error">parse
      error</a>.</li>
 
-     <li><p><i>Loop</i>: If <var title="">node</var> has the same tag
-     name as the token, pop elements from the <a href="#stack-of-open-elements">stack of open
+     <li><p><i>Loop</i>: If <var title="">node</var>'s tag name,
+     <a href="#converted-to-ascii-lowercase">converted to ASCII lowercase</a>, is the same as as the
+     tag name of the token, pop elements from the <a href="#stack-of-open-elements">stack of open
      elements</a> until <var title="">node</var> has been popped
      from the stack, and then jump to the last step of this list of
      steps.</li>

Received on Saturday, 25 September 2010 17:51:28 UTC