html5

TwitterFacebook
Get flash to fully experience Pearltrees
outliner

safari

HTML 5

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.
A vocabulary and associated APIs for HTML and XHTML W3C Candidate Recommendation 17 December 2012 3 Semantics, structure, and APIs of HTML documents

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 Pour le reste du site, nous allons ajouter plus de sémantique. Notez que les rôles ARIA sont déjà correctement définis dans le thème par défaut, mais ce n'est probablement pas celui que vous utilisez, donc je vais les répéter. Formulaires Forms 2 a été renommé en HTML5 Forms et continue de définir de nouveaux types de champs ainsi que d'ajouter du comportemental sans JavaScript.

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

Osez HTML5 et CSS3 ! - Alsacréations

Un site perso en fil rouge 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...). 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 <article> , is to use the HTML5 shiv , I’ve quickly put together a mini script that enables all the new elements. Download html5shiv.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). I’ve updated this post to link to Alexander Farkas’s version of the shiv – it’s the very latest and my simple one line script.
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. Consultez également toutes nos autres ressources HTML5 Qu'est-ce que c'est HTML 5 ?

HTML5 se dévoile - Alsacréations

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

Hope you all have heard that behind-the-scene progress of the new version of HTML, is cruising through. There are some good news for those preachers of web standards who give importance to the semantically correct web. 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. http://viralpatel.net/blogs/html-5-the-new-html-kid-on-the-block/