Apple Details CSS Bugs in Internet Explorer for Mac
Isbiten writes "An article at Apple Developer Connection discusses all the CSS bugs in Microsoft Internet Explorer, and compares IE to other browsers, including Mozilla." Wow, they sure do.
← Back to Stories (view on slashdot.org)
Glad to see they got some of their data from CodeBitch's Mac Bug List.
Her column is bloody excellent for browser discussion. Always informative and well researched.
I could be wrong, but none of those bugs seemed to address the major problem I have with IE on Mac (apart from it being dog slow...), that weird bug where it doesn't render large slabs of a page at all unless you click on it or resize the window...
unless that's a result of the overflowing/clipping bug...
i don't read slashdot anymore.
I've actually found Mozilla to work on more sites than Chimera does at the moment...
I like the look and idea of Chimera, but I read the Sydney Morning Herald online a fair bit, and it regularly crashes if you go to an article and then go back to the main page. Something to do with their annoying flash ads..
plus I get to use the GoogleBar....
i don't read slashdot anymore.
If so, then the Mac version of MSIE must have much better CSS support than MSIE on Windows.
On Windows MSIE nothing works. Want to use visibillity: collapse? You get crap. Want to collapse borders? No way. Want to use someelement > * all-childs-of-someelement selection? MSIE doesn't bother to understand. Want to use [attiribue=...]? Oh Lord! What's this? And on top of that specifying font-family: sans-serif makes the silly thing to render empty squares in place of Unicode characters (though Unicode Arial is installed)
My pages look exactly as specified in Gecko, fine in Konqueror, acceptably in Opera, ... but MSIE (on Win) renders only crap.
Life is the slowest way to death.
It's called "constructive criticism". No need to take such a "love it or leave it" attitude. You can like something and still find fault with it.
I live ze unknown. I love ze unknown. I am ze unknown.
Apple's article demonstrates a "hack" that allows you to target Mac versus Explorer browsers by escaping the asterisk in a closing comment tag. On Windows this causes the browser to "miss" the closing tag and process the css that follows. Needless to say this is a very bad piece of advice on every level. Do not use the so-called "backslash hack." Either Microsoft will fix this Explorer bug and break your code, or they'll *never* fix it because it's too widely depended-upon (like the Windows Registry, for example). Either way this article's author should know better.
-- thinkyhead software and media