Commit c7e2c1c
test: run list rule for act aria-required-owned failed example 10 (#4812)
[Nightly tests started
failing](https://app.circleci.com/pipelines/github/dequelabs/axe-core/7177/workflows/03b4a72d-027e-4199-90cc-76821ff4cb9c/jobs/77330)
due to a change to [ACT
aria-required-owned](w3c/wcag-act-rules@3fe6a8c)
which added a failed example of a list with generic elements
```html
<ul>
<div></div>
<div></div>
</ul>
```
We fail the example using the `list` rule and not
`aria-required-children`, so we can skip the test.
---------
Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>1 parent 8dca2ac commit c7e2c1c
File tree
3 files changed
+10
-7
lines changed- test/act-rules
3 files changed
+10
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
0 commit comments