Well, it's hard to say unless Neil comes back to clarify. All we have is his original statement:
> the contents of the select widget are buried at the grandchild level rather than being immediate children which led me down the path of P tags. On Wednesday, June 29, 2016 at 2:21:31 AM UTC-5, Jeremy Ruston wrote: > > Hi Codacoder > > You’re correct about the extraneous paragraph tags but I don’t think it’s > the problem here: shortly after the message below we changed the core so > that action widgets do not have to be an immediate child of the triggering > widget: > > > https://github.com/Jermolene/TiddlyWiki5/commit/f9c4f6898e4e52137a6e5a87ff353839408c409b > > https://github.com/Jermolene/TiddlyWiki5/commit/758ba5edc2cb8bf06a60013d9ebeaaa5a3912b78 > > Best wishes > > Jeremy > > On 28 Jun 2016, at 22:22, [email protected] <javascript:> wrote: > > > > On Sunday, January 11, 2015 at 3:05:32 AM UTC-6, Jeremy Ruston wrote: >> >> > the contents of the select widget are buried at the grandchild level >> rather than being immediate children >> >> Why is that happening? The action widgets are supposed to be the >> immediate children of the triggering widget. >> > > Probably because of this or similar: > > <$select> > > <option>1</option> > <option>2</option> > <option>3</option> > </$select> > > > > which produces this (unusable) html > > <select><p><option>1</option>....</p></select> > > > @Neil - take care with whitespace in TW5, it's not as "insignificant" as > you may think. > > @Jeremy: I think that's a bit too fragile - perhaps the docs should make > people more aware. Of course, embedded whitespace pretty much anywhere else > in the block is fine: > > > <$select> > <option>1</option> > > > <option>2</option> > <option>3</option> > > > </$select> > > > ^ works. > > HTH > > > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e161e1b8-2b69-49a6-88d2-b1d84baa2e56%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

