diff --git a/.pr-preview.json b/.pr-preview.json index 41eb56061..b92ae4671 100644 --- a/.pr-preview.json +++ b/.pr-preview.json @@ -2,6 +2,7 @@ "src_file": "index.bs", "type": "bikeshed", "params": { - "force": 1 + "force": 1, + "die-on": "nothing" } } diff --git a/index.bs b/index.bs index d171a1232..99099c409 100644 --- a/index.bs +++ b/index.bs @@ -2275,11 +2275,13 @@ Methods associated {{AudioContext}}. 1. Attempt to acquire system resources to use - a following audio output device based on {{AudioContext/[[sink ID]]}} + the following output target based on |sinkId| for rendering: * The default audio output device for the empty string. - * A audio output device identified by {{AudioContext/[[sink ID]]}}. + * An audio output device identified by |sinkId|. + * No audio output device for an {{AudioSinkOptions}} whose + {{AudioSinkOptions/type}} is "{{AudioSinkType/none}}". In case of failure, reject |p| with "{{InvalidAccessError}}" abort the following steps.