Stars should take over LABEL content or OPTION content (issue 70) as a tooltip.
This would allow for better unobstructive programming, eg.
Stars:
<input name="star1" id="s1" type="radio" class="star"/><label for="s1">1</label>
<input name="star1" id="s2" type="radio" class="star"/><label for="s2">2</label>
<input name="star1" id="s3" type="radio" class="star"/><label for="s3">3</label>
<input name="star1" id="s4" type="radio" class="star"/><label for="s4">4</label>
<input name="star1" id="s4" type="radio" class="star"/><label for="s5">5</label>
This way, if javascript is disabled, you will at least get:
Stars: ( ) 1 ( ) 2 ( ) 3 ( ) 4 ( ) 5
Original issue reported on code.google.com by verynot...@gmail.com on 17 Oct 2010 at 2:45
Original issue reported on code.google.com by
verynot...@gmail.com
on 17 Oct 2010 at 2:45