August 06, 2024
What's Changed
- Rule server update for latest Rule set deployment dated
6 August 2024
in #1969
Rules and Engine
- newrule(
svg_graphics_labelled
): Create a new rule to check the accessible name of an SVG element in #1909 - fixrule(
input_haspopup_conflict
): Add additional checks and update the messages in #1917 - fixrule(
input_onchange_review
): Update the input types and messages in #1928 - fix(engine): Update the engine to fix ARIA definition and other issues in #1936
- fixrule(
input_label_visible, input_placeholder_label_visible, input_checkboxes_grouped
): Tighten the scope of the rules and merge help in #1944 - fixrules(
meta_redirect_optional
,aria_parent_required
,aria_child_valid
): Map to WCAG and ACT rules to improve consistency in #1962 - fixrule(all rules): Rule help Requirement matches Requirement listing rule in #1967
Extensions (browser Dev Tools)
- fix(extension): Update Settings screenshots and text in User and Quick Guides for v7.3 support in #1965
CI/CD Packages
- fix(node): Add comments explaining value of the Jest boilerplate in #1950
Chores and dependencies
- chore(engine): Create build archive script in #1966
New Contributors
- @a-roberts made their first contribution in #1950
Full Changelog: 3.1.73...3.1.74