Re: Screen Reader Support

2007-02-09 Thread Vladimir Bulatov
On 2/9/07, Doug Schepers <[EMAIL PROTECTED]> wrote: Hi, Praveen- Praveen Nayak wrote: > > I now have an applet with the Batik canvas embedded inside it, and and > SVG document, which has title and desc elements, say under a circle, > loaded in the canvas. > On a mouse over the circle, a tooltip

Re: Screen Reader Support

2007-02-09 Thread Doug Schepers
Hi, Praveen- Praveen Nayak wrote: I now have an applet with the Batik canvas embedded inside it, and and SVG document, which has title and desc elements, say under a circle, loaded in the canvas. On a mouse over the circle, a tooltip is shown with the title and description. But this tooltip is

Re: Screen Reader Support

2007-02-09 Thread thomas . deweese
Hi Praveen, "Praveen Nayak" <[EMAIL PROTECTED]> wrote on 02/08/2007 09:15:21 PM: > I now have an applet with the Batik canvas embedded inside it, and > and SVG document, which has title and desc elements, say under a > circle, loaded in the canvas. > On a mouse over the circle, a tooltip is sh

Screen Reader Support

2007-02-08 Thread Praveen Nayak
Hi, The SVG specification recommends that and tags be used to show tooltips for accessibility purposes. http://www.w3.org/TR/SVG-access/ I now have an applet with the Batik canvas embedded inside it, and and SVG document, which has title and desc elements,