issues
search
opena11y
/
fae
Functional Accessibility Evaluator 2.x
Apache License 2.0
38
stars
12
forks
source link
Version 2.2 update
#87
Closed
jongund
closed
3 years ago
jongund
commented
3 years ago
Updated Django 2.2.24.
Update OpenAjax evaluation library to support ARIA 1.2 and ARIA in HTML requirements, which included updating and adding the following rules:
Updated Widget rule references to use ARIA 1.2 spec, ARIA Authoring Practices, MDN resources for ARIA and Web Foundation references for ARIA.
Fixed bugs in WIDGET 7 rule on owned elements.
Fixed bugs in WIDGET 8 rule related to being owned by another element.
Fixed bugs in WIDGET 9 rule related to having required parent roles.
Fixed bugs in WIDGET 10 related to range control attributes.
Changed WIDGET 13 to test for name prohibited requirement (from prohibiting any ARIA markup and was not included in any ruleset).
Added HTML 3 rule to support W3C ARIA in HTML specification.
Added WIDGET 15 rule to test for use of deprecated ARIA states and properties on selected roles.
Added WIDGET 16 rule to raise awareness of web components being user on a page and the need for manual checking.