Interesting - range inputs and putting a bubble on top
Thu, Apr 14, 2011
This blog post was published on the css-tricks blog today:
Value Bubbles for Range Inputs | CSS-Tricks.
It explains how you can create a bubble on top of a range-slider html5 form element, which shows the value of the slider.
I'll have to do more research on the <output> tag - I've never heard of it before.