Posted by David Dorward on 10/11/65 12:00
dittonamed wrote:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
(a) That triggers quirks mode rendering in some browsers
(b) 4.0 was replaced by 4.01 fairly quickly
(c) We're long past the transitional period, browsers have caught up now
i.e. use HTML 4.01 Strict
> <html>
No lang attribute?
> <?php
> # processing php, ajax requests, POSTS, GETS, etc
> ?>
It seems odd to do this part way through the document. Especially so for
responses to Ajax requests (which usually won't be HTML documents).
--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/
[Back to original message]
|