Andrea Giammarchi (2013-12-16T19:01:23.000Z)
domenic at domenicdenicola.com (2013-12-24T23:53:16.493Z)
It seems to me that once again early adoption of non complete standards wins in the short term, compromising the long one "forever" ... Although IE11 promised incremental updates too and create an alias on the global scope is not the end of the world, IMO. We are all use to write abominations such `var url = window.webkitURL || windows.mozURL || windows.URL` and similar stuff all over, the reason utilities libraries are often preferred, so while I am very happy that IE team finally has been able to catch up and be even in front of other browsers, I do believe that incomplete specifications or those still under discussion should be adopted with prefixes until finalized in their form in order to promote less mistakes in the long term. And yes IE team, the prefix would lowercase as any other Browser is doing, thanks. Just my 2 cents.