Skip to content

Commit 72ba21c

Browse files
aarongustafsonmarcoscaceresMarcos Cáceres
authored
Moving to data-cite for the accessible name (#920)
* Adding the data-cite * shortening the reference & removing the dependencies * removing the description since it is jumping to another spec Co-authored-by: Marcos Cáceres <marcos@marcosc.com> Co-authored-by: Marcos Cáceres <mcaceres@mozilla.com>
1 parent 7d26508 commit 72ba21c

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

index.html

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,8 @@ <h3>
14261426
icon).
14271427
</p>
14281428
<p>
1429-
The {{WebAppManifest/name}} member serves as the <a>accessible
1429+
The {{WebAppManifest/name}} member serves as the <a data-cite=
1430+
"accname-1.2#dfn-accessible-name">accessible
14301431
name</a> of an [=installed web application=].
14311432
</p>
14321433
</section>
@@ -1449,10 +1450,6 @@ <h3>
14491450
The <dfn>description</dfn> member allows the developer to describe
14501451
the purpose of the web application.
14511452
</p>
1452-
<p>
1453-
The {{WebAppManifest/description}} member serves as the <a>accessible
1454-
description</a> of an [=installed web application=].
1455-
</p>
14561453
</section>
14571454
<section>
14581455
<h3>
@@ -3289,22 +3286,6 @@ <h2>
32893286
</li>
32903287
</ul>
32913288
</li>
3292-
<li>
3293-
<a href="https://w3c.github.io/accname">Accessible Name and
3294-
Description Computation</a> defines the following terms:
3295-
<ul>
3296-
<li>
3297-
<a href=
3298-
"https://w3c.github.io/accname/#dfn-accessible-name"><dfn>accessible
3299-
name</dfn></a>
3300-
</li>
3301-
<li>
3302-
<a href=
3303-
"https://w3c.github.io/accname/#dfn-accessible-description"><dfn>accessible
3304-
description</dfn></a>
3305-
</li>
3306-
</ul>
3307-
</li>
33083289
</ul>
33093290
</section>
33103291
<section id="index"></section>

0 commit comments

Comments
 (0)