Image of a pink ladybug

CSS Test Pages

IE and the truth about comments - Part 2

In draft form

Now this page is really falling apart in IE 8 because Internet Explorer does not support true XML. IE 8 sees my XML declaration as just another comment so some errant comment between the XML declaration and the doctype now throws IE 8 into quirks mode.


<?xml version="1.0" encoding="utf-8"?>

<!-- oh no an errant comment -->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

No other browser has such a quirks mode and this page look perfectly fine in other browsers but IE 8 is a disgrace. The question could be asked is this what backwards compatibly is all about? Is this what Dean Hachamovitch was suggesting by Microsoft's Interoperability Principles and IE8. Will IE ever support true XML or this page doomed to look the same in any future version of IE?

More to come .... oh yeah you may need this link back to my Internet Explorer Bugs page.

Created: 21 Mar 2008.
Updated: 23 Mar 2008.

Honor Roll

  1. Firefox 3 RC1
  2. Webkit nightly
  3. Safari 3.1 (beta)
  4. iCab 4 (Gecko-Mac)
  5. Sunrise 4 (Webkit-Mac)
  6. Opera 9.5 (beta)
  7. Firefox 2
  8. Gecko 1.7
  9. IE 7/Win
  10. Opera 2.5
  11. IE 5/Mac
  12. IE 8 (beta)
  13. IE 6/Win (and earlier)

Last revised: 29th May 2008

Lastest test: Epsilon


Truth Rising - 4th JUly

Copyright © 2008 Alan Gresley

My dream... A one inter-operable open web!