Meter Example
The following meter examples demonstrate the meter design pattern.Example
This meter changes its value randomly every 5 seconds.
Keyboard Support
It would not have any keyboard support since this is system generated information.
Role, Property, State, and Tabindex Attributes
Role | Attribute | Element | Usage |
---|---|---|---|
meter |
div
|
|
|
tabindex="0"
|
div
|
|
|
aria-valuemin="NUMBER" |
div |
|
|
aria-valuemax="NUMBER" |
div |
|
|
aria-valuenow="NUMBER" |
div |
|
|
aria-label |
div |
|
Javascript and CSS Source Code
HTML Source Code