CARVIEW |
ARIA in HTML - test cases for aria-valuemin
last updated 14 March 2021
min
is allowed on meter, and input type date
, month
, week
, time
, datetime-local
, number
, range
.
Tests:
Test 1
Authors SHOULD NOT use the aria-valuemin
attribute on any element which allows the min
attribute. Use the min
attribute instead.
inputs
meter
Expected result:
Flag error or warning to authors to use min
attribute instead. Authors may not be able to replicate all the necessary functionality of the native min
attribute.
Test 2
Authors MUST NOT use the aria-valuemin
on any element which also has a min
attribute, even if the values of each attribute match.
inputs
meter
Expected result:
Error and tell authors to use min
attribute by itself. Authors may not be able to replicate all the necessary functionality of the native min
attribute.