W3C home > Mailing lists > Public > public-svg-a11y@w3.org > March 2016

Expectations for presentational element with title child?

From: Joanmarie Diggs <jdiggs@igalia.com>
Date: Tue, 29 Mar 2016 17:35:40 -0400
To: SVG-A11y TF <public-svg-a11y@w3.org>
Message-ID: <56FAF52C.8020500@igalia.com>
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

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 17:28:20 UTC