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

    • Nothing kills CMF Phone 2 Pro's successor due to rising memory prices by Hamid Ganji Storage and RAM prices have been rising over the past year, leading to a significant increase in the cost of electronics for customers around the world. Many companies are now revising their plans for upcoming devices due to higher component costs and overall production expenses. CMF is the latest company to cancel the successor to one of its best-selling phones due to rising memory prices. CMF is a sub-brand of Nothing and focuses on making budget smartphones for growing markets. The brand launched the CMF Phone 2 Pro last year with some eye-catching specifications and an affordable price. While many customers may have been waiting for a successor this year, one of the company’s executives has announced that CMF will not release a new smartphone this year. And AI is to blame. As Nothing co-founder Akis Evangelidis announced on X, the company has been working on a successor to the CMF Phone 2 Pro, but with current memory prices, it cannot “build a phone that feels like a genuine step forward at a price that makes sense for CMF.” So, no new CMF phone will be launched this year. Meanwhile, Evangelidis said the company still has several new products in the pipeline, including some in entirely new categories. He added that the Nothing brand will also continue launching new products through 2026. Budget smartphones are among the first victims of the surge in RAM and memory prices, as they have become more expensive to build. The sharp increase in memory costs could also reshape the traditional price ranges associated with budget phones. Apple CEO Tim Cook also recently said that price increases for some of the company’s products are unavoidable because RAM and memory have become significantly more expensive this year. Analysts estimate that the base price of the upcoming iPhone 18 Pro could rise to $1,399 due to current market shortages.
    • Nudge me when they bring back hardware audio acceleration so I can get my EAX 5 back. We've evolved graphics to real-time path tracing, but regressed audio some 15 years back in time with this stupid software audio stack.
    • Ocenaudio 3.19.4 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.4 changelog: Adds fallback fonts so every language and symbol displays correctly Improves autosave and session recovery stability Improves region navigation and display Fixes a crash when the level meter is used on displays with a scaling greater than 200% Fixes memory corruption when using the silence selection tools Fixes crashes when closing a file while effects are still being processed Fixes a freeze when applying effects to many files at once (macOS) Fixes crashes related to audio devices on Windows Fixes invalid file names when exporting regions whose label is used as the file name Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Hasleo Disk Clone 5.8.2.1 by Razvan Serea Hasleo Disk Clone is a free and all-in-one disk cloning software for Windows 11/10/8/7/Vista and Windows Server that can help you migrate Windows OS to another disk, clone one disk to another disk or clone one partition to another location quickly and efficiently. Completely Free Windows Migration and Disk/Partition Cloning Software Migrate Windows from one disk to another without reinstalling Windows, apps. Clone one disk to another and makes the data on 2 disks are exactly the same. Clone a partition to another location without losing any data. Easily adjust the size and location of the destination partition. Convert MBR to GPT or convert GPT to MBR by cloning. Creation of Windows PE emergency disk. Extremely fast cloning speed and multi-language support. Supported OS: Windows Vista/Server 2008 or later, fully compatible with GPT and UEFI. Hasleo Disk Clone 5.8.2.1 changelog: Fixed an issue that caused disk enumeration to fail Fixed an issue where WinPE created under Windows ARM64 26H1 did not work properly Download: Hasleo Disk Clone 5.8.2.1 | 32.3 MB (Freeware) Link: Hasleo Disk Clone Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • This got me thinking, would you rather a self driving car prioritise protecting its passengers or everyone else? I'd choose the one that keeps me and my kids safest. At some point, these cars have to make those choices already, don't they? Wonder if we have a way to find out what way they lean.
  • Recent Achievements

    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • One Year In
      Skeet Campbell earned a badge
      One Year In
    • One Month Later
      Sharbel earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      546
    2. 2
      +Edouard
      188
    3. 3
      Michael Scrip
      78
    4. 4
      PsYcHoKiLLa
      74
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!