diff --git a/doc/aria-supported.md b/doc/aria-supported.md index e4db5f1814..7698a5d233 100644 --- a/doc/aria-supported.md +++ b/doc/aria-supported.md @@ -8,10 +8,7 @@ For a detailed description about how accessibility support is decided, see [How ## Attributes -| aria-attribute | axe-core support | -| -------------------- | ---------------- | -| aria-describedat | No | -| aria-details | No | -| aria-roledescription | Mixed[^1] | - -[^1]: Supported on elements: ` + + + +
+
+
+ + + +

heading

+
+ +

paragraph

+
div
+ +
diff --git a/test/integration/rules/aria-roledescription/aria-roledescription.json b/test/integration/rules/aria-roledescription/aria-roledescription.json new file mode 100644 index 0000000000..689c383e3a --- /dev/null +++ b/test/integration/rules/aria-roledescription/aria-roledescription.json @@ -0,0 +1,17 @@ +{ + "description": "aria-roledescription test", + "rule": "aria-roledescription", + "violations": [["#fail1"], ["#fail2"], ["#fail3"], ["#fail4"]], + "passes": [ + ["#pass1"], + ["#pass2"], + ["#pass3"], + ["#pass4"], + ["#pass5"], + ["#pass6"], + ["#pass7"], + ["#pass8"], + ["#pass9"] + ], + "incomplete": [["#incomplete1"], ["#incomplete2"]] +}