Re: [w3c/push-api] Add accessibility section (PR #342)

@martinthomson approved this pull request.

Any sense in acknowledging that the amount of information the API conveys is limited, so sites cannot send any larger resources that a11y might depend on over the push message channel; those need to be fetched separately.

> @@ -1273,6 +1273,19 @@ <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 the [[NOTIFICATIONS]] provide guidance how to present

```suggestion
        However, specifications such as [[NOTIFICATIONS]] provide guidance how to present
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/342#pullrequestreview-785268688

Received on Thursday, 21 October 2021 06:48:23 UTC