So, this is a bug, right? On Wed, Jun 20, 2012 at 2:36 AM, Martin Grigorov <[email protected]> wrote: > On Wed, Jun 20, 2012 at 11:34 AM, Carl-Eric Menzel > <[email protected]> wrote: >> On Tue, 19 Jun 2012 15:21:17 -0600 >> Alec Swan <[email protected]> wrote: >> >>> I had to make sure that my <img> element had a closing </img> >>> >>> The problem is that >>> org.apache.wicket.util.tester.TagTester#createTagByAttribute requires >>> the <img> element to be closed, i.e. <img/> or <img></img>. Otherwise >>> closeTag variable is never set and the loop does not exit. >>> >>> Seems like a bug to me, isn't it? >> >> A lone open <img> tag wouldn't be valid XHTML. Does our HTML5 support >> include support for non-wellformed documents? > > Yes. > >> >> Carl-Eric >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > Martin Grigorov > jWeekend > Training, Consulting, Development > http://jWeekend.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
