Go Back   CodingForums.com > :: Client side development > XML

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-06-2002, 09:20 AM   PM User | #1
boggly
New Coder

 
Join Date: Jul 2002
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
boggly is an unknown quantity at this point
simple queston on DTD

Will older browsers render a page correctly even if it has an XHTML DTD?

Regards,
Boggly
boggly is offline   Reply With Quote
Old 08-06-2002, 12:28 PM   PM User | #2
MCookie
Regular Coder

 
Join Date: Jun 2002
Location: NL
Posts: 421
Thanks: 0
Thanked 0 Times in 0 Posts
MCookie is an unknown quantity at this point
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 />
MCookie is offline   Reply With Quote
Old 08-06-2002, 05:54 PM   PM User | #3
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
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).
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 08-07-2002, 02:31 AM   PM User | #4
Alex Vincent
Moderator


 
Join Date: May 2002
Location: Hayward, CA
Posts: 1,427
Thanks: 1
Thanked 19 Times in 17 Posts
Alex Vincent is on a distinguished road
Well...

Internet Explorer has a couple hangups on an XHTML 1.1 document, with the doctype, that is.
__________________
"The first step to confirming there is a bug in someone else's work is confirming there are no bugs in your own."
June 30, 2001
author, Verbosio prototype XML Editor
author, JavaScript Developer's Dictionary
https://alexvincent.us/blog
Alex Vincent is online now   Reply With Quote
Old 08-07-2002, 03:16 AM   PM User | #5
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Re: Well...

Quote:
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.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 08-07-2002, 09:43 AM   PM User | #6
boggly
New Coder

 
Join Date: Jul 2002
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
boggly is an unknown quantity at this point
Okay, thanks all.

-boggly
boggly is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:49 AM.


Advertisement
Log in to turn off these ads.