Re: <div> embedded in <button>
Mark Diekhans <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
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?