Skip to content

Commit

Permalink
remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
timcappalli committed Apr 29, 2024
1 parent b51bd16 commit a21babf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1833,13 +1833,8 @@ a numbered step. If outdented, it (today) is rendered as a bullet in the midst o
: supports [[#sctn-related-origins|related origin requests]]
:: 1. Let |rpIdRequested| be the value of <code>|pkOptions|.{{PublicKeyCredentialCreationOptions/rp}}.{{PublicKeyCredentialRpEntity/id}}</code>.

1. If the result of running the [[#sctn-validating-relation-origin|related origins validation procedure]] is
<dl class="switch">
: `false`
:: throw a "{{SecurityError}}" {{DOMException}}.
: `true`
:: [=break=].
</dl>
1. If the result of running the [[#sctn-validating-relation-origin|related origins validation procedure]] is [FALSE], throw a "{{SecurityError}}" {{DOMException}}.

: does not support [[#sctn-related-origins|related origin requests]]
:: throw a "{{SecurityError}}" {{DOMException}}.
</dl>
Expand Down

0 comments on commit a21babf

Please sign in to comment.