Posts: 1,036
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Quote:
|
No, it isn't. Firefox is far LESS forgiving to bad coding than IE's loosey-goosey behavior.
|
On the contrary. Although Explorer is definitely less standard of a browser, in my experience Firefox is much more forgiving if you forget to close a tag in XHTML, place depreciated attributes into Strict-mode documents, etc. Firefox will display documents that are completely invalid. Explorer is much less forgiving in many instances. If you don't believe me, make a document in Strict mode of XHTML, that has many unclosed tags, and depreciated attributes everywhere, then preview it in both Firefox and Explorer. Not that I recommend doing this regularly. Plus, as pointed out in the first post, Firefox will even display a <div> that is in the <head> of the document! This is obviously completely invalid for HTML 4.01.
I think it is more correct to say that Firefox will display correctly coded documents correctly, but will do its best to display incorrectly coded documents as if they were correctly coded.
Last edited by wayfarer07 : 03-29-2008 at 03:16 PM.
|