These are the important new HTML5 elements:
You can also download the diagram as OmniGraffle file.
These are the important new HTML5 elements:
You can also download the diagram as OmniGraffle file.
Tags
article, aside, elements, footer, header, html5, nav, section
Information about Data protection
Almost perfect diagram … thanks for sharing :)
It’s almost perfect because I think the HTML is misconceived in the diagram.
I pass this text W3C:
“The section element represents a generic section of a document or application. A section, in this context, is a thematic grouping of content, typically with a heading.
Examples of sections would be chapters, the various tabbed pages in a tabbed dialog box, or the numbered sections of a thesis. A Web site’s home page could be split into sections for an introduction, news items, and contact information.
Authors are encouraged to use the article element instead of the section element when it would make sense to syndicate the contents of the element.
The section element is not a generic container element. When an element is needed only for styling purposes or as a convenience for scripting, authors are encouraged to use the div element instead. A general rule is that the section element is appropriate only if the element’s contents would be listed explicitly in the document’s outline”.
http://www.w3.org/TR/html5/the-section-element.html#the-section-element
Hi Christian,
thanks for your comment and the link.
Jens
the diagram is cool, and sections are fine but it is recommended… see copy from w3c below
https://www.w3.org/TR/html5/sections.html#the-section-element (they seem to have changed the location)
Authors are encouraged to use the element instead of the element when the content is complete, or self-contained, composition.
The element is not a generic container element. When an element is needed only for styling purposes or as a convenience for scripting, authors are encouraged to use the element instead. A general rule is that the element is appropriate only if the element’s contents would be listed explicitly in the document’s outline.
below the correctly pasted copy
Authors are encouraged to use the article element instead of the section element when the content is complete, or self-contained, composition.
The section element is not a generic container element. When an element is needed only for styling purposes or as a convenience for scripting, authors are encouraged to use the div element instead. A general rule is that the section element is appropriate only if the element’s contents would be listed explicitly in the document’s outline.
Thanks for sharing this info