Re: [en] WCAG 2 FAQ

Hello, Prashant Choudhary,

W3C Web Accessibility Initiative (WAI) hosts an Interest Group discussion list where issues of digital accessibility are discussed. Someone on that list might be interested in responding to your message.

You can look through the mailing list archives, to get a feel for the list, through: http://lists.w3.org/Archives/Public/w3c-wai-ig/

You can join the mailing list and post questions by following the instructions for the Discussion List under:
 https://www.w3.org/WAI/about/groups/waiig/#mailinglist

Best regards,
~ Shawn
<http://www.w3.org/People/Shawn/>


On 12-Mar-23 12:34 AM, prashant choudhary wrote:
> Hello,
> 
> Let take an Example:
> <h2><a href="https://example.com/about-us <https://example.com/about-us>">About Us</a></h2>
> <p> <a href="https://example.com/about-us <https://example.com/about-us>">We are a company that specializes in creating web applications.</a>   </p>
> 
> Is this is issue of 3.2.4 Consistent identification?
> 
> My answer is: yes, this is an issue of 3.2.1 consistent identification.
> To meet the success criterion, the link text for both the heading and the content should be consistent.
> 
> To make the link text consistent, we could modify the code to use the same text for both the heading and the content links. For example:
> 
> <h2><a href="https://example.com/about-us <https://example.com/about-us>">About Us</a></h2>
> <p><a href="https://example.com/about-us <https://example.com/about-us>">About Us - We are a company that specializes in creating web applications.</a></p>
> 
> In this modified code, the link text for both the heading and the content links is "About Us", which makes the link text consistent.
> 
> What's your thoughts on this?
> 
> I am looking forward to your response.
> 
> Regards,
> Prashant Choudhary.

Received on Tuesday, 14 March 2023 21:34:54 UTC