Skip to content

Commit

Permalink
Add accessibility section (#342)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
marcoscaceres and martinthomson authored Oct 25, 2021
1 parent 95c742d commit 63abbbd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,24 @@ <h2>
</tr>
</table>
</section>
<section>
<h2>
Accessibility
</h2>
<p>
The <cite>Push API</cite> does not provide any means itself to present data it receives
from a [=push service=]. Instead, the <cite>Push API</cite> relies on other APIs –
primarily the [[[NOTIFICATIONS]]] – to present received information to an end user. As
such, there are no accessibility requirements for the <cite>Push API</cite> itself.
However, specifications such as [[NOTIFICATIONS]] provide guidance how to present
notifications in an accessible manner.
</p>
<p>
Further, presenting an accessible interface might depend on transferring more information
than a push message can convey. Push messages are best suited to carrying small amounts of
content or identifiers. Any larger resources need to be fetched from servers.
</p>
</section>
<section id="conformance">
<p>
This specification defines conformance criteria that apply to a single product: the
Expand Down

0 comments on commit 63abbbd

Please sign in to comment.