Skip to content

Commit 3392a88

Browse files
authored
Update accname/index.html
1 parent 3d747b2 commit 3392a88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

accname/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,8 @@ <h4>Computation steps</h4>
639639
<li id="comp_host_language_label">
640640
<span id="step2E"><!-- Don't link to this legacy numbered ID. --></span><em>Host Language Label:</em> Otherwise, if the <code>current node</code>'s native markup provides an
641641
[=attribute=] (e.g. <code>alt</code>) or [=element=] (e.g. HTML <code>label</code> or SVG <code>title</code>) that defines a text alternative, return that alternative in the form of
642-
a <code>flat string</code> as defined by the host language, unless the <code>current node</code> is exposed as presentational (e.g., <code>role="none"</code>).
642+
a <code>flat string</code> as defined by the host language, unless the <code>current node</code> is exposed as presentational (<code>role="presentation"</code> or
643+
<code>role="none"</code>).
643644
<div class="note">
644645
See <a href="https://www.w3.org/TR/html-aam-1.0/#accessible-name-and-description-computation">HTML-AAM</a>,
645646
<a href="https://www.w3.org/TR/svg-aam-1.0/#mapping_additional_nd">SVG-AAM</a>, or other host language documentation for more information on markup that defines a text alternative.

0 commit comments

Comments
 (0)