Skip to content

Commit

Permalink
Merge branch 'main' into remove-responsible-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Feb 3, 2023
2 parents f43819d + 9989ef0 commit 8f29587
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h2>Methods</h2>
<dd>
<p>Prompts the user to select a specific audio output device.</p>
<p>When the {{selectAudioOutput}} method is called,
the User Agent MUST run the following steps:</p>
the [=user agent=] MUST run the following steps:</p>
<ol>
<li><p>If the [=relevant global object=] of [=this=] does not have
[=transient activation=], return a promise <a>rejected</a> with
Expand All @@ -268,7 +268,7 @@ <h2>Methods</h2>
{{DOMException/name}} attribute has the value
{{NotAllowedError}}, and abort these steps.</p>
</li>
<li><p>Probe the User Agent for available audio output devices.</p></li>
<li><p>Probe the [=user agent=] for available audio output devices.</p></li>
<li>
<p>If there is no audio output device, reject <var>p</var>
with a new {{DOMException}} whose {{DOMException/name}}
Expand Down Expand Up @@ -507,8 +507,8 @@ <h3 id=permissions-policy-integration>Permissions Policy Integration</h3>
<p>This specification defines one
[=policy-controlled feature=] identified by the string
<code><dfn>"speaker-selection"</dfn></code>.
It has a
[=policy-controlled feature/default allowlist=] of <code class=featurepolicy>"self"</code>.
It has a [=policy-controlled feature/default allowlist=]
of <code class=featurepolicy>"self"</code>.
<div class="note">
<p>A [=document=]'s [=Document/permissions policy=]
determines whether any content in that document is
Expand Down
5 changes: 4 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
let aMonthFromNow = new Date();
aMonthFromNow.setMonth(aMonthFromNow.getMonth() + 1);

var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
Expand Down Expand Up @@ -29,7 +32,7 @@ var respecConfig = {
// it is recommended that the respec.css stylesheet be kept
//extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
//extraCSS: ["../../../2009/dap/ReSpec.js/css/respec.css"],

crEnd: aMonthFromNow.toJSON().slice(0,10),
// editors, add as many as you like
// only "name" is required
editors: [
Expand Down

0 comments on commit 8f29587

Please sign in to comment.