Hi.
Folgendes wirft mir der Validator aus:
* Line 61, column 44: Attribute "name" exists, but can not be used for this element.
<form action='/Search' method='get' name='f'>
* Line 62, column 78: Attribute "autocomplete" is not a valid attribute
…xt' name='s' id='search' autocomplete='off' maxlength='2048' value='' />
Das sind zwei essenzielle Dinge die ich wohl kaum umgehen kann also wie würdet Ihr vorgehen?
Mein Doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns='http://www.w3.org/1999/xhtml'>
...
Grüße, Jo