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

    • For a guy who claims to hate Farage and the ignorant, gullible, rightwing racist skinheads sponsored by Putin that his lies represent, you sure are quoting them time and time and time again, mate. Denial isn't just a river in Egypt.
    • Do you live in the U.K? Do any of the people here that are against the UK leaving the E.U, live in the U.K? If not then why are you bothered? If you do live here then it is a different thing . Brexit was a good idea, should have done it years before, it was done badly, but the idea was good. You are saying the same thing as remainers do, oh we did what Putin wanted, we listened to the lies and Farage. I hate Farage and never believed most of what he said, certainly did not believe the £350m a week for the NHS. But we did pay a lot of money to the E.U and yes some of it came back, but what is the point of paying it out for only some of it to come back? Get out of the E.U, no money to them and in theory we can use the money to do things in the country. I said in theory, but our governments are a total and complete waste of space. No matter what colour rosette they wear. You and others say it was a mistake and yet the two main parties in the U.K are not looking at rejoining the EU, I wonder why that is? I was not tricked by anyone. Makes no odds now, we are out and have been for 10 years, what we need is a decent government to run the country. All they do is shout at each other like a load of kids and seems to do nothing and make this country more into a police and nanny state. Getting more like China all the time.
    • 4TB TEAMGROUP MP44Q, 2TB T-Force G50, and 2TB WD My Passport SSDs drop to great prices by Fiza Ali Prime Day may be over, but there are still worthwhile storage deals available, including discounts on SSDs for shoppers who missed the event or are looking to upgrade their storage solution. Particularly, 2TB Western Digital My Passport, 2TB TEAMGROUP T-Force G50, and 4TB TEAMGROUP MP44Q SSD are selling at great prices with up to 23% off. The 2TB TEAMGROUP T-Force G50 is an M.2 2280 PCIe 4.0 x4 NVMe SSD with sequential read speeds of up to 5,000MB/s and sequential write speeds of up to 4,500MB/s. The drive has an endurance rating of 1,300 TBW (terabytes written) and features a DRAM-less design. The company specifies a mean time between failures (MTBF) of 3 million hours. The drive includes an "ultra-thin" graphene heat spreader that helps dissipate heat without significantly increasing the drive's thickness. It also supports S.M.A.R.T. monitoring, allowing compatible software to monitor drive health and operating status. The SSD is rated for operating temperatures from 0°C to 70°C, with a storage temperature range of -40°C to 85°C. The drive is backed by a five-year limited warranty as well. 2TB TEAMGROUP T-Force G50 SSD: $269.99 (Amazon US) The TEAMGROUP MP44Q is an M.2 2280 PCIe 4.0 x4 NVMe SSD that delivers sequential read speeds of up to 7,000MB/s and sequential write speeds of up to 5,900MB/s. It uses 3D QLC NAND flash memory to provide 4TB of storage capacity for games, applications, media files, and other data. The drive has an endurance rating of 2,000 TBW and an MTBF of 1.6 million hours. The SSD features a DRAM-less design and supports TEAMGROUP's S.M.A.R.T. monitoring software, allowing users to monitor drive health, temperature, and remaining lifespan. For thermal management, the MP44Q also includes an "ultra-thin" graphene heat spreader. It is designed to operate at temperatures between 0°C and 70°C and can be stored at temperatures ranging from -40°C to 85°C. The SSD is also backed by a five-year limited warranty. 4TB TEAMGROUP MP44Q SSD: $478.99 (Amazon US) The 2TB WD My Passport SSD connects via a USB-C port using the USB 3.2 Gen 2 interface. It delivers sequential read speeds of up to 1,050MB/s and sequential write speeds of up to 1,000MB/s through NVMe technology. In terms of security features, the drive includes password protection with 256-bit AES hardware encryption. The SSD is also designed to resist shock and vibration and is rated to withstand drops from heights of up to 6.5 feet. The recommended operating temperature range is 5°C to 35°C, while the non-operating temperature range is -20°C to 65°C. This drive is also backed by a five-year limited warranty. 2TB Western Digital My Passport SSD: $279.99 (Amazon US) Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • Yeah... The root of my comment, ostensibly, is how to spin the story via the actual technical merits of the solution! * Decentralized (aka federated) solution with built-in encrypted ephemeral message transport, * Transport via Relays (intermediary servers) with no message archival, * Second configurable pathway are actual email servers (if DNS records are programmed accordingly) via IMAP protocols carriage, * "Chat-over-Email" is the design pattern adopted; it can either leverage full-blown Email Server (must use the INBOX folder) to exchange all received messages/edits/reactions (so be weary of notifications overloads) [best practice is creating a separate email acct used explicitly for federated chat purposes!] or leverage its built-in Relay Server mechanism which actually resides on-device (by default but can be configured otherwise), * By virtue of be a decentralized/federated model, all other intermediary servers who may pass-along messages (while the recipient's final relay/device is inaccessible) cannot snoop on the messages due to the encrypted nature of contents. The intermediaries may, however, analyze the metadata due to the simple fact that routing mechanisms require hints for relay destinations. Unfortunately, whomever is posting about DeltaChat across socials are misleading with "zero metadata" claims -- especially when the Relays (according to their own technical documents) mandate the addition of chat-version metadata and other decorations in order to actually transport any message. -- Based on this summary, I'd prefer if they'd better dual-path message transport (email server add-in, federated relay engine) rather than patch-on email protocols to existing federated social media frameworks. They're frankensteining something rather than extending widely-deployed technology stacks.
    • Decentralized search result anonymization...
  • 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
      493
    2. 2
      +Edouard
      225
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!