Skip to content

Commit

Permalink
Make textPath/tspan EdNotes issues linked to GitHub
Browse files Browse the repository at this point in the history
(GitHub issue #2)
  • Loading branch information
AmeliaBR committed Mar 8, 2018
1 parent a6bcf36 commit deea577
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions svg-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1770,16 +1770,25 @@ <h3>SVG Element Mapping Table</h3>
otherwise, no <a class="termref" data-lt="accessible object">accessible object</a> created,
but changes in text styling SHOULD be exposed through
properties of the parent text element where supported
<p class="ednote">
<div id="textpath-tspan-mappings-issue" class="issue" data-number="2"
title="textPath and tspan need platform-specific mappings">
<p><a href="https://github.com/w3c/svg-aam/issues/2">GitHub Issue #2</a></p>
<p>
The use of the group role here is that of generic container
for a span of text content which forms a distinct object
(either because it
has supplementary alternative text labels or descriptions
or because it is interactive).
or because it is interactive).
ARIA 1.1 does not have any roles for non-interactive spans of text.
</p>
<p>
More work is required to address whether
text-specific platform accessibility API roles
can more effectively serve this function.
In particular, for ATK, the <code>ATK_ROLE_STATIC</code> role
is probably more appropriate than the usual mappings for <code>group</code>.
</p>
</div>
</td>
<td>
any role;
Expand Down Expand Up @@ -1815,15 +1824,9 @@ <h3>SVG Element Mapping Table</h3>
otherwise, no <a class="termref" data-lt="accessible object">accessible object</a> created,
but changes in text styling SHOULD be exposed through
properties of the parent text element where supported
<p class="ednote">
The use of the group role here is that of generic container
for a span of text content which forms a distinct object
(either because it
has supplementary alternative text labels or descriptions
or because it is interactive).
More work is required to address whether
text-specific platform accessibility API roles
can more effectively serve this function.
<p class="issue">
The <a href="#textpath-tspan-mappings-issue">issue regarding <code>textPath</code> mappings</a>
also affects <code>tspan</code>; the two elements should have the same mappings.
</p>
</td>
<td>
Expand Down

0 comments on commit deea577

Please sign in to comment.