Skip to content

Commit 63abbbd

Browse files
Add accessibility section (#342)
* Add accessibility section * fixup * Update index.html Co-authored-by: Martin Thomson <[email protected]> * Additional text from mt Co-authored-by: Martin Thomson <[email protected]>
1 parent 95c742d commit 63abbbd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,24 @@ <h2>
12651265
</tr>
12661266
</table>
12671267
</section>
1268+
<section>
1269+
<h2>
1270+
Accessibility
1271+
</h2>
1272+
<p>
1273+
The <cite>Push API</cite> does not provide any means itself to present data it receives
1274+
from a [=push service=]. Instead, the <cite>Push API</cite> relies on other APIs –
1275+
primarily the [[[NOTIFICATIONS]]] – to present received information to an end user. As
1276+
such, there are no accessibility requirements for the <cite>Push API</cite> itself.
1277+
However, specifications such as [[NOTIFICATIONS]] provide guidance how to present
1278+
notifications in an accessible manner.
1279+
</p>
1280+
<p>
1281+
Further, presenting an accessible interface might depend on transferring more information
1282+
than a push message can convey. Push messages are best suited to carrying small amounts of
1283+
content or identifiers. Any larger resources need to be fetched from servers.
1284+
</p>
1285+
</section>
12681286
<section id="conformance">
12691287
<p>
12701288
This specification defines conformance criteria that apply to a single product: the

0 commit comments

Comments
 (0)