Also going back to the header builder and complaince issue for ADA. I built the new header but it is showing the following error messages. Do you understand what I would do to Fix these?:
- THE SOCIAL MEDIA ICON in the header eg facebook
This element uses aria-hidden="true" , which hides it from screen readers.
How to fix it:
Check whether the element should truly be hidden from screen reader users. If it contains important content or functionality, remove aria-hidden="true" . If it’s decorative or redundant, leave the element alone and dismiss this warning using the “Ignore” feature in Accessibility Checker.
2, says the same facebook social icon is an empty link
This is an empty link that does not contain any meaningful content for assistive technologies.
How to fix it:
Add descriptive text inside the <a> element. If the link uses only an icon (e.g., SVG or webfont), hide the icon with aria-hidden="true" and add a descriptive aria-label to the link or include screen reader-only text to explain where the link goes.