<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DonchoBlog &#124; Web designer - Web integrator</title>
	<atom:link href="http://www.donchofolio.be/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.donchofolio.be/blog</link>
	<description>Venez vous informez !</description>
	<lastBuildDate>Wed, 21 Apr 2010 20:45:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HTML5 &#8211; Quoi de neuf ?!</title>
		<link>http://www.donchofolio.be/blog/html/html5-quoi-de-neuf/</link>
		<comments>http://www.donchofolio.be/blog/html/html5-quoi-de-neuf/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 15:59:14 +0000</pubDate>
		<dc:creator>Grégory</dc:creator>
				<category><![CDATA[Accueil]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Html 5]]></category>
		<category><![CDATA[langage]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[nouveau]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.donchofolio.be/blog/?p=11</guid>
		<description><![CDATA[Pour commencer cette catégorie html intégrée à mon blog, je vais introduire le HTML5 en décortiquant toutes les nouveautés. Attendez vous à de nouvelles balises et attributs. Encore mal supporté par la totalité des navigateurs, mais connaissant l'éternel problème de IE cela risque de prendre du temps...

Aussi à l'affiche, et non des moindres, l'intégration vidéo et sonore.

Trêve de bavardage, passons aux choses sérieuses.
<p style="text-align: center;"><img class="size-full wp-image-89 aligncenter" title="html_3_4_2010" src="http://www.donchofolio.be/blog/wp-content/uploads/2010/04/html_3_4_20102.jpg" alt="Code html" width="390" height="128" /></p>]]></description>
			<content:encoded><![CDATA[<p>Pour commencer cette catégorie html intégrée à mon blog, je vais introduire le HTML5 en décortiquant toutes les nouveautés. Attendez-vous à de nouvelles balises et attributs. Encore mal supporté par la totalité des navigateurs, mais connaissant l&#8217;éternel problème de IE cela risque de prendre du temps&#8230;</p>
<p>Aussi à l&#8217;affiche, et non des moindres, l&#8217;intégration vidéo et sonore.</p>
<p>Trêve de bavardages, passons aux choses sérieuses.</p>
<p style="text-align: center;"><img class="size-full wp-image-89 aligncenter" title="html_3_4_2010" src="http://www.donchofolio.be/blog/wp-content/uploads/2010/04/html_3_4_20102.jpg" alt="Code html" width="390" height="128" /></p>
<h3>Qu&#8217;es ce que le HTML 5 ?</h3>
<p>Le HTML5 c&#8217;est la prochaine révision du html développé par le W3C successeur du HTML 4.01. Elle est à ce stade toujours en DRAFT (Brouillon) et à été mise sur pied par le <a href="http://www.whatwg.org/">WHATWG</a> depuis 2004.</p>
<h3>La nouvelle structure des éléments</h3>
<p>Il semblerait que c&#8217;est la fin des éléments &laquo;&nbsp;inline&nbsp;&raquo; et &laquo;&nbsp;block&nbsp;&raquo; au profit d&#8217;un tout nouveau schéma. Ainsi les différents éléments HTML sont divisés en plusieurs familles qui peuvent néanmoins appartenir à plusieurs d&#8217;entre elles.</p>
<p><img src="http://www.donchofolio.be/images/schema_html5.png" alt="Modèle HTML5" /></p>
<p>Voici un petit schéma agrémenté d&#8217;une légende pour que vous compreniez plus facilement :</p>
<ul class="second_list">
<li>Flow : correspond à tout les éléments qui contiennent du texte.</li>
<li>Phrasing : les éléments qui apparaissent dans le contenu textuel (a, li, em).</li>
<li>Interactive : regroupe l&#8217;ensemble des éléments interactifs avec l&#8217;utilisateur.</li>
<li>Embedded : ce sont les ressources externes liées au document.</li>
<li>Metadata : tout ce qui n&#8217;apparaît pas sur l&#8217;écran (style, script, &#8230;.).</li>
<li>Heading : définit les en-têtes d&#8217;une section.</li>
<li>Sectioning : définit le scope des en-têtes et pieds de page.</li>
</ul>
<p>Ces sections permettent une plus grande souplesse en terme de contenu autorisé pour chaque élément. Ainsi nous pourrons inclure dans un <em>a</em> une liste, un paragraphe,&#8230;<br />
Cela permet aussi au navigateur de mieux comprendre le contenu des pages qu&#8217;il affiche et ainsi d&#8217;en améliorer l&#8217;accessibilité.</p>
<h3>Les balises et doctype</h3>
<h4 class="first">Le doctype</h4>
<p>Enfin un doctype que l&#8217;on peut apprendre par coeur, car celui-ci a été modifié :</p>
<p><code class="code">&lt;!DOCTYPE html&gt;</code></p>
<h4>Mise en page des balises</h4>
<p><img src="http://www.donchofolio.be/images/schema_balises.png" alt="Emplacement de nouvelles balises dans le navigateur" /></p>
<h4>Les balises</h4>
<h5 class="first">Section :</h5>
<p>L&#8217;élément <code class="code">&lt;section&gt;</code> permet de définir les différentes sections d&#8217;un document comme par exemple les chapitres, les en-têtes et pieds-de-pages, ou toute autre section dans un document. Il peut être combiné avec les éléments h1, h2, h3, h4, h5, et h6 pour une meilleure définition de la structure du document.</p>

<div class="wp_codebox"><table><tr id="p111"><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code" id="p11code1"><pre class="html4strict" style="font-family:monospace;"><span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">section</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">h3</span>&gt;</span>Le titre de ma section<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">h3</span>&gt;</span>
     Votre contenu principal
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">section</span>&gt;</span></pre></td></tr></table></div>

<h5>Article :</h5>
<p>L&#8217;élément <code class="code">&lt;article&gt;</code> représente un texte qui peut être par exemple tiré d&#8217;un blog, journal ou encore d&#8217;un forum.</p>

<div class="wp_codebox"><table><tr id="p112"><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code" id="p11code2"><pre class="html4strict" style="font-family:monospace;"><span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">article</span>&gt;</span>          
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;Lien d'un article de blog&quot;</span>&gt;</span>
     Titre de l'article<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;</span>
     Contenu de l'article
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">article</span>&gt;</span></pre></td></tr></table></div>

<h5>Aside :</h5>
<p>L&#8217;élément <code class="code">&lt;aside&gt;</code> peut contenir des sections qui ne sont pas directement en rapport avec l&#8217;article.<br />
Nous y retrouverons des catégories ainsi que des archives, etc&#8230;</p>

<div class="wp_codebox"><table><tr id="p113"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code" id="p11code3"><pre class="html4strict" style="font-family:monospace;"><span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">aside</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">h1</span>&gt;</span>Catégories<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">h1</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">ul</span>&gt;</span>
          <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">li</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/categorie/html/&quot;</span>&gt;</span>Html<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">li</span>&gt;</span>
	  <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">li</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/categorie/css/&quot;</span>&gt;</span>Css<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">li</span>&gt;</span>
	  <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">li</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/categorie/php/&quot;</span>&gt;</span>Php<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">li</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">ul</span>&gt;</span>
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">aside</span>&gt;</span></pre></td></tr></table></div>

<h5>Header :</h5>
<p>L&#8217;élément <code class="code">&lt;header&gt;</code> prend place comme en-tête d&#8217;une page ou d&#8217;une section.</p>

<div class="wp_codebox"><table><tr id="p114"><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code" id="p11code4"><pre class="html4strict" style="font-family:monospace;"><span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">header</span>&gt;</span>
     Bienvenue sur ...
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">h1</span>&gt;</span>Le logo ou un titre significatif<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">h1</span>&gt;</span>
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">header</span>&gt;</span></pre></td></tr></table></div>

<h5>Footer :</h5>
<p>L&#8217;élément <code class="code">&lt;footer&gt;</code> s&#8217;intègre dans la page comme le pied de page ou de section. Il permet d&#8217;identifier l&#8217;auteur, d&#8217;y mettre les mentions légales, ainsi qu&#8217;une navigation.</p>

<div class="wp_codebox"><table><tr id="p115"><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code" id="p11code5"><pre class="html4strict" style="font-family:monospace;"><span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">footer</span>&gt;</span>         
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/accueil.html&quot;</span>&gt;</span>Page d'accueil<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/contact.html&quot;</span>&gt;</span>Page contact<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/faq.html&quot;</span>&gt;</span>Page FAQ<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;</span>
     Copyright © 2010 Clarenne Grégory
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">footer</span>&gt;</span></pre></td></tr></table></div>

<h5>Nav :</h5>
<p>L&#8217;élément <code class="code">&lt;nav&gt;</code> représente un niveau de différents liens de navigations.</p>

<div class="wp_codebox"><table><tr id="p116"><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code" id="p11code6"><pre class="html4strict" style="font-family:monospace;"><span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">nav</span>&gt;</span>        
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/accueil.html&quot;</span>&gt;</span>Page d'accueil<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/contact.html&quot;</span>&gt;</span>Page contact<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">a</span> <span style="color: #fff8ac">href</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/faq.html&quot;</span>&gt;</span>Page FAQ<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">a</span>&gt;</span>
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">nav</span>&gt;</span></pre></td></tr></table></div>

<h5>Figure :</h5>
<p>L&#8217;élément <code class="code">&lt;figure&gt;</code> permet d&#8217;assembler des médias (images, vidéos) avec leurs légendes <code class="code">&lt;legend&gt;</code>.</p>

<div class="wp_codebox"><table><tr id="p117"><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code" id="p11code7"><pre class="html4strict" style="font-family:monospace;"><span style="color: #9ab9ff;">&lt;figure&gt;</span>   
     <span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">img</span> <span style="color: #fff8ac">src</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;/images/ma_voiture.jpg&quot;</span> <span style="color: #fff8ac">alt</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;Une ferrari&quot;</span> <span style="color: #9ab9ff; font-weight: bold;">/</span>&gt;</span>
     Ma super ferrari cabrio
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span>figure&gt;</span></pre></td></tr></table></div>

<h5>Audio et vidéo :</h5>
<p>Les éléments <code class="code">&lt;audio&gt;</code> et <code class="code">&lt;video&gt;</code> sont utilisés pour intégrer les contenus multimédias.</p>

<div class="wp_codebox"><table><tr id="p118"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code" id="p11code8"><pre class="html4strict" style="font-family:monospace;"><span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">video</span> poster<span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;apercu.jpg&quot;</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;source <span style="color: #fff8ac">src</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;video.3gp&quot;</span> <span style="color: #fff8ac">type</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;video/3gp&quot;</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span>source&gt;</span>
     <span style="color: #9ab9ff;">&lt;source <span style="color: #fff8ac">src</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;video.ogv&quot;</span> <span style="color: #fff8ac">type</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;video/ogg;&quot;</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span>source&gt;</span>
     <span style="color: #9ab9ff;">&lt;source <span style="color: #fff8ac">src</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;video.mp4&quot;</span> <span style="color: #fff8ac">type</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;video/mp4&quot;</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span>source&gt;</span>
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">video</span>&gt;</span>
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">audio</span>&gt;</span>
     <span style="color: #9ab9ff;">&lt;source <span style="color: #fff8ac">src</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;audio.oga&quot;</span> <span style="color: #fff8ac">type</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;audio/ogg&quot;</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span>source&gt;</span>
     <span style="color: #9ab9ff;">&lt;source <span style="color: #fff8ac">src</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;audio.mp3&quot;</span> <span style="color: #fff8ac">type</span><span style="color: #fff8ac;">=</span><span style="color: #ef857f;">&quot;audio/mpeg&quot;</span>&gt;&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span>source&gt;</span>
<span style="color: #9ab9ff;">&lt;<span style="color: #9ab9ff; font-weight: bold;">/</span><span style="color: #9ab9ff; font-weight: bold;">audio</span>&gt;</span></pre></td></tr></table></div>

<h5>Canvas :</h5>
<p>L&#8217;élément <code class="code">&lt;canvas&gt;</code> permet de créer des éléments purement graphique par le biais de Javascript. La balise permet de définir un espace réservé aux dessins ou aux applications graphiques. Mozilla propose dès à présent un éditeur qui fonctionne entièrement sur canvas. (<a href="https://bespin.mozilla.com/">Mozilla Bespin</a>)</p>
<h4>Les attributs</h4>
<h5 class="first">Glisser-déposer :</h5>
<p>L&#8217;attribut <span class="attribut">draggable</span> rend un élément déplaçable par le biais du &laquo;&nbsp;drag and drop&nbsp;&raquo; de la souris.</p>
<h5>Contenteditable :</h5>
<p>Cet attribut met en place une zone d&#8217;expression libre. L&#8217;utilisateur peut, s&#8217;il le décide, modifier le contenu ainsi que les balises.</p>
<h4>Les API</h4>
<h5 class="first">Les sites web hors-ligne :</h5>
<p>Cet API permettra d&#8217;utiliser des applications web en offline.</p>
<h5>La Géolocalisation :</h5>
<p>Un API de Géolocalisation donnera la possibilité de donner la position de l&#8217;utilisateur.</p>
<h4>Les éléments et attributs devenus obsolètes</h4>
<ul>
<li>Les balises
<ul class="second_list">
<li><code class="code">&lt;frame&gt;</code>, <code class="code">&lt;frameset&gt;</code>, <code class="code">&lt;noframes&gt;</code> (En cause : l&#8217;inaccessibilité et l&#8217;inutilisabilité)</li>
<li><code class="code">&lt;acronym&gt;</code> (Cède sa place à abbr)</li>
<li><code class="code">&lt;basefont&gt;</code>, <code class="code">&lt;big&gt;</code>, <code class="code">&lt;center&gt;</code>, <code class="code">&lt;font&gt;</code>, <code class="code">&lt;s&gt;</code>, <code class="code">&lt;strike&gt;</code>, <code class="code">&lt;tt&gt;</code>, <code class="code">&lt;u&gt;</code>&#8230;</li>
</ul>
</li>
<li>Les attributs
<ul class="second_list">
<li><span class="attribut">accesskey</span> (dans a, area, button, input, label, legend et textarea)</li>
<li><span class="attribut">longdesc</span> (dans img et iframe)</li>
<li><span class="attribut">name</span> (dans img, form et a)</li>
<li><span class="attribut">name</span> (dans img, form et a)</li>
<li><span class="attribut">summary</span> (dans table)</li>
</ul>
</li>
</ul>
<h4>Les éléments redéfinis</h4>
<ul class="second_list">
<li><code class="code">&lt;a&gt;</code> (pour les ancres)</li>
<li><code class="code">&lt;b&gt;</code>, <code class="code">&lt;i&gt;</code>, <code class="code">&lt;small&gt;</code>, <code class="code">&lt;strong&gt;</code> (section de texte lue ou interprétée différemment du texte &laquo;&nbsp;normal&nbsp;&raquo;)</li>
</ul>
<h3>Conclusion</h3>
<p>Beaucoup de nouvelles choses très prometteuses. La possibilité d&#8217;intégrer des contenus tels que de la vidéo et du son indépendamment de flash sera beaucoup plus pratique. L&#8217;accessibilité sera beaucoup plus présente grâce à la nouvelle sémantique de composition des pages.</p>
<p>Il ne reste plus qu&#8217;à attendre que le HTML5 soit totalement reconnu par les navigateurs, et peut-être déjà l&#8217;expérimenter !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.donchofolio.be/blog/html/html5-quoi-de-neuf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

