Re: <div> embedded in <button>
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
That's not true at all. <div> may contain any content including both text and elements whether inline or block. The issue is that <button> is an inline element and, as such, can only contain text or other inline elements. Jake At 12:54 PM 4/16/2003 -0700, you wrote: >It's not valid HTML. <div> can only contain block-level content; >use <span> for text. > >Mark > >Jan Schnabel <[email protected]> writes: > > i tried to compile a html file, that contains following sequence: > > > > <button> > > <div>Text</div> > > </button> > > > > Is there any possibility to force XMLC to compile this? >_______________________________________________ >XMLC mailing list >[email protected] >http://www.enhydra.org/mailman/listinfo.cgi/xmlc