[html5] r983 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 7 17:49:38 PDT 2007
Author: ianh
Date: 2007-08-07 17:49:37 -0700 (Tue, 07 Aug 2007)
New Revision: 983
Modified:
index
source
Log:
[giowt] (2) Sniffing for HTML has to detect <script> tags, as it's common for ads to be served without a Content-Type but starting with <script> alone.
Modified: index
===================================================================
--- index 2007-08-07 03:42:54 UTC (rev 982)
+++ index 2007-08-08 00:49:37 UTC (rev 983)
@@ -22,7 +22,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 7 August 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 8 August 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -25759,6 +25759,16 @@
compatible encodings, case-insensitively.
<tr>
+ <td>FF DF DF DF DF DF DF
+
+ <td>3C 53 43 52 49 50 54 <!-- "<SCRIPT" -->
+
+ <td>text/html
+
+ <td>The string "<code title=""><SCRIPT</code>" in US-ASCII or
+ compatible encodings, case-insensitively.
+
+ <tr>
<td>FF FF FF FF FF
<td>25 50 44 46 2D
Modified: source
===================================================================
--- source 2007-08-07 03:42:54 UTC (rev 982)
+++ source 2007-08-08 00:49:37 UTC (rev 983)
@@ -23198,6 +23198,11 @@
<td>text/html
<td>The string "<code title=""><HTML</code>" in US-ASCII or compatible encodings, case-insensitively.
<tr>
+ <td>FF DF DF DF DF DF DF
+ <td>3C 53 43 52 49 50 54 <!-- "<SCRIPT" -->
+ <td>text/html
+ <td>The string "<code title=""><SCRIPT</code>" in US-ASCII or compatible encodings, case-insensitively.
+ <tr>
<td>FF FF FF FF FF
<td>25 50 44 46 2D <!-- "%PDF-" (from http://lxr.mozilla.org/seamonkey/source/netwerk/streamconv/converters/nsUnknownDecoder.cpp#321) -->
<td>application/pdf
More information about the Commit-Watchers
mailing list