From 26593405ff4fd059a59ff86edfd32d7751ddf4cf Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Thu, 13 Feb 2025 12:45:04 +0530 Subject: [PATCH 1/2] DOC-3132: Update form validation error message color to be the same as the error text color. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 76307c5920..ffa82f1d16 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -95,6 +95,21 @@ This caused confusion in identifying the problem during setup. For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer]. +=== Accessibility Checker + +The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin. + +**Accessibility Checker** includes the following fix. + +==== Update form validation error message color to be the same as the error text color. +// #TINY-11657 + +In previous versions of the **Accessibility Checker** premium plugin, the form validation error message had insufficient color contrast in dark mode, failing to meet WCAG AA standards and reducing visibility. + +With the release of {productname} {release-version}, this issue has been resolved by updating the error message color to be the same as the error text color, ensuring improved visibility and compliance with WCAG AA contrast standards. + +For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker]. + [[improvements]] == Improvements From 21a39da06725bce5bb689c7ebbee062c40015942 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 19 Feb 2025 10:10:48 +1000 Subject: [PATCH 2/2] DOC-3132: Linked to WCAG AA website. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index ffa82f1d16..248e679d3b 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -104,9 +104,9 @@ The {productname} {release-version} release includes an accompanying release of ==== Update form validation error message color to be the same as the error text color. // #TINY-11657 -In previous versions of the **Accessibility Checker** premium plugin, the form validation error message had insufficient color contrast in dark mode, failing to meet WCAG AA standards and reducing visibility. +In previous versions of the **Accessibility Checker** premium plugin, the form validation error message had insufficient color contrast in dark mode, failing to meet link:https://www.w3.org/WAI/WCAG2AA-Conformance[WCAG AA] standards and reducing visibility. -With the release of {productname} {release-version}, this issue has been resolved by updating the error message color to be the same as the error text color, ensuring improved visibility and compliance with WCAG AA contrast standards. +With the release of {productname} {release-version}, this issue has been resolved by updating the error message color to be the same as the error text color, ensuring improved visibility and compliance with link:https://www.w3.org/WAI/WCAG2AA-Conformance[WCAG AA] contrast standards. For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].