HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/999

SVNBugCommentTime (UTC)
999Add .bmp to the list of image file types.2007-08-10 21:48
Index: source
===================================================================
--- source	(revision 998)
+++ source	(revision 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

|