[html5] r1418 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 8 10:39:37 PDT 2008


Author: ianh
Date: 2008-04-08 10:39:34 -0700 (Tue, 08 Apr 2008)
New Revision: 1418

Modified:
   index
   source
Log:
[] (0) Update the list of HTML elements that cause foreign content mode to bail. Let me know if anything should be added -- just show me an organic (non-test) URI with the element causing the problem.

Modified: index
===================================================================
--- index	2008-04-08 16:54:57 UTC (rev 1417)
+++ index	2008-04-08 17:39:34 UTC (rev 1418)
@@ -45210,8 +45210,15 @@
      <span>insertion mode</span> to the <a href="#secondary1">secondary
      insertion mode</a>.</p>
 
-   <dt>A start tag whose tag name is one of: "font", "p" <span
-    class=big-issue>the HTML element tag names</span>
+   <dt>A start tag whose tag name is one of: <!--"a",--> "b", "big",
+    "blockquote", "body"<!--by inspection-->, "br", "center", "code", "dd",
+    "div", "dl", "em", "embed", "font", "h1", "h2", "h3", "h5",
+    "h6"<!--for completeness-->, "head"<!--by inspection-->, "hr", "i",
+    "img", "li", "menu", "meta", "nobr", "p", "pre", "ruby", "s",
+    <!--"script",--> "small", "span", "strong", <!--"style",--> "sub", "sup",
+    "table"<!--by inspection-->, "tt", "u", "ul", "var"</dt>
+   <!-- this list was determined empirically by studying over
+   6,000,000,000 pages that were specifically not XML pages -->
 
    <dd>
     <p><a href="#parse1">Parse error</a>.</p>

Modified: source
===================================================================
--- source	2008-04-08 16:54:57 UTC (rev 1417)
+++ source	2008-04-08 17:39:34 UTC (rev 1418)
@@ -42122,7 +42122,15 @@
 
    </dd>
 
-   <dt>A start tag whose tag name is one of: "font", "p" <span class="big-issue">the HTML element tag names</span></dt>
+   <dt>A start tag whose tag name is one of: <!--"a",--> "b", "big",
+   "blockquote", "body"<!--by inspection-->, "br", "center", "code",
+   "dd", "div", "dl", "em", "embed", "font", "h1", "h2", "h3", "h5",
+   "h6"<!--for completeness-->, "head"<!--by inspection-->, "hr", "i",
+   "img", "li", "menu", "meta", "nobr", "p", "pre", "ruby", "s",
+   <!--"script",--> "small", "span", "strong", <!--"style",--> "sub",
+   "sup", "table"<!--by inspection-->, "tt", "u", "ul", "var"</dt>
+   <!-- this list was determined empirically by studying over
+   6,000,000,000 pages that were specifically not XML pages -->
    <dd>
 
     <p><span>Parse error</span>.</p>




More information about the Commit-Watchers mailing list