[html5] r999 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 10 14:48:48 PDT 2007


Author: ianh
Date: 2007-08-10 14:48:46 -0700 (Fri, 10 Aug 2007)
New Revision: 999

Modified:
   index
   source
Log:
[] (0) Add .bmp to the list of image file types.

Modified: index
===================================================================
--- index	2007-08-10 19:55:29 UTC (rev 998)
+++ index	2007-08-10 21:48:46 UTC (rev 999)
@@ -25911,6 +25911,15 @@
      <td>image/jpeg
 
      <td>A JPEG SOI marker followed by the first byte of another marker.
+
+    <tr>
+     <td>FF FF
+
+     <td>42 4D
+
+     <td>image/bmp
+
+     <td>The string "<code title="">BM</code>", a BMP signature.
   </table>
 
   <p>User agents may support further types if desired, by implicitly adding
@@ -25967,6 +25976,13 @@
      <td>image/jpeg
 
      <td>A JPEG SOI marker followed by the first byte of another marker.
+
+    <tr>
+     <td>42 4D
+
+     <td>image/bmp
+
+     <td>The string "<code title="">BM</code>", a BMP signature.
   </table>
 
   <p>User agents must ignore any rows for image types that they do not

Modified: source
===================================================================
--- source	2007-08-10 19:55:29 UTC (rev 998)
+++ source	2007-08-10 21:48:46 UTC (rev 999)
@@ -23317,6 +23317,11 @@
      <td>FF D8 FF <!-- SOI marker followed by the first byte of another marker -->
      <td>image/jpeg
      <td>A JPEG SOI marker followed by the first byte of another marker.
+    <tr>
+     <td>FF FF
+     <td>42 4D
+     <td>image/bmp
+     <td>The string "<code title="">BM</code>", a BMP signature.
   </table>
 
   <p>User agents may support further types if desired, by implicitly
@@ -23360,6 +23365,10 @@
      <td>FF D8 FF <!-- SOI marker followed by the first byte of another marker -->
      <td>image/jpeg
      <td>A JPEG SOI marker followed by the first byte of another marker.
+    <tr>
+     <td>42 4D
+     <td>image/bmp
+     <td>The string "<code title="">BM</code>", a BMP signature.
   </table>
 
   <p>User agents must ignore any rows for image types that they do not




More information about the Commit-Watchers mailing list