html5/spec Overview.html,1.4378,1.4379

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20843

Modified Files:
	Overview.html 
Log Message:
Some foreign elements get case-converted, which would have broken this. (whatwg r5488)

Index: Overview.html
===================================================================
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:50:51 UTC