Skip to content

Commit 12cf419

Browse files
authored
Editorial: fixes accname link ref (#440)
* Editorial: fixes accname link ref closes #439 this PR changes the definition links for accName from pointing to HTML AAM to the accName spec. Additionally, adds a few more links to the accName spec for instances of 'accessible name' being used, but not linked.
1 parent a0bddc9 commit 12cf419

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ <h2 id="docconformance">
12271227
and any `aria-*` attributes applicable to the allowed roles.
12281228
</p>
12291229
<p class="note">
1230-
A `form` is not exposed as a landmark region unless it has been provided an accessible name.
1230+
A `form` is not exposed as a landmark region unless it has been provided an <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a>.
12311231
</p>
12321232
</td>
12331233
</tr>
@@ -1508,7 +1508,7 @@ <h2 id="docconformance">
15081508
</td>
15091509
<td>
15101510
<p>
1511-
If no accessible name is provided via other
1511+
If no <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> is provided via other
15121512
<a data-cite="html-aam-1.0#img-element-accessible-name-computation">`img` naming methods</a> (e.g., `aria-labelledby`, `aria-label`):
15131513
<a><strong class="nosupport">No `role`</strong></a> other than <code><a href="#index-aria-img">img</a></code>, which is NOT RECOMMENDED.
15141514
</p>
@@ -2579,7 +2579,7 @@ <h2 id="docconformance">
25792579
<p>
25802580
<code>role=<a href="#index-aria-region">region</a></code> if the
25812581
[^section^] element has an
2582-
<a data-cite="html-aam-1.0#dfn-accessible-name" data-link-type="dfn">accessible name</a>
2582+
<a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a>
25832583
</p>
25842584
<p>
25852585
Otherwise, <a>no corresponding role</a>
@@ -2609,7 +2609,7 @@ <h2 id="docconformance">
26092609
<a href="#index-aria-status">`status`</a>
26102610
or <a href="#index-aria-tabpanel">`tabpanel`</a>.
26112611
(If the [^section^] element has an
2612-
<a data-cite="html-aam-1.0#dfn-accessible-name" data-link-type="dfn">accessible name</a>,
2612+
<a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a>,
26132613
<code>role=<a href="#index-aria-region">region</a></code> is also allowed, but NOT RECOMMENDED.)
26142614
</p>
26152615
<p>
@@ -3250,7 +3250,7 @@ <h2 id="docconformance">
32503250
<ul>
32513251
<li>[[[using-aria]]] - A practical guide for authors on how to
32523252
add accessibility information to HTML elements using the Accessible
3253-
Rich Internet Applications specification (ARIA 1.1).
3253+
Rich Internet Applications specification.
32543254
</li>
32553255
<li>[[[wai-aria-practices-1.2]]] - An author's guide to
32563256
understanding and implementing Accessible Rich Internet Applications.

0 commit comments

Comments
 (0)