I think we really need to add a tooltip attribute to the <$select> widget. I'll look at it as soon as I can (unless any other developers want to have a go at a PR?),
Best wishes Jeremy -- Jeremy Ruston [email protected] https://jermolene.com > On 3 Mar 2019, at 23:23, [email protected] wrote: > > Tony wrote: Alternatively what about placing along side your select widget an > empty button with a tooltip? > > Tony, I think you've got it! > > Paste this in a new tiddler (for example, at TiddlyWiki.com) > > <$button tooltip="This select widget displays a list of the tags in this > wiki"> > <$select tiddler=<<qualify 'select-demo'>> default='HelloThere'> > <$list filter='[all[shadows+tiddlers]tags[]sort[title]]'> > <option value=<<currentTiddler>>><$view field='title'/></option> > </$list> > </$select> > </$button> > > Does anyone use TiddlyWiki with reader software that could tell us if this > works? > Has anyone run a TiddlyWiki through any Web Accessibility tests (or know > how?), to see if this feature would be considered accessible? > Thanks! > > //steve. > > > -- > 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/49ae200f-15a3-454c-87e7-574f4615dfa3%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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/4AC2411C-264C-4ECF-A1F5-2567C66CD590%40gmail.com. For more options, visit https://groups.google.com/d/optout.

