Bonjour,
Dans une page php, j'ai ce code:
Dans une page js: j'ai ce code:
Quand je veux valider ma page avec W3C validator, j'ai cette réponse:
| Code : |
Séctionner tout -
Visualiser dans une fenêtre à part |
1 2 3 4 5 6 7 8 9
| Line 75, Column 17: Attribute "name" exists, but can not be used for this ement.
<form name="formChoixEditeur" action="...
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this ement. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the ement itself is not supported in the document type you are using, as an undefined ement will have no supported attributes; in this case, see the ement-undefined error message for further information.
How to fix: check the spelling and case of the ement and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> ement to incorporate flash media in a Web page, see the FAQ item on valid flash. |
Y a t'il une solution?
merci
Partager