E-mail List Archives
Re: [External Sender]labeling a link in the html code question
From: Brian Lovely
Date: Dec 10, 2019 8:04AM
- Next message: Robert Hardy: "Re: WebAIM-Forum Digest, Vol 176, Issue 18"
- Previous message: glen walker: "Re: [EXTERNAL] Breadcumb nav same page accessibility"
- Next message in Thread: None
- Previous message in Thread: Samuel Hobson: "Re: labeling a link in the html code question"
- View all messages in this Thread
Samuel said "However, if you have a case where you're not putting text
inside the link - maybe it's an image, or an icon you want to work like a
link, you can use aria.
<a href="#" aria-label="Read our menu"> ... </a>"
There are many ways to place an image, but in the case of a linked inline
image, you can leverage the required alt attribute:
<a><img src="path/to" alt="My Profile" /></a>
...you could use a similar technique with a linked SVG and the SVG's title
element.
The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.
- Next message: Robert Hardy: "Re: WebAIM-Forum Digest, Vol 176, Issue 18"
- Previous message: glen walker: "Re: [EXTERNAL] Breadcumb nav same page accessibility"
- Next message in Thread: None
- Previous message in Thread: Samuel Hobson: "Re: labeling a link in the html code question"
- View all messages in this Thread