Our Top Ten HTML5 Wishes for 2011

Our Top Ten HTML5 Wishes for 2011

http://www.sencha.com/blog/2010/12/30/our-top-ten-html5-wishes-for-2011/

 

December 30, 2010 by Michael Mullany

Our Top Ten HTML5 Wishes for 20112010 has been a fantastic year for HTML5* (* and we mean HTML5 in the broadest sense, including CSS3, the HTML5 satellite specs and all the other technologies that have been bundled under the HTML5 banner). All mobile OS’s are now shipping or about to ship HTML5 browsers with the exception of Windows Mobile. And to everyone’s great surprise, IE9 is shaping up to be a fairly decent HTML5 browser too. But there’s still a lot of work still to do. As the new year approaches, we’re taking a stab at a HTML5 wish list for 2011. Some of these are web standards wishes, and the rest are browser wishes, so we just mixed them all in together and put them in a rough order of priority. So without further ado, here’s what we’d like to see from the W3C, WhatWG and the browser makers this year:

10. Sustained effort to move more -webkit effects into CSS3

Although WebKit has become the modern mobile device standard, we’d still like to rely a little less on -webkit extensions to get our job done. Although many -webkit extensions have made their way onto standards track over the last year there are still notable exceptions that need to get there. WebKit masks and background clipping to text are just a couple of the CSS3 effects we’d really really like to see in W3C working drafts in 2011. They’re incredibly useful effects that we shouldn’t need SVG or Canvas to accomplish.

CSS3

9. CSS3: A Richer Effects Toolbox

Blur effects (including motion blurs and filters) have been on the CSS wishlist since 1998. We can now do shadow blurs within WebKit, Mozilla and Opera, but we should have at least block-level blurs and filters within CSS. If we’re going to be able to fully replace Flash with browser technology, this is one to work on. In addition, more general support of CSS3 3D Animations (cough Android) would be excellent. Firefox and WebKit both have great gradient support but now that we have that basic support, we’re hankering for more. Gradients should be transitionable (according to standards track drafts), but today’s -webkit-gradients are implemented as images which can’t be transitioned. Gradients as border images are also an area for work since today they don’t stay within their border areas. (And we know we can duplicate any of these effects with Canvas, but the answer to every CSS feature request shouldn’t be “do it with Canvas”. Not to mention that Canvas still needs performance work.)

Sencha Touch

8. High Performance position:fixed for mobile

One of the major reasons to use Sencha Touch is that it gives you fixed position UI elements. But in our opinion, you shouldn’t need an application framework just to get this. It’s starting to show up in mobile browsers, but too slowly and too slow :-) This is a no-brainer for implementation in 2011.

7. GPU Acceleration

Even basic animation can over-stress your average mobile CPU, so it’s crucial to offload as much processing as possible to your GPU. Apple has been working on GPU offloading since at least 2006, so there’s a lot of work for the other folks to do to catch up. Look for even more work being done to offload general computation to the GPU in 2011. We’d like to see world-class GPU offloading from all the major browsers and mobile device makers this year.

6. Deeper Device Access

iOS 4.2 gave us accelerometer access from ordinary webpages on Apple devices, so next on the wish list is camera access. This is already in standards process with a solid specification, and we get this on Nokia but only as part of their web widget packaging. Once we have camera access, a whole class of applications that use cameras for everything from text recognition, to bar-code scanning to QR codes to face recognition will be able to go to the mobile web. We were promised this for Android at Google I/O – and we were hoping for it to arrive in 2.3, but now it looks like we’ll have to wait for 3.0 to get it. After camera, near-field communication access would enable some pretty neat applications – but even native apps have restricted access to these today.

RemoteJS debugging for Android mobile phones and touchscreen devices

5. Better debugging tools for mobile browsers

This could be on every year’s list. Desktop browsers are actually now pretty good for debugging, but mobile browsers remain a black box. We did some work this year to make Android debugging a little more manageable, but we’d like to see much better debugging support baked into the mobile browsers at a fundamental level and giving us better views into memory consumption and performance.

4. Web sockets stabilization

Are we there yet with Web Sockets? Is it workable or does it still need better security? Does it have to be rewritten from scratch or just polished around the edges? Web Sockets were there and then they weren’t and then they were back (sort of) in 2010. It’s not the end of the world if Web Sockets get delayed, we’ll just keep on using Comet or other methods, but they would certainly be a large gift to web developers if they arrived across all the major browsers. We’re crossing our fingers for this in 2011.

3. IE9 With Complete CSS3 Support

Internet Explorer 9 made a huge jump into HTML5 this year (particularly with Microsoft’s own Bob Muglia saying that Silverlight would essentially be deprecated in favor of HTML5 for desktop development). Our major quibble with IE9 is that it has resolutely avoided implementing the CSS3 effects that Apple has pioneered within WebKit, including animations and transitions. We’d really like to see these in the final IE9 – please don’t make us wait for IE10!

HTML5 video is awesome.

2. A HTML5 codec armistice

HTML5 video — awesome. But the devil is in the details. Right now developers are looking at generating three encodings: a H.264, an Ogg Theora and a WebM version to support all the codec camps. We know there are royalty, technology and strategic issues here, but seriously, isn’t it time for one high-quality, royalty free codec that everyone can ship and rely on. (And is there really that much strategic headroom left in codec technology? Perhaps so?)

1. A Reboot for WebSQL standardization

WebSQL standardization came to a grinding halt this year after Mozilla took issue with reverse engineering a spec for SQL in the browser from the SQLite implementation that Safari, Chrome and Opera is now shipping. IndexedDB now seems to be receiving the most attention as the next generation in-browser database, with both Microsoft and Mozilla backing IndexedDB as the storage mechanism of choice for large amounts of data. Mozilla says that IndexedDB is what web developers want. However, I doubt they talked to any Enterprise developers when making the decision to champion a non-relational data model as the ONLY standard for the browser. The fact is that Enterprise data-sets have lots of inter-relationships and Enterprise web apps want to work with relational data, not hierarchical b-trees. So, our last wish for HTML5 in 2011 is for a major database player (IBM? Oracle?) to collaborate with Google to develop a spec and a clean-room reimplementation of the SQL-92 subset that SQLite supports; and for WebKit to fork SQLite to provide a stable, standards-driven, open source code-base for relational data in the browser.

And all the rest…

So those are our major wishes for 2011. We had some other wishes (more sensor access, another run at standards-based privacy, noise for backgounds, Android browser improvements, text-on-a-path and more advanced text skewing, a complete implementation of the border-image spec, a concerted effort to kill the term “smartphone”…) but alas, the top 23 wishes isn’t quite as catchy as the “Top 10″. Did we miss anything major? We’d love to hear your feedback in the comments!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
提供的源码资源涵盖了Java应用等多个领域,每个领域都包含了丰富的实例和项目。这些源码都是基于各自平台的最新技术和标准编写,确保了在对应环境下能够无缝运行。同时,源码中配备了详细的注释和文档,帮助用户快速理解代码结构和实现逻辑。 适用人群: 适合毕业设计、课程设计作业。这些源码资源特别适合大学生群体。无论你是计算机相关专业的学生,还是对其他领域编程感兴趣的学生,这些资源都能为你提供宝贵的学习和实践机会。通过学习和运行这些源码,你可以掌握各平台开发的基础知识,提升编程能力和项目实战经验。 使用场景及目标: 在学习阶段,你可以利用这些源码资源进行课程实践、课外项目或毕业设计。通过分析和运行源码,你将深入了解各平台开发的技术细节和最佳实践,逐步培养起自己的项目开发和问题解决能力。此外,在求职或创业过程中,具备跨平台开发能力的大学生将更具竞争力。 其他说明: 为了确保源码资源的可运行性和易用性,特别注意了以下几点:首先,每份源码都提供了详细的运行环境和依赖说明,确保用户能够轻松搭建起开发环境;其次,源码中的注释和文档都非常完善,方便用户快速上手和理解代码;最后,我会定期更新这些源码资源,以适应各平台技术的最新发展和市场需求。 所有源码均经过严格测试,可以直接运行,可以放心下载使用。有任何使用问题欢迎随时与博主沟通,第一时间进行解答!

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值