up vote 7 down vote favorite
2
share [g+] share [fb]

In a world where IE didn't exist, what things would be easier, less hacky, less buggy and generally more used.

What could the internet have been if all features were available cross browser?

List one point per post.

This is community wiki, so feel free to amend the question/answers for clarity.

link|improve this question
feedback

8 Answers

up vote 9 down vote accepted

1) :before and :after psuedo elements.

2) 'content' attribute.

3) :hover on any element (not just anchors).

link|improve this answer
feedback

Better adoption of PNG due to support in earlier versions of IE.

link|improve this answer
IE7 also has no PNG support you know.. only IE8 – adam Dec 2 '08 at 11:32
I don't know what IE7 you're using, but mine does... and my IE6 (although not alpha channels) – Greg Dec 2 '08 at 11:48
They fix the alpha channels in IE7 REF: libpng.org/pub/png/pngapbr.html – Dennis Cheung Dec 2 '08 at 12:46
The support for PNG8 is actually pretty good. Now, PNG24, that's another thing. – Tsvetomir Tsonev Mar 8 '09 at 0:55
feedback

"In a world where IE didn't exist, what things would be easier?"

Web Programming
link|improve this answer
feedback

Just easier? Anything involving floats, or box-models

Possible? display:table and :focus would be nice but the real biggie would be min and max dimensions which just worked.

link|improve this answer
I can never understand why min and max was never implemented (properly). – DD59 Dec 2 '08 at 11:56
feedback

Canvas... they've just decided to skip it in ie8 too

link|improve this answer
feedback

Lets starts with javascript EcmaScript: today you have to make one version for Mozilla/Opera/Safari and another version for IE.

Both Opera and Firefox support some CSS3. Guess what: IE don't. What about the CSS2-standard? No, IE still not ready to use that one. I'm not sure about how much of the CSS1-standard IE7 support, but I do know that IE6 didn't support it completely.

Today you can't use xhtml properly: IE doesnt suppert documents beeing served as xhtml..

A solution many webdevelopers does today, is to create a lot of nested <div>-tags to force IE to display the page properly. Most modern browser (not IE6) support css-rules on the 'html' and 'body'-tag, and therefor div-mania can be avoided. (Well; div-mania can be avoided on IE today, so this last point isn't that relevant)

PNG-pictures is also an issue, as Rich Bradshaw pointed out.

link|improve this answer
one point per post :D – DD59 Dec 2 '08 at 11:58
feedback

Standard box model, of course.

And we would get rid of colorful scrollbars, VBScript (I saw page on the Web scripted only with that!), hacks with VML, and so on.

link|improve this answer
To be honest with you I think the IE box model makes more sense. /me puts flamesuit on. But those differences do get annoying. – Min Dec 2 '08 at 12:55
1  
@Min - In practical terms I don't disagree (what I usually mean by "width" is what IE thinks) but the problem is of course the varying from the standard for no reason. One rule to rule them all. – annakata Dec 2 '08 at 14:45
annakata expressed well what I was about to answer... ^_^ – PhiLho Dec 3 '08 at 17:08
I'm glad VBScript never really took off. Phew. – Tsvetomir Tsonev Mar 8 '09 at 13:23
feedback

IE is the bane of my life. Its a pain in the back-side having to work around all the unsupported features and the misinterpretation it does.

IE's like my mother, it doesn't hear what you ACTUALLY said, it hears what it THOUGHT you said.

You end up having to practise some bizzarre reverse psychology on it until it does what you want it to.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.