search
HomeWeb Front-endH5 TutorialHTML5: The biggest leap forward in web standards_html5 tutorial tips


HTML5 is the biggest leap forward in web standards in the past decade. Unlike previous versions, HTML 5 is not just used to represent Web content. Its mission is to bring the Web into a mature application platform, where video, audio, images, animations, and interactions with computers are all be standardized. Although HTML 5 is still a long way off, HTML 5 is changing the web.
HTML 5
The most recent upgrade to HTML was HTML 4.01, released in December 1999. A lot has happened since then. The original browser wars are over, Netscape is gone, and IE5 is the winner and has since evolved into IE6 and IE7. Mozilla Firefox emerged from the ashes of Netscape and jumped into second place. Apple and Google each launched their own browsers, but Xiaojiabiyu's Opera is still buzzing and alive, and its mission is to promote Web standards. We even have a true web experience on phones and consoles, thanks to Opera, iPhone and, soon, Google's Android.
However, all this has only made the Web standards movement more chaotic. HTML 5 and other standards have been shelved. As a result, HTML 5 has always been shown in the form of a draft.
So, some companies joined together and established an organization called the Web Hypertext Application Technology Working Group (WHATWG), and they will pick up HTML 5 again. This organization is independent of the W3C and has members from Mozilla, the KHTML/Webkit project team, Google, Apple, Opera and Microsoft. Although the HTML 5 draft will not be approved in the short term, HTML 5 is finally here to stay.
What will HTML 5 bring? Here are the most exciting parts of the HTML 5 draft: A brand new, more reasonable tag. Multimedia objects will no longer be bound to object or embed tags. Instead, videos will have video tags, and audio will have audio tags. local database. This feature will embed a local SQL database to accelerate interactive search, caching and indexing functions. At the same time, those offline Web programs will also benefit greatly from this. Rich animations that don’t require plugins. The Canvas object will bring the browser the ability to draw vector graphics directly on it, which means that we can display graphics or animations directly in the browser without Flash and Silverlight. Some of the latest browsers, except IE, already support Canvas. A real program in the browser. APIs will be provided to enable in-browser editing, drag-and-drop, and various graphical user interface capabilities. Content modification tags will be removed and CSS will be used instead.
In theory, HTML 5 is the soil for cultivating new web standards, allowing various ideas to be shared among its organizers, but HTML 5 is still in the experimental stage.
Mike Shaver, vice president of technology at Mozilla, said that HTML 5 is a concept with high hopes. It is both the experimental field of the WHATWG organization and the standard path of the W3C.
Shaver believes that Mozilla's interest coincides with the WHATWG experiment. Mozilla is very active in the HTML 5 working group, and we are experimenting with some early details and submitting the mature results to the W3C.
In the past few years, Mozilla has launched multiple forward-looking projects as various new standards emerge, including Prism, a system for running web programs offline, and Weave, a data storage framework.
Shaver said the HTML 5 movement started out of impatience with the W3C, and that much progress in web standards was stalled by the W3C's shift in focus from HTML to XML.
Many new technologies based on XML architecture are designed to replace HTML. Shaver said that this is not the right path, and people should not break it and throw it away like a black blind man breaking a corn handle.
HTML 5’s new experiments are gradually being enhanced in Firefox and Webkit-based Safari and Chrome browsers, but there are still many problems.
Chrome developer Darin Fisher said that Chrome had to face several problems when it was still in its infancy. Although it was using the latest Webkit, the local database function of HTML 5 was not implemented in the early version of Chrome. Because Chrome's sandbox mechanism conflicts with Webkit's database functionality.
Since Chrome is developed secretly, it is inconvenient for Chrome developers to participate in the development of Webkit.
If we want to keep Chrome a secret, we can’t participate in the Webkit community. "We'd love to be able to help Webkit in some way," Fisher said. "We have a lot of experienced developers, and we'd love to know what challenges people are currently experiencing and be happy to help."
With the release of Chrome, Fisher said that his team members would sometimes have dinner with the Webkit people, and some of them became good friends in private. Fisher said they are eager to work with other Webkit development teams to solve the problem of offline databases.
Chrome also contains Google’s open source Gears technology, which is used to implement offline functions similar to HTML 5.
Gears can be seen as a replacement for existing APIs. Fisher said that HTML 5 is a very good thing for new browsers, but the vast majority of users still use old browsers. Gears can make such an API available to older browsers, and we are working on providing compatibility with the HTML 5 version of the API.
Gears compatibility is so good that it's becoming another way to bring HTML 5 to people's desktops.
Currently, most of the work is being carried out by Apple, Mozilla, Opera, Google and Trolltech. What is Microsoft doing? IE is known for its sluggishness towards web standards, let alone HTML 5. But IE8 may change that.
Chris Wilson, chairman of the Microsoft IE Platform and WHAT working group, said in an email that we hope that the work we are starting now can create a test system in the HTML working group. Wilson said the IE development team remains concerned about some of the HTML 5 proposals. I think all members of the working group will acknowledge that we still have a lot to do.
IE8, currently in beta version, already contains many new features of HTML 5. It has a cross-document messaging system, local storage, and some offline events to detect network outages. But there are some features that are not yet on the agenda, such as Canvas.
HTML 5 is very large and is still in the development stage. I think browser manufacturers should reach an agreement as soon as possible, and each browser can choose its own implementation time. Web developers and browser vendors will agree with Wilson that this is definitely an exciting time and we hope to see the Web become the new application platform.
International source of this article: http://www.webmonkey.com/blog/How_HTML_5_Is_Already_Changing_the_Web
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
HTML超文本标记语言--超在那里?(文档分析)HTML超文本标记语言--超在那里?(文档分析)Aug 02, 2022 pm 06:04 PM

本篇文章带大家了解一下HTML(超文本标记语言),介绍一下HTML的本质,HTML文档的结构、HTML文档的基本标签和图像标签、列表、表格标签、媒体元素、表单,希望对大家有所帮助!

web前端笔试题库之HTML篇web前端笔试题库之HTML篇Apr 21, 2022 am 11:56 AM

总结了一些web前端面试(笔试)题分享给大家,本篇文章就先给大家分享HTML部分的笔试题(附答案),大家可以自己做做,看看能答对几个!

PHP函数库设计的原则和标准PHP函数库设计的原则和标准Jun 16, 2023 am 11:37 AM

随着PHP在Web开发中的重要性不断提高,PHP函数库设计也成为了开发中的关键问题之一。好的函数库不仅可以提高开发效率,还能保证代码的质量和可维护性。因此,设计函数库需要遵循一些基本原则和标准。一、可重用性好的函数库应该是可重用的,可以在不同的项目中使用。因此,函数应该是抽象的、通用的,不能和特定的项目或场景捆绑在一起。二、易用性函数库应该易于使用,传递参数

HTML5中画布标签是什么HTML5中画布标签是什么May 18, 2022 pm 04:55 PM

HTML5中画布标签是“<canvas>”。canvas标签用于图形的绘制,它只是一个矩形的图形容器,绘制图形必须通过脚本(通常是JavaScript)来完成;开发者可利用多种js方法来在canvas中绘制路径、盒、圆、字符以及添加图像等。

总结HTML中a标签的使用方法及跳转方式总结HTML中a标签的使用方法及跳转方式Aug 05, 2022 am 09:18 AM

本文给大家总结介绍a标签使用方法和跳转方式,希望对大家有所帮助!

html5废弃了哪个列表标签html5废弃了哪个列表标签Jun 01, 2022 pm 06:32 PM

html5废弃了dir列表标签。dir标签被用来定义目录列表,一般和li标签配合使用,在dir标签对中通过li标签来设置列表项,语法“<dir><li>列表项值</li>...</dir>”。HTML5已经不支持dir,可使用ul标签取代。

html中document是什么html中document是什么Jun 17, 2022 pm 04:18 PM

在html中,document是文档对象的意思,代表浏览器窗口的文档;document对象是window对象的子对象,所以可通过“window.document”属性对其进行访问,每个载入浏览器的HTML文档都会成为Document对象。

html5支持boolean值属性吗html5支持boolean值属性吗Apr 22, 2022 pm 04:56 PM

html5支持boolean值属性;boolean值属性指是属性值为true或者false的属性,如input元素中的disabled属性,不使用该属性表示值为flase,不禁用元素,使用该属性可以不设置属性值表示值为true,禁用元素。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools