这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit 653d50a

Browse files
authored
Merge pull request #213 from sidvishnoi/gh-pages
Editorial: replace feature-policy usage with permissions-policy
2 parents 30cf0c3 + 07a666c commit 653d50a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
};
3636
</script>
3737
</head>
38-
<body data-cite="hr-time FEATURE-POLICY">
38+
<body data-cite="hr-time permissions-policy">
3939
<section id="abstract">
4040
<p>
4141
Some user agents have music devices, such as synthesizers, keyboard and
@@ -155,11 +155,11 @@ <h2>
155155
</h2>
156156
<section data-link-for="Navigator">
157157
<h2>
158-
Feature Policy Integration
158+
Permissions Policy Integration
159159
</h2>
160160
<p>
161161
{{requestMIDIAccess()}} is a <a>policy-controlled feature</a>, as
162-
defined by [[[Feature-Policy]]].
162+
defined by [[[Permissions-Policy]]].
163163
</p>
164164
<p>
165165
The feature name for {{requestMIDIAccess()}} is <dfn data-lt=

0 commit comments

Comments
 (0)