Earlier quoted context omitted.
The thing about IE, one thing anyway, is that it's CSS support, box model, etc, was broken and non standard. So you would need to exploit CSS parser bugs to give IE a separate CSS, use DXImageTransformFilter to make png transparency work, etc. Maybe by WebKit you mean Blink and by Blink you mean V8, because when somebody does a "Show HN: something that doesn't work in Safari or FireFox" it's usually a javascript prob…
Safari has been a huge pain for me as a web dev for its nonstandard parsing/implementation of basic CSS and requiring special cases made for it for things like modal focus/scrolling, nothing to do with Google or privacy whatsoever.
A conspiracy to kill IE6 (2019)
71–80 of 113 posts
Re: A conspiracy to kill IE6 (2019)
#72I'm so very glad they're gone - they were the lemon cars of the computer world of those days.
Re: A conspiracy to kill IE6 (2019)
#73Earlier quoted context omitted.
I don't find it okay to bash IE so harshly. Sure it wasn't the best but no one forced people to use it. And I don't think the conspiracy in this article is something to boast about. It's literally using dishonesty with the higher-ups (no matter how much you might hate them) as a way to make your own job easier. Plus, stuff like this is why we ended up in a Chrome monopoly, to the point that even Edge finally got Chro…
In the early 2000's, IE was really the only viable option. Nobody else provided a fully functional browser. Netscape was rotting. Safari, Firefox, Chrome were not yet released. If you wanted something that worked and didn't crash every 30 minutes, IE was it.
Re: A conspiracy to kill IE6 (2019)
#74I and every single other webdev I've known from the early aughts would immediately offer to buy this person a beer upon hearing this story in person. Those claiming that safari is the new chrome just don't understand how bad IE was at the time.
Safari is the one and only browser I continue to need to write special extra CSS for.
I haven't had to target a specific browser for any CSS in years. I honestly don't know what people are trying to do that would require this now days. Grids, flexbox, animations, transitions no issues and don't even need browser prefixes. The only thing that I can think of that still requires a browser prefix in safari is -webkit-backdrop-filter. Maybe I'm just not doing super out there stuff I guess.
Re: A conspiracy to kill IE6 (2019)
#75Earlier quoted context omitted.
I came to hate IE with every fiber of my being, but let's call a spade a spade here: IE basically invented modern CSS. Netscape 3/4 and IE 3/4 had very different views on how web pages should be dynamic and how they should be styled. IE championed CSS and the DOM. Netscape was fixated on bgcolor, font tags, etc. Netscape introduced the tag. IE just made every tag a potential layer. Remember AJAX? Loading content from…
As I recall, IE5 on the Mac actually had very few of these problems and was highly standards compliant.
Mac IE became its own albatross for web development for a while once Safari hit its stride and supplanted it.
Prior to somewhere between 2003 and 2005, "web standards" were aspirational rather than the reality on the ground. There was Internet Explorer for Windows at 85-90% and all the bit players scrambling for a percentage point or two.
For the bit players, the standards were their only bid for survival since no one would tolerate putting extra dev time into an extra 1%. Together, you could make a case for a 10-15% target.
For Microsoft's part, "IE is the standard" had an extremely long tail.
Re: A conspiracy to kill IE6 (2019)
#76Re: A conspiracy to kill IE6 (2019)
#77I and every single other webdev I've known from the early aughts would immediately offer to buy this person a beer upon hearing this story in person. Those claiming that safari is the new chrome just don't understand how bad IE was at the time.
> Those claiming that safari is the new chrome just don't understand how bad IE was at the time. I suffered in the IE6 times, understood how bad it is, but still claim otherwise; when we're saying that Safari is the new IE/the new Chrome, it's with good reason. We've recognized that a piece of history is repeating itself, and it's pretty sad that it gets handwaved away or dismissed, just because people happen to have…
Re: A conspiracy to kill IE6 (2019)
#78https://en.wikipedia.org/wiki/The_Free_Software_Definition#T... >The freedom to run the program as you wish, for any purpose (freedom 0). That's pretty wild that a direct competitor targeted a browser based on a few random engineers's personal views. In 2024, privacy being front and center, I wonder if its even feasible to kill off Google. They are slowly becoming a bully and a menace to society (unless you're one of…
Re: A conspiracy to kill IE6 (2019)
#79Earlier quoted context omitted.
I came to hate IE with every fiber of my being, but let's call a spade a spade here: IE basically invented modern CSS. Netscape 3/4 and IE 3/4 had very different views on how web pages should be dynamic and how they should be styled. IE championed CSS and the DOM. Netscape was fixated on bgcolor, font tags, etc. Netscape introduced the tag. IE just made every tag a potential layer. Remember AJAX? Loading content from…
I remember those days well. IE was really the only usable browser for a long time. Netscape was incredibly unstable, didn't support any modern standards. Mozilla (before Firefox) was too new, also unstable until roughly 2005.