Skip to content

Commit

Permalink
remove break for create
Browse files Browse the repository at this point in the history
  • Loading branch information
timcappalli committed Apr 29, 2024
1 parent a21babf commit 7466f32
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ a numbered step. If outdented, it (today) is rendered as a bullet in the midst o
:: 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 [FALSE], throw a "{{SecurityError}}" {{DOMException}}.

: does not support [[#sctn-related-origins|related origin requests]]
:: throw a "{{SecurityError}}" {{DOMException}}.
</dl>
Expand Down Expand Up @@ -2337,13 +2337,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
: supports [[#sctn-related-origins|related origin requests]]
:: 1. Let |rpIdRequested| be the value of <code>|pkOptions|.{{PublicKeyCredentialRequestOptions/rpId}}</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}}.
Expand Down

0 comments on commit 7466f32

Please sign in to comment.