Error: An A Start Tag Seen But An Element Of The Same Type Was Already Open
My doctype is html5. I am validating this HTML:
the spec:
Content model: Transparent, but there must be no interactive content descendant.
aaudio(if thecontrolsattribute is present)buttondetailsembediframeimg(if theusemapattribute is present)input(if thetypeattribute is not in the Hidden state)keygenlabelobject(if theusemapattribute is present)selecttextareavideo(if thecontrolsattribute is present)
So your options are:
- Ignore the validator and keep it as it is (you have no right to expect all browsers to behave in the same way in this case)
- Choose a different markup structure altogether
- Replace either the block level or child links with normal elements and
clickevents
Post a Comment for "Error: An A Start Tag Seen But An Element Of The Same Type Was Already Open"