Boujour
Sur le site http://validator.w3.org en détection automatique aucun probleme. mais quand je force en 1.0 strict il me met un warning ( la page reste valide mais je ne comprend pas ce warning ):
Mon doctype me semble pourtant bon :
DOCTYPE Override in effect!
The detected DOCTYPE Declaration "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-Strict.dtd
">" has been suppressed and the DOCTYPE for "XHTML 1.0 Strict" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.
si je met la doctype qu il me propose ca ne change rien
The detected DOCTYPE Declaration "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD
/xhtml1-strict.dtd">" has been suppressed and the DOCTYPE for "XHTML 1.0 Strict" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD
/xhtml1-strict.dtd">
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD
/xhtml1-strict.dtd"> -->
il met celle que je met en commentaire et rajoute la sienne ( qui est la meme vue que je la prend en copier coller )
si quelqu un a une doctype qui passe ( quand on sélectionne 1.0 strict a la main sans la détection auto )
il y a quand meme quelque chose que je comprend mal la. une enieme erreur de ma part ou une enieme erreur du validateur ?
Merci