Zatem używasz Gecko, jesteś “świadomym” webdeveloperem i chcesz zrobić poważną stronę, zgodną ze wszystkimi standardami i wysyłać ją jako application/xhtml+xml. Wspaniale?

Pomyśl jeszcze raz: strona XHTML wysyłana jako application/xhtml+xml będzie wyświetlona dopiero po otrzymaniu i przeparsowaniu całego dokumentu. To bug, albo raczej - misink ficzer.

The document is not loaded and rendered incrementally. That is, the document is displayed only after the entire document has been received and parsed. Contrary to a common misguided assertion, this is not done in response to a requirement set forth in any W3C specification. In particular, the XML specification does not require the entire document to be checked for errors before rendering can start. The lack of incremental loading and display is simply a bug (or a missing feature).

http://www.mozilla.org/docs/web-developer/faq.html#xhtmldiff

Człowiek całe życie się uczy, heh.