[html5] r1676 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu May 22 19:33:59 PDT 2008


Author: ianh
Date: 2008-05-22 19:33:58 -0700 (Thu, 22 May 2008)
New Revision: 1676

Modified:
   index
   source
Log:
[t] (0) Add support for sniffing .ico files

Modified: index
===================================================================
--- index	2008-05-23 00:18:06 UTC (rev 1675)
+++ index	2008-05-23 02:33:58 UTC (rev 1676)
@@ -33462,6 +33462,16 @@
      <td>image/bmp
 
      <td>The string "<code title="">BM</code>", a BMP signature.
+
+    <tr>
+     <td>FF FF FF FF
+
+     <td>00 00 01 00
+
+     <td>image/vnd.microsoft.icon
+
+     <td>A 0 word following by a 1 word, a Windows Icon file format
+      signature.
   </table>
 
   <p>User agents may support further types if desired, by implicitly adding
@@ -33525,6 +33535,16 @@
      <td>image/bmp
 
      <td>The string "<code title="">BM</code>", a BMP signature.
+
+    <tr>
+     <td>00 00 01 00
+
+     <td>image/vnd.microsoft.icon
+
+     <td>A 0 word following by a 1 word, a Windows Icon file format
+      signature.
+      <!-- XXX Mozilla also detects ART (AOL proprietary format) and Windows Cursor files -->
+      
   </table>
 
   <p>User agents must ignore any rows for image types that they do not

Modified: source
===================================================================
--- source	2008-05-23 00:18:06 UTC (rev 1675)
+++ source	2008-05-23 02:33:58 UTC (rev 1676)
@@ -31280,6 +31280,11 @@
      <td>42 4D
      <td>image/bmp
      <td>The string "<code title="">BM</code>", a BMP signature.
+    <tr>
+     <td>FF FF FF FF
+     <td>00 00 01 00
+     <td>image/vnd.microsoft.icon
+     <td>A 0 word following by a 1 word, a Windows Icon file format signature.
   </table>
 
   <p>User agents may support further types if desired, by implicitly
@@ -31327,6 +31332,11 @@
      <td>42 4D
      <td>image/bmp
      <td>The string "<code title="">BM</code>", a BMP signature.
+    <tr>
+     <td>00 00 01 00
+     <td>image/vnd.microsoft.icon
+     <td>A 0 word following by a 1 word, a Windows Icon file format signature.
+    <!-- XXX Mozilla also detects ART (AOL proprietary format) and Windows Cursor files -->
   </table>
 
   <p>User agents must ignore any rows for image types that they do not




More information about the Commit-Watchers mailing list