You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A11y: Replace non-semantic div buttons with <button> in URLPopUpSection
- Replaced div role='button' elements with proper button elements
- Removed redundant ARIA roles (button role is implicit in button elements)
- Fixed aria-label on edit button (was using copyLinkText instead of editLinkText)
- Set alt='' on images since buttons already have aria-labels (avoiding redundancy)
- Added CSS reset for button elements to maintain consistent styling
- Improved keyboard accessibility and screen reader support
Issue: #12017
Signed-off-by: omkar hole <[email protected]>
Change-Id: I06f6da85ffbaa656962fad3207c6a4c132d07572
0 commit comments