Hi all,

My proposal would be to wrap the select in a *visible *label-tag: 

<label>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>
</label>

Accessibility concerns: 

   - Why would you hide important information from sighted users?
   - Accessibility of tooltips for mobile users?

This seems to be a standard conformant solution: 
https://stackoverflow.com/questions/10129696/html-can-i-use-label-element-with-select

Demo: https://telmiger.glitch.me/#Label%20for%20select

All the best,
Thomas

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4fea6a2c-ba5a-430c-a76f-763e9802df0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to