5568 sujets

Sémantique web et HTML

Bonsoir à tous,

j'ai intégré sur mon blog des playlists de youtube et dailymotion mais celles-ci ne sont pas validées par le validateur W3C.

Ci-dessous le code que j'ai ajouté :


<iframe src="http://www.dailymotion.com/widget/jukebox?list[]=%2Fplaylist%2Fx4y00_Vibleog_familiprix-pharmacie" id="dm_jukebox_iframe" style="margin: 0pt; padding: 0pt; overflow: hidden; width: 100%; height: 375px" marginwidth="0" marginheight="0" align="middle" frameborder="0" width="100%"></iframe>



<object height="370" width="530">
<param name="movie" value="http://www.youtube.com/p/1DF61691FCCA3431"></param><embed src="http://www.youtube.com/p/1DF61691FCCA3431" type="application/x-shockwave-flash" height="370" width="530"></embed></object>



J'obtiens les erreurs suivantes :

# Error Line 316, Column 15: there is no attribute "src".

# Error Line 316, Column 118: there is no attribute "id".

# Error Line 316, Column 144: there is no attribute "style".


# Error Line 316, Column 230: there is no attribute "marginwidth".

# Error Line 316, Column 247: there is no attribute "marginheight".

# Error Line 316, Column 257: there is no attribute "align".


# Error Line 316, Column 278: there is no attribute "frameborder".


# Error Line 316, Column 288: there is no attribute "width".

# Error Line 316, Column 294: element "iframe" undefined.


J'ai essayé diverses manipulations mais sans aucun succès.

Savez-vous si cela est possible de valider les 2 playlist en XHTML 1.1 ?

Merci.
Modifié par Vibleog (03 Oct 2007 - 22:48)
Bonjour,

Si ça peu t'aider, pour Youtube, c'est la balise embed le problème.

pour le flash la syntaxe valide est ainsi:

<object type="application/x-shockwave-flash" data="flash.swf" width="100" height="60">

<param name="movie" value="flash.swf" />

Texte alternatif

</object>


pour plus d'info: http://www.blog.chaodisiaque.com/?p=30

Voilà ++ Smiley cligne
Modifié par MySharrascript (03 Oct 2007 - 23:15)
Merci MySharrascript pour l'info, après quelques bidouilles ça passe pour la playlist Youtube.

Pour l'iframe d'après ce que tu dis Florent V. je ne vais jamais pouvoir intégrer la playlist Dailymotion si je continue à respecter le XHTML 1.1.

Merci bien Smiley smile