Skip to content

Commit d1699ec

Browse files
Adding in some accessibility-related language (#898)
* adding accessible name & description calculation * adding prefers color scheme * adding prefers color scheme for theme_color
1 parent 6287a3a commit d1699ec

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

index.html

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
}
109109
</style>
110110
</head>
111-
<body data-cite="ENCODING SCREEN-ORIENTATION">
111+
<body data-cite="ENCODING SCREEN-ORIENTATION MEDIAQUERIES-5">
112112
<section id='abstract'>
113113
<p>
114114
This specification defines a JSON-based file format that provides
@@ -1426,6 +1426,10 @@ <h3>
14261426
(e.g., amongst a list of other applications, or as a label for an
14271427
icon).
14281428
</p>
1429+
<p>
1430+
The {{WebAppManifest/name}} member serves as the <a>accessible
1431+
name</a> of an [=installed web application=].
1432+
</p>
14291433
</section>
14301434
<section>
14311435
<h3>
@@ -1446,6 +1450,10 @@ <h3>
14461450
The <dfn>description</dfn> member allows the developer to describe
14471451
the purpose of the web application.
14481452
</p>
1453+
<p>
1454+
The {{WebAppManifest/description}} member serves as the <a>accessible
1455+
description</a> of an [=installed web application=].
1456+
</p>
14491457
</section>
14501458
<section>
14511459
<h3>
@@ -1739,6 +1747,11 @@ <h3>
17391747
component=] based on the context. For example, in most environments,
17401748
the <a>theme color</a> cannot be transparent.
17411749
</p>
1750+
<p>
1751+
Implementors MAY override the value defined by the <a>theme_color</a>
1752+
member to support <a data-xref-type="css-descriptor" data-xref-for=
1753+
"@media">prefers-color-scheme</a>.
1754+
</p>
17421755
</section>
17431756
<section>
17441757
<h3>
@@ -1829,6 +1842,12 @@ <h3>
18291842
the <a>user agent</a> as the background color when the web
18301843
application's stylesheet is available.
18311844
</p>
1845+
<p>
1846+
Implementors MAY override the value defined by the
1847+
{{WebAppManifest/background_color}} member to support
1848+
<a data-xref-type="css-descriptor" data-xref-for=
1849+
"@media">prefers-color-scheme</a>.
1850+
</p>
18321851
</section>
18331852
<section>
18341853
<h3>
@@ -3374,6 +3393,22 @@ <h2>
33743393
</li>
33753394
</ul>
33763395
</li>
3396+
<li>
3397+
<a href="https://w3c.github.io/accname">Accessible Name and
3398+
Description Computation</a> defines the following terms:
3399+
<ul>
3400+
<li>
3401+
<a href=
3402+
"https://w3c.github.io/accname/#dfn-accessible-name"><dfn>
3403+
accessible name</dfn></a>
3404+
</li>
3405+
<li>
3406+
<a href=
3407+
"https://w3c.github.io/accname/#dfn-accessible-description"><dfn>
3408+
accessible description</dfn></a>
3409+
</li>
3410+
</ul>
3411+
</li>
33773412
</ul>
33783413
</section>
33793414
<section id="index"></section>

0 commit comments

Comments
 (0)