-
Notifications
You must be signed in to change notification settings - Fork 118
/
pepc.html
42 lines (42 loc) · 1.92 KB
/
pepc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.6" />
<meta http-equiv="origin-trial" content="ArqsmEQWQdYr+74UdOSYUcMhNxYXOo9roFBG3jxB0BPZi0nW1iddcfbKb8oW9Hlo+i0NRAxoSKhsuYMM3zhdOQwAAABaeyJvcmlnaW4iOiJodHRwczovL3Blcm1pc3Npb24uc2l0ZTo0NDMiLCJmZWF0dXJlIjoiUGVybWlzc2lvbkVsZW1lbnQiLCJleHBpcnkiOjE3Mzk5MjMxOTl9">
<title>permission.site (permission element)</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="app-icon.png" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="before"></div>
<div class="content">
<div><permission id="camera" type="camera"></div>
<div><permission id="microphone" type="microphone"></div>
<div><permission id="camera-microphone" type="camera microphone"></div>
<div><permission id="geolocation" type="geolocation"></div>
<div class="demo-instructions">
<h2>👩🏻💻 Demo instructions</h2>
You will see empty rectangles unless this browser implementes basic support for the <permission> element. In Chrome M121 or later, follow these instructions to enable experimental support:
<ul>
<li>Shut down the browser process.</li>
<li>
Restart the browser with these command line flag:
<pre>--enable-features=PermissionElement</pre>
</li>
<li>
Ensure the flags actually took effect by verifying they appear on:
<pre>chrome://version</pre>
</li>
</ul>
</div>
</div>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/chromium/permission.site">On GitHub</a>
</div>
</div>
<link rel="stylesheet" href="third_party/github.css" />
</body>
</html>