WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Data URI for images: accessibility concerns

for

Number of posts in this thread: 2 (In chronological order)

From: Michelangelo Iaffaldano
Date: Fri, Feb 10 2012 1:27PM
Subject: Data URI for images: accessibility concerns
No previous message | Next message →

Hi, are there any special accessibility concerns when using data URIs to embed images in a page? Or is it just like any old <img> element?

Michelangelo Iaffaldano, Toronto



*********************************************************************

The information in this e-mail is intended solely for the addressee(s)
named, and is confidential. Any other distribution, disclosure or
copying is strictly prohibited. If you have received this communication
in error, please reply by e-mail to the sender and delete or destroy all
copies of this message.

Les renseignements contenus dans le pr'esent message 'electronique sont
confidentiels et concernent exclusivement le(s) destinataire(s)
d'esign'e(s). Il est strictement interdit de distribuer ou de copier ce
message. Si vous avez recu ce message par erreur, veuillez r'epondre par
courriel `a l'exp'editeur et effacer ou d'etruire toutes les copies du
pr'esent message.

From: Benjamin Hawkes-Lewis
Date: Fri, Feb 10 2012 5:51PM
Subject: Re: Data URI for images: accessibility concerns
← Previous message | No next message

On Fri, Feb 10, 2012 at 8:28 PM, Michelangelo Iaffaldano
< = EMAIL ADDRESS REMOVED = > wrote:
> Hi, are there any special accessibility concerns when using data URIs to embed images in a page? Or is it just like any old <img> element?

Accessibility concerns? Not really.

Usability concerns? A little. (If the user has an interest in the URL
of the image, a normal URL is likely to be nicer than a data URI.)

Compatibility concerns? Yes. (Older browsers and AT don't support data URIs.)

--
Benjamin Hawkes-Lewis