Skip to content
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

fix(MWPW-158561): adds aria-label to search icon #211

Merged
merged 5 commits into from
Dec 19, 2024
Merged

fix(MWPW-158561): adds aria-label to search icon #211

merged 5 commits into from
Dec 19, 2024

Conversation

cmiqueo
Copy link
Collaborator

@cmiqueo cmiqueo commented Dec 10, 2024

Descriiption:
As requested by accessibility team this PR adds the aria-label attribute to search icon

Resolves:
https://jira.corp.adobe.com/browse/MWPW-158561

Before:
<button data-testid="search-icon" type="button" class="consonant-SearchIco" tabindex="0" daa-ll="Search-24--Enter a key value pa"><span></span></button>

After:
<button data-testid="search-icon" aria-label="Search" type="button" class="consonant-SearchIco" tabindex="0" daa-ll="Search-24--Enter a key value pa"><span></span></button>

Copy link

Core Web Vitals Metrics

Metric Value
LCP 13280.70 s
FID 0.80 ms
CLS N/A

Recorded at: 2024-12-10T18:24:25.402Z
PR: #211

Copy link

Core Web Vitals Metrics

Metric Value
LCP 10356.80 s
FID 1.00 ms
CLS N/A

Recorded at: 2024-12-10T18:25:21.018Z
PR: #211

Copy link

Core Web Vitals Metrics

Metric Value
LCP 10638.20 s
FID 0.90 ms
CLS N/A

Recorded at: 2024-12-17T20:16:21.416Z
PR: #211

@sanrai sanrai self-requested a review December 17, 2024 21:57
@cmiqueo cmiqueo requested review from sanrai and shkhan91 December 18, 2024 19:10
Copy link

Core Web Vitals Metrics

Metric Value
LCP 10319.90 s
FID 0.90 ms
CLS N/A

Recorded at: 2024-12-19T02:26:03.305Z
PR: #211

@cmiqueo cmiqueo merged commit e2a6c56 into main Dec 19, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants