@qualweb/act-rules 0.6.3 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/act.bundle.js +1 -1
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ Implementation of the [ACT rules](https://act-rules.github.io/rules/).
|
|
|
30
30
|
| QW-ACT-R19 | [cae760](https://act-rules.github.io/rules/cae760) | iframe element has accessible name |
|
|
31
31
|
| QW-ACT-R20 | [674b10](https://act-rules.github.io/rules/674b10) | role attribute has valid value |
|
|
32
32
|
| QW-ACT-R21 | [7d6734](https://act-rules.github.io/rules/7d6734) | svg element with explicit role has accessible name |
|
|
33
|
-
| QW-ACT-R22 | [de46e4](https://act-rules.github.io/rules/de46e4) | Element
|
|
33
|
+
| QW-ACT-R22 | [de46e4](https://act-rules.github.io/rules/de46e4) | Element with lang attribute has valid language tag attribute |
|
|
34
34
|
| QW-ACT-R23 | [c5a4ea](https://act-rules.github.io/rules/c5a4ea) | video element visual content has accessible alternative |
|
|
35
35
|
| QW-ACT-R24 | [73f2c2](https://act-rules.github.io/rules/73f2c2) | autocomplete attribute has valid value |
|
|
36
36
|
| QW-ACT-R25 | [5c01ea](https://act-rules.github.io/rules/5c01ea) | ARIA state or property is permitted |
|