[html5] r5488 - [giow] (1) Some foreign elements get case-converted, which would have broken thi [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 25 10:50:42 PDT 2010


Author: ianh
Date: 2010-09-25 10:50:40 -0700 (Sat, 25 Sep 2010)
New Revision: 5488

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Some foreign elements get case-converted, which would have broken this.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10490

Modified: complete.html
===================================================================
--- complete.html	2010-09-25 17:40:04 UTC (rev 5487)
+++ complete.html	2010-09-25 17:50:40 UTC (rev 5488)
@@ -82769,8 +82769,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>

Modified: index
===================================================================
--- index	2010-09-25 17:40:04 UTC (rev 5487)
+++ index	2010-09-25 17:50:40 UTC (rev 5488)
@@ -78687,8 +78687,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>

Modified: source
===================================================================
--- source	2010-09-25 17:40:04 UTC (rev 5487)
+++ source	2010-09-25 17:50:40 UTC (rev 5488)
@@ -94452,8 +94452,9 @@
      same tag name as the token, then this is a <span>parse
      error</span>.</p></li>
 
-     <li><p><i>Loop</i>: If <var title="">node</var> has the same tag
-     name as the token, pop elements from the <span>stack of open
+     <li><p><i>Loop</i>: If <var title="">node</var>'s tag name,
+     <span>converted to ASCII lowercase</span>, is the same as as the
+     tag name of the token, pop elements from the <span>stack of open
      elements</span> until <var title="">node</var> has been popped
      from the stack, and then jump to the last step of this list of
      steps.</p></li>




More information about the Commit-Watchers mailing list