invalid "int" attribute values not picked up (aria-posinset, aria-level, aria-colindex, aria-colspan, and aria-rowindex) #1288
Labels
feat
New feature or enhancement
help wanted
We welcome PRs or discussions for issues marked as help wanted
rules
Issue or false result from an axe-core rule
Expectation: axe raises issue for attribute values less than 1 for the following attributes:
Actual: no issues are raised for the above attributes whose values are less than 1
Motivation: came across
<div role="heading" aria-level="0" />
test page: https://xzoqr636po.codesandbox.io/
spec: for each of the above attributes the spec states:
related files:
The text was updated successfully, but these errors were encountered: