boggly
08-06-2002, 09:20 AM
Will older browsers render a page correctly even if it has an XHTML DTD?
Regards,
Boggly
Regards,
Boggly
|
||||
simple queston on DTDboggly 08-06-2002, 09:20 AM Will older browsers render a page correctly even if it has an XHTML DTD? Regards, Boggly MCookie 08-06-2002, 12:28 PM Yes. That's why you have to put a space in front of the slash in tags that don't have a closing tag. <br /> <img /> <input /> jkd 08-06-2002, 05:54 PM XHTML 1.0 was designed to be backwards compatible. Like MCookie said, the only hangup is that NS4 will not render <br/> (which is valid), but will render <br /> (which is also valid). Alex Vincent 08-07-2002, 02:31 AM Internet Explorer has a couple hangups on an XHTML 1.1 document, with the doctype, that is. jkd 08-07-2002, 03:16 AM Originally posted by Alex Vincent Internet Explorer has a couple hangups on an XHTML 1.1 document, with the doctype, that is. MS doesn't claim any support higher than XHTML 1.0 Transitional for IE last time I checked. boggly 08-07-2002, 09:43 AM Okay, thanks all. -boggly |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum