Hi.
HTML5 introduced meter element [1], which is basically a progressbar role
but can be in special states:
1) optimal state when value is in optimal rage (for example, if low <
optimum < high then value should be in [low, high], if optimum > high then
value should be greater than high.
2) sub
Hi Alexander,
Thanks for pointing out this new element. We are right now at the
WebkitGTK2013 hackfest, so Joanie and I had some time to discuss this.
After giving this some thought, we think that a state is not the proper
way to go. It would be better to expose this by expanding the AtkValue
inte