diff --git a/package.json b/package.json index 55d52ceb..dd4b68c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webperf_core", - "version": "2024.12.3", + "version": "2024.12.4", "description": "You probably want to read the documentation available at homepage.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/tests/a11y_statement.py b/tests/a11y_statement.py index fec71e73..aa01d168 100644 --- a/tests/a11y_statement.py +++ b/tests/a11y_statement.py @@ -736,12 +736,12 @@ def rate_compatible_text(global_translation, local_translation, soup): test = match.group('test').lower() if 'inte' in test: rating.set_overall( - 5.0, local_translation('TEXT_REVIEW_COMPATIBLE_TEXT_OVERALL_NOT_COMPATIBLE')) + 1.0, local_translation('TEXT_REVIEW_COMPATIBLE_TEXT_OVERALL_NOT_COMPATIBLE')) rating.set_a11y( 1.0, local_translation('TEXT_REVIEW_COMPATIBLE_TEXT_A11Y_NOT_COMPATIBLE')) elif 'delvis' in test: rating.set_overall( - 5.0, local_translation('TEXT_REVIEW_COMPATIBLE_TEXT_OVERALL_PARTLY_COMPATIBLE')) + 3.0, local_translation('TEXT_REVIEW_COMPATIBLE_TEXT_OVERALL_PARTLY_COMPATIBLE')) rating.set_a11y( 3.0, local_translation('TEXT_REVIEW_COMPATIBLE_TEXT_A11Y_PARTLY_COMPATIBLE')) else: