W3C Validate:VI delimiter can be omitted from an attribute
MC Breit
- html
Hi!
der validator von W3C bringt mir andauernt die meldung:
-------------
Line 154, column 29: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
<option selected>::ShortNavigation </option>
--------------------
ich verestehe aber nicht was damit gemeint ist, könnt ihr mir helfen?
Hi,
der validator von W3C bringt mir andauernt die meldung:
Line 154, column 29: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
<option selected>::ShortNavigation </option>
Du verwendest XHTML?
Dann muß es selected="selected" heißen.
Siehe auch http://www.w3.org/TR/xhtml1/#h-4.5
cu,
Andreas
Moin!
Line 154, column 29: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
<option selected>::ShortNavigation </option>
Schreibst du XHTML? Dann mußt du selected="selected" schreiben. In XHTML sind die kurzen Attribute nicht mehr erlaubt.
- Sven Rautenberg