html5

TwitterFacebook
Get flash to fully experience Pearltrees
outliner

safari

HTML 5 - Wikipédia

http://fr.wikipedia.org/wiki/HTML5 Un article de Wikipédia, l'encyclopédie libre. HTML5 ( HyperText Markup Language 5 ) est la prochaine révision majeure d' HTML ( format de données conçu pour représenter les pages web ). Cette version est en développement en 2012. HTML5 spécifie deux syntaxes d'un modèle abstrait défini en termes de DOM : HTML5 et XHTML5 . Le langage comprend également une couche application avec de nombreuses API , ainsi qu'un algorithme afin de pouvoir traiter les documents à la syntaxe non conforme.
Content models Each element defined in this specification has a content model: a description of the element's expected contents. An HTML element must have contents that match the requirements described in the element's content model.

3.2.5 Content models — HTML5

http://www.w3.org/TR/html5/content-models.html#kinds-of-content
http://www.alsacreations.com/tuto/lire/1131-html5-aria-semantique-wordpress.html Dans comments.php : la avec l' id #respond devient une : comme une , la n'a pas de valeur sémantique particulière, sinon qu'elle contient un titre, ce qui est ici le cas avec un comme enfant direct. Ce est d'ailleurs promu au rang de car c'est le titre le plus important de cette dans le formulaire de commentaires, on modifie le type de 2 champs : celui de l'email et du site Web pour les passer très logiquement en type="email" et type="url" .

Sémantique HTML5 et ARIA pour Wordpress - Alsacréations

Osez HTML5 et CSS3 ! - Alsacréations

Pour étayer cet article, nous allons nous servir d'un fil rouge : mon site personnel Goetter.fr dont l'intégration a été réalisée en plusieurs étapes, et destiné à servir de passerelle entre mes différentes activités. Puisqu'il s'agit d'un site sans grande portée médiatique ni contraintes, j'ai pu en profiter pour tester HTML5 et moult règles CSS2 et CSS3 (border-radius, rgba, inline-block, transitions, rotations, @font-face, text-shadow, opacity, :before/:after et autres joyeusetés...). Avant de nous lancer dans le vif du sujet, rappelons certains points essentiels. http://www.alsacreations.com/article/lire/947-osez-creer-site-html5-css3.html

HTML5 enabling script

http://remysharp.com/2009/01/07/html5-enabling-script/ 7 Jan Since HTML5 is getting more attention by way of marking up our new pages, and the only way to get IE to acknowledge the new elements, such as , is to use the HTML5 shiv , I've quickly put together a mini script that enables all the new elements. The html5.js and must be inserted in the head element (this is because IE needs to know about the element before it comes to render them - so it can't sit in the footer of the page, i.e. below the elements in question). It's conditional within the code, so Firefox et al won't run the code - but it doesn't hurt to wrap it in an IE conditional call to reduce the http pulls for other browsers:
Taking advantage of the new capabilities of HTML5 and CSS3 can mean sacrificing control over the experience in older browsers. Modernizr 2 is your starting point for making the best websites and applications that work exactly right no matter what browser or device your visitors use. Thanks to the new Media Query tests and built-in YepNope.js micro-library as Modernizr.load() , you can now combine feature detection with media queries and conditional resource loading. That gives you the power and flexibility to optimize for every circumstance.

Modernizr

http://www.modernizr.com/
http://www.alsacreations.com/article/lire/750-HTML5-nouveautes.html Le brouillon officiel ( working draft ) de HTML 5 a été publié officiellement le 23 avril 2009 et depuis de nombreuses avancées ont été accomplies, les navigateurs supportant toujours plus de fonctionnalités et de nouveautés. La nouvelle génération du langage de balisage HTML remplacera à long terme HTML 4, XHTML 1.x et XHTML 2 qui a été abandonné . Profitons de cette occasion pour faire un tour d'horizon de cette nouvelle version de HTML. Comme son nom l'indique, HTML 5 est le successeur de HTML 4. Le travail sur HTML 5 a commencé fin 2003 grâce à un groupe de travail indépendant qui préconisait une approche pragmatique, le WhatWG, contrairement au W3C qui misait tous ses efforts sur XHTML 2.

HTML5 se dévoile - Alsacréations

HTML 5: The new HTML kid on the block! - viralpatel.net

With the the new version of HTML (HTML 5), still gazing towards the recommendation stage (the specification is not yet complete and it would take few more years), there are some wonderful elements/tags that are going to make HTML coding more sensible and structured business. These tags are specifically implemented for giving more semantically correct containers while coding HTML. Also there are many exciting features that comes with this new kid on the block, like more control over forms (web forms 2.0) and much more. These new additions are really gonna rock, and it really would be fun coding in the new version . Let me list out some interesting tags of this new version, that some browsers already have started implementing support, but not in a complete manner. http://viralpatel.net/blogs/2009/05/html-5-the-new-html-kid-on-the-block.html