- From: Joanmarie Diggs <jdiggs@igalia.com>
- Date: Tue, 29 Mar 2016 17:35:40 -0400
- To: SVG-A11y TF <public-svg-a11y@w3.org>
Hey all.
I'm doing the golden-hammer-ectomy for WebKit at the moment. I would
like the task force's expectations for one of my/WebKit's test cases,
please and thank you. :)
<svg>
<g id="test" role="presentation">
<title>Venn Diagram</title>
<circle cx="50" cy="50" r="20" aria-label="set A"/>
<circle cx="50" cy="75" r="20" aria-label="set B"/>
</g>
</svg>
Should the "g" element with id of "test" be:
a. Excluded from the tree because of the presentational role
b. Included in the tree because of the "title" element
c. To be discussed further before consensus can be reached
Thanks!
--joanie
Received on Tuesday, 29 March 2016 21:36:16 UTC