WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: HTML5 Canvas and Circle

for

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

From: Evans, Donald (Contractor)
Date: Thu, May 27 2010 8:09AM
Subject: HTML5 Canvas and Circle
No previous message | Next message →

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 ADDRESS REMOVED =
Phone: 202.453.7317
Does your website meet Section 508 Standards?

From: Patrick H. Lauke
Date: Thu, May 27 2010 8:39AM
Subject: Re: HTML5 Canvas and Circle
← Previous message | Next message →

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

--
Patrick H. Lauke


On 27 May 2010, at 14:10, "Evans, Donald (Contractor)" < = EMAIL ADDRESS 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 ADDRESS REMOVED =
> Phone: 202.453.7317
> Does your website meet Section 508 Standards?
>
>

From: Evans, Donald (Contractor)
Date: Thu, May 27 2010 8:45AM
Subject: Re: HTML5 Canvas and Circle
← Previous message | No next message

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 ADDRESS REMOVED = [mailto: = EMAIL ADDRESS 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 ADDRESS 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 ADDRESS REMOVED =
> Phone: 202.453.7317
> Does your website meet Section 508 Standards?
>
>