PublicisSapient / enable-a11y

MIT License
11 stars 5 forks source link

[Issue #98] Meter component #116

Closed akr3081 closed 2 months ago

akr3081 commented 3 months ago

Creates a new page for the meter component https://github.com/PublicisSapient/enable-a11y/issues/98

akr3081 commented 3 months ago

Tests are all passing locally, however, I am seeing the following error which causes the Run Automated tests step to fail.

error: Bad value “meter” for attribute “role” on element “div”.

To my knowledge, this is a valid role as of Aria 1.2

alisonhall commented 3 months ago

Tests are all passing locally, however, I am seeing the following error which causes the Run Automated tests step to fail.

error: Bad value “meter” for attribute “role” on element “div”.

To my knowledge, this is a valid role as of Aria 1.2

I checked out your branch on my computer and ran the tests, and I can see the same error in the v.Nu tests that was reported in the automated tests online. Could different versions of Java produce different results? (FYI, I'm on a Mac running Java version 1.8.0.221). This doesn't quite explain why it would be throwing this error though.