Go to » Web - QA - Dictionary - Encyclopedia - Images
 Web Opens New Window. Results 0 - 0 of about 0 for HTML5 
Sorry for the inconvenience! Unable to fulfill the request. Try the suggestions below or type a new query above.
 

 Questions 'n' Answers about 'HTML5' Opens New Window.

Q.why are people saying HTML5 will kill flash?Related Search:
Programming & Design
 Can it even do Vector graphics? Should I continue trying to learn ActionScript 3 are the languages similar? Why are the games I see for it so very bad, if this is all that HTML5 can produce then I can't see how it could replace Flash.
A.Flash is probably not going to die, but it is less and less used by any professional website developers, especially for anything commercial or of value. Flash seems to be reserved for gaming sites and games. It was a great idea to start with, but its implementation/integration is wrong. A fad. It is even not supported on many mobile units, nor on several MAC systems. Many doors are closing to Flash. Personally, any site that uses any flash is written off as far as I am concerned. (and if YA continues to have its little ads in Flash, I'm going to leave. Fed up of it!)
  

Q.When is XHTML2 or HTML5 going to be released?Related Search:
Programming & Design
 As a web developer I'm curious to know when I'll be able to start using these technologies? I know the W3C is working on them both, but geeeeezzz... they're taking FOREVER!
A.When it's ready.
  

Q.Do any browsers support HTML5? Has it been standardized yet?Related Search:
Programming & Design
 The other day I was listening to some Apple fan boys arguing about why people shouldn't care that the iPad doesn't support Adobe Flash and their reasoning was "HTML5 can do everything Flash can do..." I had never heard of HTML5 before and was wondering what browsers support it? Is it an official standard yet? If I can avoid shelling out $600 for Flash and use HTML5 instead, that would be great news for me.
A."HTML5 can do everything Flash can do..." And a Chevy can do anything a fish can do. HTML5 and Flash aren't different species, they're different universes. Some browsers may support things that might be included in the HTML5 standard - when it becomes a standard. Right now HTML5 is about as usable as the Moon base - we will have it, but not yet.
  

Q.when its time to switch to html5?Related Search:
Programming & Design
 well i know it no good for a couple of years tell the browsers really accepts it but can we demonstrate that length to do so
A.It's not time to switch yet, but there's nothing wrong with running some experiments. The real issue is browser support. HTML 5 is only supported in the very latest browsers, and not all of them (are you listening, Microsoft?) Even among these browsers, support is inconsistent, as the standard has not been formalized yet. I fear there will be some big problems to come with HTML 5. It doesn't appear there will be a standard format for the audio or video tags, so even when these tags are universally supported, you may have to supply media in multiple formats (which is still better than how we do it now.) The canvas tag is extremely exciting, but it doesn't look like Microsoft plans to include it any time soon. The embedded font trick for CSS 3 (yay) does look to be supported by the latest version of all browsers (even IE!) but MS uses a different font format than everyone else. HTML 5 looks to be the primary battle of the new browser wars. MS seems to be up to its old tricks (How many MS engineers does it take to change a lightbulb? None. Redefine darkness as the new standard) Microsoft does not support HTML5 at all in their current browser (IE8) and they have not committed to any HTML5 support in IE9. Redmond is going their own way, hoping whatever they decide will become the defacto standard and ignoring anything they don't like. Most of the other rendering engines (webkit and gecko) are supporting some form of the HTML 5 standards, and are rapidly converging on the others. All the other major browsers are now supporting at least some HTML5 features. The interesting question is whether MS still has enough gravitas to force the issue their way. If they refuse to support HTML 5, what will give? Will developers just choose not to use HTML5 (ceding the issue to MS) or will MS finally agree to play along with others and adopt these standards? (which they've technically agreed to.) Will users vote by switching to non-MS browsers? (For the first time, Firefox 3.5 is more popular than any single MS browser.) In the latest version of my book, I'm still teaching XHTML 1.0 strict as the current standard. I'm adding HTML5 examples as they fit, just to be ready (and because HTML 5 is cool.) I'm not using HTML5 in any of my sites except the specific examples.
  
 Dictionary Opens New Window.
No definitions found for HTML5.

Perhaps you meant:

HTML
html


 
 Encyclopedia Opens New Window.

HTML5
(HyperText Markup Language)
Filename extension HTML: .html, .htm
XHTML: .xhtml, .xht, .xml
Internet media type HTML: text/html
XHTML: application/xhtml+xml, application/xml
Type code TEXT
Uniform Type Identifier public.html
Developed by W3C HTML WG, WHATWG
Type of format Markup language
Standard(s)

HTML5 is being developed as the next major revision of HTML (HyperText Markup Language), the core markup language of the World Wide Web. The Web Hypertext Application Technology Working Group (WHATWG) started work on the specification in June 2004 under the name Web Applications 1.0.[1] As of February 2010, the specification is in the "Last Call" state at the WHATWG.[2]

HTML5 is the proposed next standard for HTML 4.01, XHTML 1.0 and DOM Level 2 HTML. It aims to reduce the need for proprietary plug-in-based rich internet application (RIA) technologies such as Adobe Flash, Microsoft Silverlight, Apache Pivot, and Sun JavaFX.

The ideas behind HTML5 were pioneered in 2004 by the WHATWG; HTML5 incorporates Web Forms 2.0, another WHATWG specification. The HTML5 specification was adopted as the starting point of the work of the new HTML working group of the W3C in 2007. This working group published the First Public Working Draft of the specification on January 22, 2008.[3] The specification is an ongoing work, and is expected to remain so for many years, although parts of HTML5 are going to be finished and implemented in browsers before the whole specification reaches final Recommendation status.[4]

The HTML5 editors are Ian Hickson of Google, Inc. and David Hyatt of Apple, Inc.[3]

Contents

[edit] Markup

HTML
HTML5.svg

HTML5 introduces a number of new elements and attributes that reflect typical usage on modern Web sites. Some of them are semantic replacements for common uses of generic block (<div>) and inline (<span>) elements, for example <nav> (website navigation block) and <footer>. Other elements provide new functionality through a standardized interface, such as the <audio> and <video>[5] elements.[6]

Some deprecated elements from HTML 4.01 have been dropped, including purely presentational elements such as <font> and <center>, whose effects are achieved using Cascading Style Sheets. There is also a renewed emphasis on the importance of DOM scripting in Web behavior.

The HTML5 syntax is no longer based on SGML despite the similarity of its markup. It has, however, been designed to be backward compatible with common parsing of older versions of HTML. It comes with a new introductory line that looks like an SGML document type declaration, <!DOCTYPE html>, which enables standards-compliant rendering in all browsers that use "DOCTYPE sniffing".

[edit] New APIs

In addition to specifying markup, HTML5 specifies scripting application programming interfaces (APIs).[7] Existing document object model (DOM) interfaces are extended and de facto features documented. There are also new APIs, such as:

Some of the new features are part of HTML5 mainly because there are no volunteers to split HTML5 and maintain separate specifications of these features.[8]

[edit] Differences from HTML 4.01/XHTML 1.X

The following is a cursory list of differences and some specific examples.

  • New parsing rules oriented towards flexible parsing and compatibility; not based on SGML
  • Ability to use inline SVG and MathML in text/html
  • New elements – article, aside, audio, canvas, command, details, datalist, dialog, embed, figure, footer, header, hgroup, keygen, mark, meter, nav, progress, output, rp, rt, ruby, section, source, time, video
  • New types of form controls – dates and times, email, url, search
  • New attributes – ping (on a and area), charset (on meta), async (on script)
  • Global attributes (that can be applied for every element) – id, tabindex, hidden, data-* (custom data attributes)
  • Forms will get support for PUT and DELETE methods too instead of just GET and POST (see Representational State Transfer for use cases)
  • Deprecated elements dropped – center, font, frameset, strike

[edit] Error handling

An HTML5 (text/html) browser will be flexible in handling incorrect syntax. HTML5 is designed so that old browsers can safely ignore new HTML5 constructs. In contrast to HTML 4.01, the HTML5 specification gives detailed rules for lexing and parsing, with the intent that different compliant browsers will produce the same result in the case of incorrect syntax.[9]

[edit] Completion

Ian Hickson, editor of the HTML5 specification, expects the specification to reach the W3C Candidate Recommendation stage during 2012, and W3C Recommendation in the year 2022 or later.[10] However, many parts of the specification are stable and may be implemented in products:

Some sections are already relatively stable and there are implementations that are already quite close to completion, and those features can be used today (e.g. <canvas>).

WHAT Working Group, When will HTML5 be finished?[10], FAQ

According to the W3C timetable, it is estimated that HTML5 will reach W3C Recommendation by late 2010. However, the First Public Working Draft estimate was missed with 8 months, and Last Call and Candidate Recommendation were expected to be reached in 2008,[11] but as of February 2010 HTML5 is still at Working Draft stage in the W3C.[12] HTML5 has been at Last Call in the WHATWG since October 2009.[2]

[edit] See also

[edit] References

[edit] External links



All text is available under the terms of the GNU Free Documentation License. (See Copyrights for details.)
Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Privacy policy - About Wikipedia - Disclaimers - Fundraising
 
 Images Opens New Window.
File Size: 15.3994140625k
Dimensions: 340 x 450 pixels
File Format: gif
File Size: 21.2998046875k
Dimensions: 386 x 580 pixels
File Format: jpeg
File Size: 11.099609375k
Dimensions: 380 x 460 pixels
File Format: jpeg
File Size: 59.5k
Dimensions: 387 x 520 pixels
File Format: png
File Size: 110.7998046875k
Dimensions: 368 x 457 pixels
File Format: jpeg
File Size: 11.5k
Dimensions: 540 x 540 pixels
File Format: gif
File Size: 76.5k
Dimensions: 375 x 500 pixels
File Format: jpeg
File Size: 48.2998046875k
Dimensions: 505 x 690 pixels
File Format: jpeg
File Size: 29.7998046875k
Dimensions: 372 x 497 pixels
File Format: jpeg
File Size: 8.5k
Dimensions: 350 x 500 pixels
File Format: gif
File Size: 69.599609375k
Dimensions: 533 x 845 pixels
File Format: png
File Size: 30.5k
Dimensions: 363 x 500 pixels
File Format: jpeg
 
 MORE IMAGES »  
Go to » Web - QA - Dictionary - Encyclopedia - Images