Tests:
Test 1
Authors SHOULD NOT use the aria-valuemax attribute on any element which allows the max attribute. Use the max attribute instead.
inputs
meter
progress
Expected result:
Flag error or warning to authors to use max attribute instead. Authors may not be able to replicate all the necessary functionality of the native max attribute.
Test 2
Authors MUST NOT use the aria-valuemax on any element which also has a max attribute, even if the values of each attribute match.
inputs
meter
progress
Expected result:
Error and tell authors to use max attribute by itself. Authors may not be able to replicate all the necessary functionality of the native max attribute.