WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: HTML5 Canvas and Circle

for

From: Evans, Donald (Contractor)
Date: May 27, 2010 8:45AM


I think you are right! I can't seem to find an attribute for ALT in the definition. Is there one?

-----Original Message-----
From: <EMAIL REMOVED> [mailto: <EMAIL REMOVED> ] On Behalf Of Patrick H. Lauke
Sent: Thursday, May 27, 2010 9:38 AM
To: WebAIM Discussion List
Cc: WebAIM Discussion List
Subject: Re: [WebAIM] HTML5 Canvas and Circle

that looks like SVG to me, not canvas...

--
Patrick H. Lauke


On 27 May 2010, at 14:10, "Evans, Donald (Contractor)" < <EMAIL REMOVED>
> wrote:

> I've just run into my first page using HTML5 Canvas and Circle.
> It's a map of the world with circles that denote locations. Here is
> the code that makes the circle:
>
> <circle id="OpenLayers.Geometry.Point_35" cx="205.56362664081473"
> cy="312.2960498916458" r="20" fill="#66eeff" fill-opacity="1"
> stroke="#33ccff" stroke-opacity="1" stroke-width="1" stroke-
> linecap="round" stroke-linejoin="round" stroke-dasharray="none"/>
>
> Does anyone have an idea how to add alternative text? Is there an
> ALT attribute?
>
> Donald F. Evans, DeQue Systems<http://www.deque.com/>;
> US Dept of Education
> Email: <EMAIL REMOVED>
> Phone: 202.453.7317
> Does your website meet Section 508 Standards?
>
>