Microsoft begs Web devs not to make WebKit the new IE6


Recommended Posts

Redmond doesn't want Internet Explorer 10's standards compliance to go unnoticed.

Internet Explorer 10 is a fast browser with good standards compliance, and the version of Internet Explorer 10 included with Windows Phone 8 is no exception, as it's almost identical to its desktop sibling. But Internet Explorer 10 has a problem: Web developers don't expect to see it on the mobile Web. The mobile Web is dominated by WebKit-based browsers, and mobile sites tend to be developed exclusively for, and tested exclusively on, WebKit browsers. A similar problem exists for tablets.

Often the development is even narrower; although both Android and iOS sport WebKit-based browsers, iOS is the one that dominates mobile browser usage, and dominates testing as a result.

This situation is all rather familiar; WebKit, especially on iOS, is occupying a similar position to that once held by Internet Explorer 6 on the desktop, where Web content was "best viewed in Internet Explorer 6" and was prone to breaking in Netscape or Firefox.

Keen to avoid being left out, Microsoft is imploring Web developers to adapt their sites. In a recent blog post, the software giant explains a variety of ways in which devs can update their sites to work well in browsers other than WebKit. Key to this was proper handling of incompatible features.

There are several sources of incompatibility. The hardest case is features that are simply proprietary to WebKit; these need to be worked around in some way or other.

Most other cases are a result of the standardization process used for Web specifications. When a CSS or JavaScript specification is under development and still subject to change, browsers implementing it are supposed to add a browser-specific prefix to the pieces of CSS or JavaScript they use. So for example, while still in development, WebKit's implementation of CSS rounded borders should use properties like -webkit-border-radius. Once the standard is stable and a browser is implementing that stable standard, the property should be renamed to simply border-radius.

For some standards, both browsers implement the stable version, without any prefix required. However, developers often fail to update their pages to accommodate this improving standard conformance, leaving their pages using prefixed properties, but not including equivalent unprefixed code. In this case, the solution is typically to remove the prefixes. Sometimes, the spec still isn't stable and the different browsers implement mutually incompatible versions of the spec, each with their own prefixes. In this case, the properties must be translated from one dialect to the other.

There are also some cases where the translation is more complex still, particularly when it comes to handling touch input. Apple pioneered work in this field in Safari, and a specification called Touch Events based on Safari (but created without Apple's involvement) is currently a Candidate Recommendation from the World Wide Web Consortium (W3C), the body that works on producing Web standards. Microsoft has proposed an alternative system called Pointer Events which would handle not just touch but also mouse and pen input in a consistent way. For both technical and legal reasons, W3C has decided that rather than work on Touch Events version 2, all future development in this area will be to Pointer Events.

The problem for developers is that WebKit supports Touch Events; Internet Explorer 10 supports a prefixed version of Pointer Events. Translating between the two should be broadly possible, but there are nuances to this; it's not simply a case of doing a quick search and replace.

For those who remember the Internet Explorer of the late 1990s and early 2000s, Microsoft's stance may seem a little amusing ? the company wasn't so bullish on following standards back when it commanded more than 90 percent of the browser market share. Redmond has been banging the "use standards" drum for some years now, and has been actively participating in standard development and stabilization.

http://arstechnica.c...it-the-new-ie6/

IE needs to die completely.. end of..

and, no, IE8, IE9 and IE10 will be the new IE6. Apple and Google along with Mozilla are following W3C and WHATWG in implementing new features and support for CSS3 and HTML and thus when we build web stuff today it just works across all of these browsers with most of the fancy effects and we are still jumping hoops and having to put up with Microsoft's IE crap.

So ironic but expected that Microsoft can't understand why they are terrible in this regard as well. IE 10 is better than all other IEs but it's STILL IE and it's still Microsoft, so we will continue supporting webkit because it evolves and browsers update themselves to be always current on user's machines while Microsoft still peddles their old proprietary crap..

Hey Microsoft, here's an idea for you.. MAKE IE based on webkit and help build a better webkit base since it's open and help developers develop for one HTML/web engine? Oh you don't want to, or you have to deal with your users who you screwed with terrible IEs? Well the web and internet in general won't wait for you. Nobody cares what you think anymore. You have shown us what web looks like with you and it's not a pretty picture and it's so ironic that we are being warned by MS about competing rendering engine not being "good" for us.

Just die already and stop whining since you are a decade late to the next generation.

  • Like 2

If microsoft really cared about web developers and standards compliance they would release IE10 for vista and backport the necessary technologies for it to run. In april 2014 i'm sure we will see a lot of website drop support for IE6 but unfortunately vista came with IE7 if i remember correctly so they can't really ditch IE7 or IE8 for quite some time.

Good to see Boz supporting the use of proprietary extensions and opposed to standards compliance. I guess it's easier than having to defend Microsoft.

Webkit is the standard. For both desktop and mobile. End of.

And btw, if Microsoft wants what's best for developers it should, as I said, dump their IE engine completely, join Webkit movement and create IE based on webkit and then contribute to the webkit based along with Apple, Google to improve it, so we can have finally one HTML rendering engine standard. Mozilla, btw, should do the same.

They can still make their own JS engine (like Google does with V8 and Apple does with Nitro) if they want to to compete on speed or add unique features to their IE browsers (actual browser features not how it renders content) and we can finally build developer tools and all kinds of design support and fancy effects when we have all major browsers on a single, universal rendering engine.

This would truly move the web forward in ways unseen before. Actually it would give us a terrific web platform that would be similar to Flash (and I mean from the compatibility standpoint) and we could finally build stuff that's creative and pushing the envelope instead of polluting our code with 15 different hacks just to render content properly on IE browsers.

Given that Webkit is an open source rendering engine, The argument about proprietary bits is stupid. Either open the source to Trident, or examine Webkit and build better support for those features into IE. Sounds like Microsoft are pulling an Apple here and blaming someone else for their lazy coding.

IE needs to die completely.. end of..

What a load of rubbish.

IE10 is a superb browser and Firefox, Chrome et al need to take a few lessons from it.

Standard compliance all the way, Opera and Webkit are the new destroyers of the internet. and i say that as a Chrome user.

  • Like 1

I'm all for standards - BUT there come's a point that we need to realise that there can never be a standard that everyone is willing to adopt. It's human instinct to think "I'm better than you".

If Microsoft based IE on webkit, then we might have a chance of MAKING webkit the new "standard". I, personally, think it's our best bet. And from a developer's point of view - what do you prefer coding for? Webkit? or Trident. I know which it is for me - i've never had to put conditional comments into code for various versions of webkit like I have to on a regular basis for IE6/IE7/IE8/IE9 and no doubt, at some point, IE10.

Given that Webkit is an open source rendering engine, The argument about proprietary bits is stupid. Either open the source to Trident, or examine Webkit and build better support for those features into IE. Sounds like Microsoft are pulling an Apple here and blaming someone else for their lazy coding.

"Lazy coding"? This is about websites using proprietary WebKit CSS properties over CSS standard properties, it's in no way Microsoft's fault.

Hell, Mozilla and Opera have the same concerns, Opera now even tries to parse the proprietary WebKit rules (In case the author actually wrote the value according to the standard)

It would also help if the W3C moved a little quicker on finalizing standards. Take border radius CSS for example. The gap between the non standard prefix versions and the standards compliant version was far far to long.

What a load of rubbish.

IE10 is a superb browser and Firefox, Chrome et al need to take a few lessons from it.

Standard compliance all the way, Opera and Webkit are the new destroyers of the internet. and i say that as a Chrome user.

html5.jpg

Sorry to be the spanner in the works but Chrome still has superior HTML5 support

So what's the deal with IE6? What was so special about it? I don't understand.

It's special because it won't go away. It came out in 2001 and people still use it to this day. IE basically owned the market back then and Microsoft just sat back and let it stagnate. They didn't release IE7 until years later and only because they suddenly had competition from Firefox. Their pure laziness and greed stuck the world with a proprietary outdated browser with terrible standards compliance for nearly a decade. IE is only now becoming a good browser again, but its reputation is so badly tarnished that it may be too late to save it.

I remember when people claimed that about IE, and it was just as wrong then too.

Yeah, the only difference is that Webkit is open while IE was and still is proprietary. It's a night and day difference. Not to mention that browsers who use Webkit (Safari, Chrome) are updated transparently to the user making the very latest version immediately adopted at 90% marketshare.

It's not even beginning to compare to IE6 and never will.

IE10 will continue to linger just like everything microsoft and IE long after IE 11 is out and this fragmentation is the worst thing that has caused the web the biggest damage in progressing forward.

Sorry to be the spanner in the works but Chrome still has superior HTML5 support

That is indeed true but with every developer release the Chrome browser slowly becomes more and more bloated and far from what a browser should be while IE10 appears to be moving in a better direction. Of course these things are always in flux and hopefully all this healthy competition will leave us end consumes (and us developers) with a win win situation.

That is indeed true but with every developer release the Chrome browser slowly becomes more and more bloated and far from what a browser should be while IE10 appears to be moving in a better direction. Of course these things are always in flux and hopefully all this healthy competition will leave us end consumes (and us developers) with a win win situation.

That's an odd assertion because Chrome still burns through benchmarks like Peacekeeper with a score twice as high as that as IE attains, it still starts up faster, and the installation package is still nearly the same size for me (between 2010 and 2012 the download size increased by about 10 MB and that can be pretty much wholly accounted for by the inclusion of Flash and the HTML5 video decoder plugins), the binary and DLL's are pretty much the same size as ever before. The installation file for IE10 however was something like 48 MB, about 12 MB more than the Chrome installer.

It's special because it won't go away. It came out in 2001 and people still use it to this day. IE basically owned the market back then and Microsoft just sat back and let it stagnate. They didn't release IE7 until years later and only because they suddenly had competition from Firefox. Their pure laziness and greed stuck the world with a proprietary outdated browser with terrible standards compliance for nearly a decade. IE is only now becoming a good browser again, but its reputation is so badly tarnished that it may be too late to save it.

No matter how good IE 10 is and it's compliance with W3C it is plagued by the same problem. Microsoft. As long as the browser is proprietary it shouldn't be taken seriously and will continue to do damage to the web.

As noted, Microsoft should join Webkit and be done with it. Then, they can contribute to the webkit base, agree on new features with Apple and Google and everyone supports same things in the future. It would mean they would also make transparent updating to IE so it's never stagnant and have users run a different version but the latest. At that point they wouldn't even have an issue with monopoly because their browser base would be open source and would be on the same playing field with Google and Apple.

In other words they could improve it and make the web truly unified and also make developers' lives much easier.

That is indeed true but with every developer release the Chrome browser slowly becomes more and more bloated and far from what a browser should be while IE10 appears to be moving in a better direction. Of course these things are always in flux and hopefully all this healthy competition will leave us end consumes (and us developers) with a win win situation.
more and more bloated? It still feels good and I don't mind the few MB increase in the installation file.
That's an odd assertion because Chrome still burns through benchmarks like Peacekeeper with a score twice as high as that as IE attains, it still starts up faster, and the installation package is still nearly the same size for me (between 2010 and 2012 the download size increased by about 10 MB and that can be pretty much wholly accounted for by the inclusion of Flash and the HTML5 video decoder plugins), the binary and DLL's are pretty much the same size as ever before. The installation file for IE10 however was something like 48 MB, about 12 MB more than the Chrome installer.

Perhaps meaning bloated in the sense of resource usage. On my particular hardware anyway using the current official releases with a similar set of addons, Chromium typically uses 3-4 times as much memory as Firefox (at least, seen it even higher) and starts up a bit slower. Pretty much the only place where Chromium seems faster is on benchmark sites.. day to day usage, I find Firefox to be overall faster and smoother, I rarely use it but IE overall seems faster (and significantly lighter) as well on the day to day stuff.

Webkit is the standard. For both desktop and mobile. End of.

That's ridiculous. Ignoring the fact that webkit has a tiny share of the desktop market and the mobile market isn't big enough yet to matter, what you're advocating is no different to the situation that existed when IE6 owned the market. The only standards that matter are the ones agreed by W3C and other bodies and it's up to browsers to maintain compatibility.

Given that Webkit is an open source rendering engine, The argument about proprietary bits is stupid. Either open the source to Trident, or examine Webkit and build better support for those features into IE. Sounds like Microsoft are pulling an Apple here and blaming someone else for their lazy coding.

Sounds like you don't know what you're talking about.

  • Like 3

Perhaps meaning bloated in the sense of resource usage. On my particular hardware anyway using the current official releases with a similar set of addons, Chromium typically uses 3-4 times as much memory as Firefox (at least, seen it even higher) and starts up a bit slower. Pretty much the only place where Chromium seems faster is on benchmark sites.. day to day usage, I find Firefox to be overall faster and smoother.

All browsers with tab process isolation consume more memory than those that lack it. I'm happy to sacrifice a bit of memory usage for the knowledge that a tab crash won't completely torpedo every browser window I have open. And unlike Firefox, Chrome hasn't been plagued by memory leaks since it's inception.

That's ridiculous. Ignoring the fact that webkit has a tiny share of the desktop market and the mobile market isn't big enough yet to matter, what you're advocating is no different to the situation that existed when IE6 owned the market. The only standards that matter are the ones agreed by W3C and other bodies and it's up to browsers to maintain compatibility.

Chrome is the world's #1 web browser on the desktop. I'm not sure that qualifies as a "tiny share" ;) Sorry, who doesn't know what they're talking about? :laugh:

http://techland.time...nless-it-didnt/

more and more bloated? It still feels good and I don't mind the few MB increase in the installation file.

Don't get me wrong, i'm a Chrome user and it still p***** on the competition. Maybe it's in my head but it just doesn't seem as smooth as it used to.

any way the whole point of this thread is about the rendering engines and use of non standard methods of rendering content which i am all against.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Screamer is 50% off on Steam, making it £24.99 here in the UK: https://store.steampowered.com/app/2814990/Screamer/ You might remember the series from the mid 90s / early 2000s, this new game is also by Milestone who created the older games.
    • U.S. partially reverses Anthropic AI ban for Mythos but keeps Fable 5 off the market by Karthik Mudaliar Anthropic says that the U.S. government has finally allowed it to restore Claude Mythos 5. But of course, there's a catch. The rollout is again for a limited set of U.S. organizations that operate and defend critical infrastructure. The company announced this in a post on X (formerly Twitter). This does not mean that Anthropic's latest frontier models are back to normal availability. Fable 5, which was a tuned version of Mythos 5 for public release, remains unavailable. Anthropic said that it is still working with the government to expand Mythos 5 access and make Fable 5 available again, but there's no timeline. Reports from Bloomberg and Reuters say that this decision actually came through a letter from the U.S. Commerce Department. According to Reuters, this would allow more than 100 companies and institutions access to Mythos 5. Reuters also reported that Commerce Secretary Howard Lutnick’s letter removes the need for export licenses for approved companies’ non-US citizen employees, as well as Anthropic’s own non-US citizen employees, while restrictions remain for organizations outside the approved list. Anthropic isn't alone with this kind of controlled rollout. OpenAI's newest model family, GPT 5.6, was announced just yesterday, but isn't available for everyone yet. In its announcement, OpenAI also said that access to these models is initially limited to a select group of trusted partners and organizations, with broader access planned later this year. Both of these cases show that frontier AI launches are no longer just ordinary product releases and more like slow and vetted deployments shaped heavily by the U.S. government.
    • Sol, Terra, Luna - aren't those the names of failed crypto coins? 🤣🤣🤣
    • Microsoft Weekly: 5 years of Windows 11, more support for Windows 10, and expensive Xbox by Taras Buria This week's news recap is here, with Microsoft giving Windows 10 one more year of support, Windows 11 getting new taskbar settings in preview updates, Steam Machine prices, higher XBOX prices, and many more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Reviews are in Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. On June 24, 2026, Windows 11 turned five. The controversial operating system was released half a decade ago, and during these years, it received a fair share of criticism (such as poor Windows Search and its web results), which Microsoft is now actively addressing with regular preview updates that deliver missing, long-requested features. With Windows 12 nowhere to be seen on the horizon, it will be interesting to see if Windows 11 can stay on the market for as long as Windows 10 did. Speaking of Windows 10 and staying on the market, this week, Microsoft quietly prolonged the Extended Security Updates program for Windows 10, allowing users to get one more year of security updates if they do not want or cannot upgrade to Windows 11. Finally, Microsoft released this month's non-security update for Windows 11. KB5095093 arrived with a traditionally long list of new features, including point-in-time restore, new Windows Update settings, quieter Windows Widgets, new accessibility features, File Explorer updates and performance improvements, and more. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Build 29617.1000 and build 28120.2374 These builds bring new accessibility features, new Windows Update controls, audio improvements, and more. Dev Channel Build 26300.8758 This build includes redesigned taskbar settings, File Explorer improvements, and more. Beta Channel Build 26220.8754 and build 28020.2366 This small update fixes the OneDrive bug in File Explorer, tweaks system sounds in dark mode, and more. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. If you use AI-powered browsing history search in Microsoft Edge, the company has bad news. A new update on the Microsoft 365 Roadmap revealed that Microsoft is discontinuing the feature. Despite using on-device models for natural search, some users found it creepy, claiming that Microsoft lacks trust in features like this. While the ability to find pages without using 100% precise words may sound cool, customers argued that it was nothing but another feature to bloat the browser with more AI. Good riddance? PowerToys received several updates this week. For one, Microsoft released version 0.100.1 with several improvements and bug fixes for the recently arrived version 0.100. A couple of days later, Microsoft dropped another update, this time fixing memory leaks in Command Palette Dock. In addition, the company is working on a new module that will make it easier to switch between windows within one application using the Alt + ` shortcut. The new module should make it to the stable release somewhere soon. Here are other updates and releases you may find interesting: New Ventoy update adds Windows 11's mandatory update support and more Microsoft updates Visual Studio Code with chat cost tracking and multi-agent chats Microsoft is building an AI datacenter that "uses less water than a fast food restaurant" Microsoft adds new AI study and teaching tools for free to Microsoft 365 Education Researchers claim Microsoft's quantum breakthrough is flawed by basic Python errors Microsoft is bringing a much-needed Recap app to Teams Microsoft's fast coding model, MAI-Code-1-Flash, comes to Copilot Business and Enterprise Here are the latest drivers and firmware updates released this week: AMD Radeon Software 26.6.2 with FSR 4.1 support for RDNA 3 graphics card. However, the driver contained a bug, which prevented installations on Windows 10 PCs. AMD fixed that with a quick hotfix update. Reviews are in Here is the hardware and software we reviewed this week This week, Steven Parker published several reviews. He shared his experience with the Creative Sound Blaster AE-X PCIe, a high-quality sound card with a headphone amp, low-latency communications, great build quality, and DSD256. However, it is on the pricier side of the spectrum, and it lacks EMI shielding. Check out the full review here. The second review is about the TerraMaster F4-425 Pro, an octa-core Intel NAS with a stand-out feature: built-in AI (OpenClaw). We also published a few Hands On reviews, which you can view below: We check out the SKG PS700 Neck Massager SKG Hand Massager with Heat OS500 hands on Hands-on with BOOX Tappy: cute little reading accessory Hands on with the ProtoArc EM25 affordable ergonomic mouse On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. If you plan to purchase a new Xbox, it's time to act now. This week, Microsoft announced yet another Xbox price increase. Starting August 1, 2026, all Xbox Series X|S models with 512 GB of storage will cost $100 more. As for the 1TB models, they are going up in price by a whopping $150. Finally, Microsoft is discontinuing the 2TB Xbox Series X. To make up for that, Microsoft announced a few programs to make its consoles more accessible. Those include BNPL, interest-free financing, pre-owned consoles, certified refurbished consoles, and more. Valve also shared some not-so-welcome news. The company has finally announced prices of the upcoming Steam Machine console, and if you plan to buy one, get ready to spend a whopping $1,049 on the 512GB configuration. The Steam Machine is now available for preorder, with shipments scheduled for June 29, 2026. Grand Theft Auto VI also received its official price tag. Rockstar Games announced that the long-anticipated game will launch at $79.99 for the base edition and $99.99 for the ultimate edition. The latter includes an exclusive collection of premium vehicles, weapons, apparel, and action threaded across all aspects of Jason and Lucia’s story." Those who preorder the game will get extra bonuses, including a Vintage Vice City Pack of cosmetic items as well as a free month of GTA+. NVIDIA announced new games for its GeForce NOW streaming service. Those include Dark Scrolls, SAND: Raiders of Sophie, Deer & Boy, EMPULSE, and more. Steam is running its annual Summer Sale, during which you can purchase plenty of various games with big discounts. It runs until July 9, so in case you missed it, you can still get some games at a lower price. Also, you can get two games for free in the Epic Games Store, plus more deals are available in this week's Weekend PC Game Deals issue. This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering for a free member account or subscribing for extra member benefits, along with an ad-free tier option.
    • Text extractor hasn't been working great on 0.99.1 but I am now updating to this version, hopefully it's better!
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      502
    2. 2
      +Edouard
      226
    3. 3
      PsYcHoKiLLa
      156
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!