El mié, 25-02-2004 a las 15:02, JW escribió:

> 
> Line 89, column 11: there is no attribute "name" (explain...). 
>   <form name="service" id="service" method="post" action=
> form_service/dodosmail.p

Yes, in Strict there's no "name" attribute for the <form> element, use
"id" instead. Note that "name" *IS NOT* deprecated for form elements
such as <input>, just for the <form> element itself (this is a common
misunderstanding) 
>              ^
> Line 91, column 88: document type does not allow element "input" here;
> missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", 
> address", "fieldset", "ins", "del" start-tag 
>   ...subject,name,email,country,message" />
>                                           ^
>
Enclose the inputs within a block element such as <p> or <div />

Example:
http://www.simplebits.com/bits/simplequiz/#entry579

Is that all? Congrats, then :)


  
-- 
Manuel González Noriega
Simplelógica, construcción web  
    URL: http://simplelogica.net
    EMAIL: [EMAIL PROTECTED]
    TELEFONO: (+34) 985 22 12 65
   
Logicola es el weblog de Simplelógica http://simplelogica.net/logicola/
</p>That's right. We said Frontpage.</p>

*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************

Reply via email to