[html5] r1693 - /

whatwg at whatwg.org whatwg at whatwg.org
Sat May 24 02:25:03 PDT 2008


Author: ianh
Date: 2008-05-24 02:25:02 -0700 (Sat, 24 May 2008)
New Revision: 1693

Modified:
   index
   source
Log:
[ct] (0) Handle end-of-file tokens in foreign content. (credit: avk)

Modified: index
===================================================================
--- index	2008-05-24 09:12:48 UTC (rev 1692)
+++ index	2008-05-24 09:25:02 UTC (rev 1693)
@@ -47789,6 +47789,8 @@
    <!-- this list was determined empirically by studying over
    6,000,000,000 pages that were specifically not XML pages -->
 
+   <dt>An end-of-file token
+
    <dd>
     <p><a href="#parse1">Parse error</a>.</p>
 

Modified: source
===================================================================
--- source	2008-05-24 09:12:48 UTC (rev 1692)
+++ source	2008-05-24 09:25:02 UTC (rev 1693)
@@ -45048,6 +45048,7 @@
    "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 -->
+   <dt>An end-of-file token</dt>
    <dd>
 
     <p><span>Parse error</span>.</p>




More information about the Commit-Watchers mailing list