Seite 1 von 1

input type="username"

Verfasst: Mi 17. Mai 2006, 20:07
von apicalart
Mal vieder was nettes für die xhtml Freaks unter uns.

Im Login Modul der Version 4.6.x wird in der login.html als input type "username" verwendet.

Dies erzeugt aber die nette Fehlermeldung :

Code: Alles auswählen

value of attribute "type" cannot be "username"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".

<input type="username" name="username" id="username" value="" />


The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed. 

Was kann man oder auch Frau dagegen tun.

Verfasst: Do 18. Mai 2006, 07:30
von emergence
ändere es doch einfach auf

Code: Alles auswählen

type="text"

input type="username"

Verfasst: Do 18. Mai 2006, 08:08
von apicalart
Vielleicht sollte ich nachts schlafen, statt zu arbeiten.

Dank dir Gütiger im Contenido Himmel


Bin manchmal eben ein Rindvieh