Skip to content

Commit

Permalink
fix: allow -1 for aria-colcount
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and sideshowbarker committed Feb 27, 2023
1 parent eac205b commit 2466e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema/html5/aria.rnc
Expand Up @@ -374,7 +374,9 @@ common.attrs.aria.implicit.navigation |= common.attrs.aria.implicit.landmark
## colcount
aria.prop.colcount =
attribute aria-colcount {
common.data.integer.positive
( common.data.integer.non-negative
| string "-1"
)
}

## colindex
Expand Down

0 comments on commit 2466e73

Please sign in to comment.