vote up 5 vote down star
1

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.

flag

8 Answers

vote up 8 vote down check

1) :before and :after psuedo elements.

2) 'content' attribute.

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

link|flag
vote up 2 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
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
@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 at 13:23
vote up 2 vote down

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|flag
I can never understand why min and max was never implemented (properly). – DrG Dec 2 '08 at 11:56
vote up 1 vote down

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|flag
one point per post :D – DrG Dec 2 '08 at 11:58
vote up 7 vote down

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

link|flag
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 at 0:55
vote up 3 vote down

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

Web Programming
link|flag

Your Answer

Get an OpenID
or

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