Bonjour !
Pour info, j'utilise Konqueror 3.2.3... et il aime pas quand on lui met un
[input type="checkbox" name="forward" value="1" checked/]
C'est vrai quoi, la norme c'est
[input type="checkbox" name="forward" value="1" checked="true"/]
http://www.w3.org/TR/2000/REC-xhtml1-20000126/#diffs(...) :
4.5 Attribute Minimization
XML does not support attribute minimization. Attribute-value pairs must be written in full. Attribute names such as compact and checked cannot occur in elements without their value being specified.
CORRECT: unminimized attributes : [dl compact="compact"]
INCORRECT: minimized attributes : [dl compact]
Si vous pouviez corriger, ça serait cool !
# Voila
Posté par Pascal Terjan (site web personnel) . Évalué à 2.
[^] # Re: Voila
Posté par Hardy Damien . Évalué à 2.
<input type="checkbox" name="forward" value="1" checked="checked"/>
("checked" est la seul valeur autorisée dans la DTD)
Dam
[^] # Re: Voila
Posté par Pascal Terjan (site web personnel) . Évalué à 2.
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.