-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SITES-26450 - Accessibility Issues with AEM Core Components (Form) - WCAG 2.1 Compliance #2913
base: main
Are you sure you want to change the base?
Conversation
LSantha
commented
Jan 28, 2025
•
edited
Loading
edited
- implemented support for displaying validation messages in the markup by based on the HTML 5 form validation
- updated unit tests
- updated selenium tests
Q | A |
---|---|
Fixed Issues? | SITES-26450 |
Patch: Bug Fix? | |
Minor: New Feature? | |
Major: Breaking Change? | |
Tests Added + Pass? | Yes |
Documentation Provided | Yes (code comments and or markdown) |
Any Dependency Changes? | |
License | Apache License, Version 2.0 |
…WCAG 2.1 Compliance * implemented support for displaying validation messages in the markup by based on the HTML 5 form validation * updated unit tests * updated selenium tests
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2913 +/- ##
============================================
- Coverage 87.14% 87.14% -0.01%
- Complexity 2695 2697 +2
============================================
Files 235 235
Lines 7197 7201 +4
Branches 1103 1104 +1
============================================
+ Hits 6272 6275 +3
Misses 366 366
- Partials 559 560 +1 ☔ View full report in Codecov by Sentry. |
@@ -190,4 +206,7 @@ | |||
return hideTitle; | |||
} | |||
|
|||
public boolean displayValidation() { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
Text.displayValidation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would address this since it makes sense to me; other than that, don't see any issues
...in/java/com/adobe/cq/wcm/core/components/it/seljup/util/components/formtext/v2/FormText.java
Fixed
Show fixed
Hide fixed
…WCAG 2.1 Compliance * updated selenium tests and documentation
Quality Gate passedIssues Measures |