[Webkit-unassigned] [Bug 127292] AX: SVG <desc> element not presented by screen reader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 11:06:22 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127292





--- Comment #7 from Dirk Schulze <krit at webkit.org>  2014-01-20 11:03:53 PST ---

> > <svg>
> >     <title>Title</title>
> >     <desc>A long description</desc>
> > </svg>
> > 
> > would result in reading both, the title and the description as it should be done for the example above?
> 
> Yes. Generally, the user would hear "A long description" immediately and then followed by a pause and hear "Title" if we follow these guidelines we're talking about
> 
> It would be similar to
> 
> <a href="#" aria-label="LABEL" title="TITLE">
> 
> You'd hear "LABEL" pause "TITLE"

Good that I asked again. I don't think that the order is correct: http://www.w3.org/TR/2000/NOTE-SVG-access-20000807/#Structured

Should be first title then description. title is like a header or naming. Is there anything else that matches the description?

http://blog.paciellogroup.com/2013/12/using-aria-enhance-svg-accessibility/

Suggests

title = accessible name
desc = accessible description

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list