Skip to content

Remove now unnecessary instructions #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions pepc.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,7 @@
<div><permission id="camera-microphone" type="camera microphone"></div>
<div class="demo-instructions">
<h2>👩🏻‍💻 Demo instructions</h2>
You will see empty rectangles unless this browser implementes basic support for the &lt;permission&gt;&nbsp;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>
You will see empty rectangles unless this browser implementes basic support for the &lt;permission&gt;&nbsp;element.
</div>
</div>
<div class="github-fork-ribbon-wrapper right">
Expand Down