<!--
@MAC-ALLOW:AXRoleDescription=*
@MAC-ALLOW:AXMaxValue=*
@MAC-ALLOW:AXMinValue=*
@MAC-ALLOW:AXValue=*
@UIA-WIN-ALLOW:LocalizedControlType=*
@WIN-ALLOW:currentValue=*
@WIN-ALLOW:localized_extended_role=*
@WIN-ALLOW:maximumValue=*
@WIN-ALLOW:minimumValue=*
-->
<!DOCTYPE html>
<html>
<body>
<meter value="2" min="1" max="10">2 out of 10</meter>
</body>
</html>