Skip to content

Commit

Permalink
Fix some xrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Feb 7, 2022
1 parent 9b0a3c7 commit 8a27728
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,11 @@ <h3>
|descriptorA|'s <a>permission state</a> must also be {{PermissionState/"denied"}}.
</p>
<p class="example" id="example-stronger-than">
<code>{name: {{PermissionName/"midi"}}, sysex: true}</code> ("midi-with-sysex") is
[=PermissionDescriptor/stronger than=] <code>{name: {{PermissionName/"midi"}},
sysex: false}</code> ("midi-without-sysex"), so if the user denies access to
midi-without-sysex, the UA must also deny access to midi-with-sysex, and similarly
if the user grants access to midi-with-sysex, the UA must also grant access to
midi-without-sysex.
`{name: "midi", sysex: true}` ("midi-with-sysex") is
[=PermissionDescriptor/stronger than=] `{name: "midi"}}, sysex: false}`
("midi-without-sysex"), so if the user denies access to midi-without-sysex, the UA
must also deny access to midi-with-sysex, and similarly if the user grants access
to midi-with-sysex, the UA must also grant access to midi-without-sysex.
</p>
</dd>
<dt>
Expand Down

0 comments on commit 8a27728

Please sign in to comment.