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.