Linked by Thom Holwerda on Thu 15th Dec 2011 16:56 UTC
Thread beginning with comment 500311
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[6]: Woah! - updateds already off
by lucas_maximus on Fri 16th Dec 2011 14:13
in reply to "RE[5]: Woah! - updateds already off"
It's the web developer's fault that IE6/7 can't render standards compliant HTML that renders properly in every other browser? Wow.. just... wow.
They can render standard compliant markup absolutely fine in the vast majority of cases. Yes you need a valid DOCTYPE declaration ...
http://www.quirksmode.org/css/quirksmode.html
A lot of times, complaints are made by web developers that would know a inline element from a block element.
IE (including 8) is stricter than other browsers, most web browsers let you get away with all sorts of things that are wrong.
But it doesn't seems to matter what someone says ... people have been told to believe "IE does everything wrong, and Firefox does it right".
RE[7]: Woah! - updateds already off
by jabbotts on Fri 16th Dec 2011 14:46
in reply to "RE[6]: Woah! - updateds already off"
vast majority of cases
Yet there are still enough cases where the web developer has to use dirty hacks and hoops to get a page to display in IE when it displays fine in FF, Chrome and Safari. Granted, in other cases FF has caused grief and dirty hacks. It's not like it doesn't have room for improvement also but it's grief has been far less frequent.
RE[7]: Woah! - updateds already off
by muszek on Fri 16th Dec 2011 14:47
in reply to "RE[6]: Woah! - updateds already off"
They can render standard compliant markup absolutely fine in the vast majority of cases.
No they can't. Sure, if you write a really simple code. But if you want to implement more complex designs, you're almost always running into problems. And almost always it's problems with IE, not any other browser.
Yes you need a valid DOCTYPE declaration ...
... and you're doing it again. First you implied that positioning is the only problem, now we're supposed to think a proper doctype solves everything. We're not saying IE renderns faulty code wrong. We're saying we write a valid code, this piece of crap renders it wrong and we need to spend a lot of our time finding the problem and working around it.





Member since:
2007-09-06
It's the web developer's fault that IE6/7 can't render standards compliant HTML that renders properly in every other browser? Wow.. just... wow.