DOCTYPE tag alternatives?
DOCTYPE tag alternatives?
- Subject: DOCTYPE tag alternatives?
- From: Kieran Kelleher <email@hidden>
- Date: Wed, 15 Dec 2004 10:25:17 -0500
What HTML 4 DOC TYPE tags can be used in my WebObjects components safely?
WebObjects HTML template uses this as default:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
Are any of you using one of these for example or an XHTML doc type and does the auto-generated WO HTML comply?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Is there advantages to using one of the newer ones (for example to get better standards rendering of my CSS?
Comments or experiences appreciated....
-Kieran
________________________________________________________________
Dev Config = OS X 10.3.5 / Java 1.4.2_05 / WO 5.2.3 / XCode v1.5 / MySQL 4.0.20 / Connector-J 3.0.11
Deploy Config = OS X 10.3.5 Server / Java 1.4.2_05 / WO 5.2.3 / MySQL 4.0.20 / Connector-J 3.0.11
My Blog: http://webobjects.webhop.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden