Hallo minna.
<xhtml 1.0 [...]>
...
<td>
<form [...]>
<input type="submit" [...] />
</form>
</td>
...Dieser Absendebutton wird mittels PHP eingfügt. Warum sagt mir der Test, dass <input> hier nicht erlaubt ist?
Weil du vermutlich XHTML 1.0 Strict verwendest, bei welchem <http://de.selfhtml.org/html/referenz/elemente.htm#form@title=im form–Element nur Blockelemente erlaubt> sind. Das heißt, dass das input–Element nicht direkt im form–Element notiert werden darf, sondern noch ein geeignetes Blockelement wie z. B. http://de.selfhtml.org/html/formulare/strukturieren.htm#gruppieren@title=fieldset dazwischen gehört.
Einen schönen Dienstag noch.
Gruß, Mathias
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]