Forum Moderators: open
However, I've decided the smartest thing is to make at least all our company's new work compliant. Then we'll patch up our old stuff as needed.
So, trying to list the types of things that need attention, I came up with this:
HTML
<layer>
<ilayer>
<div src=***>
JAVASCRIPT
document.layers()
document.id
document.classes
document.contextual()
Does anyone have attention on other code that has been commonly used and will soon need repair work?
As I recall, any XHTML 1.0 DOCTYPE triggers standard mode, as will HTML 4.0 Strict. HTML 4.0 Transitional does with NS6, but only if you use a full DOCTYPE with the DTD URL. DOCTYPEs for HTML prior to 4.0 are rendered in Quirks mode. I think IE5/Mac renders 4.0 Transitional in standard mode in all cases, but I'm not sure about that.
You've been extremely helpful. I found this resource [htmlhelp.com] based on your input, as well as a few others.
I think you've put your finger right on the source of some of my struggles. Thanks again.
Passing validations increases the odds not just of working correctly in new browsers as soon as they're released, but also of having your documents correctly interpreted by search engines and other automated tools.
The URL for the HTML spec (with DOCTYPE info and current status on HTML revisions) is at [w3.org...]