Interessanter XHTML1.1-Fehler
Published 2006-05-23, 17:55
Gerade beim Validieren einer Seite über folgenden Error gestolpert:
the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified.
Hatte ich bisher auch noch nie. Ist aber durchaus logisch und nachvollziehbar:
<option selected>alle Produkte</option>
„VI delimiter“ is a technical term for the equal sign. This error message means that the name of an attribute and the equal sign cannot be omitted when specifying an attribute. A common cause for this error message is the use of „Attribute Minimization“ in document types where it is not allowed, in XHTML for instance.
How to fix: For attributes such as compact, checked or selected, do not write e.g
Topic(s): Kram
No comments - :(
Zum Artikel Interessanter XHTML1.1-Fehler sind noch keine Kommentare vorhanden. Deine Meinung wäre jedoch willkommen!