Web programming and a different "type" problem

Michael Ströder michael at stroeder.com
Tue Apr 29 02:17:27 EDT 2003


Jon Ribbens wrote:
> e.g. <input type="checkbox" name="foo*">
                                       ^^^
Is the * guaranteed to work?

http://www.w3.org/TR/html401/interact/forms.html#h-17.4

name        CDATA

http://www.w3.org/TR/html401/types.html#type-cdata

------------------------------ snip ------------------------------
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed 
by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), 
colons (":"), and periods (".").
------------------------------ snip ------------------------------

Ciao, Michael.





More information about the Python-list mailing list