-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
In #810 and #752 we have some names and descriptions that feel a bit quirky compared to how most resources talk about them.
Should the name be:
- Audio session or Audio Session API
- Media session or Media Session API
- Device posture or Device Posture API
Should the description start with:
- The
navigator.audioSessionobject, thenavigator.audioSessionAPI, or the Audio Session API? - The
navigator.mediaSessionobject, thenavigator.mediaSessionAPI, or the Media Session API? - The
navigator.devicePostureobject, thenavigator.devicePostureAPI, or the Device Posture API?
Considerations:
- If we include "API", do we always do it or only when that's the spec name? https://w3c.github.io/device-posture/ includes it but the other two do not
- Calling something "object" is technically correct, but I worry that it overfocuses on the API entry point, and that the features aren't normally referred to be their entry point, especially things on
navigator, sincenavigatoris effectively a namespace to avoid putting stuff onwindow.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation