diff --git a/index.bs b/index.bs
index d70ec37cf..07e712f00 100644
--- a/index.bs
+++ b/index.bs
@@ -261,10 +261,6 @@ spec: SP800-800-63r3; urlPrefix: https://pages.nist.gov/800-63-3/sp800-63-3.html
text: something you have; url: af
text: something you are; url: af
-spec: webidl; urlPrefix: https://heycam.github.io/webidl
- type: dfn;
- text: get a copy of the bytes held by the buffer source; url: dfn-get-buffer-source-copy
-
spec: webdriver; urlPrefix: https://w3c.github.io/webdriver/
type: dfn
text: WebDriver error; url: dfn-error
@@ -2251,6 +2247,61 @@ During the above process, the user agent SHOULD show some UI to the user to guid
authorizing an authenticator. When |options|.{{CredentialCreationOptions/mediation}} is set to {{CredentialMediationRequirement/conditional}}, prominent modal UI should not be shown unless credential creation was previously consented to via means determined by the user agent.
+#### Create Request Exceptions #### {#sctn-create-request-exceptions}
+
+[INFORMATIVE]
+
+[=[WRPS]=] can encounter a number of exceptions from a call to {{CredentialsContainer/create()|navigator.credentials.create()}}.
+Some exceptions can have multiple reasons for why they happened,
+requiring the [=[WRPS]=] to infer the actual reason based on their use of WebAuthn.
+
+Note: Exceptions that can be raised during processing of any [=WebAuthn Extensions=],
+including ones defined outside of this specification,
+are not listed here.
+
+The following {{DOMException}} exceptions can be raised:
+
+
{{PublicKeyCredentialCreationOptions/rp}}.{{PublicKeyCredentialRpEntity/id}} was not equal to or a registrable domain suffix of the [=effective domain=].
+ In the latter case,
+ the [=client=] does not support [[#sctn-related-origins|related origin requests]]
+ or the [$related origins validation procedure$] failed.
+
+ : {{NotAllowedError}}
+ :: A catch-all error covering a wide range of possible reasons,
+ including common ones like the user canceling out of the ceremony.
+ Some of these causes are documented throughout this spec,
+ while others are client-specific.
+
+|options| argument was not a valid [[#sctn-credentialcreationoptions-extension|CredentialCreationOptions]] value,
+ or the value of {{PublicKeyCredentialCreationOptions/user}}.{{PublicKeyCredentialUserEntity/id}} was empty or was longer than 64 bytes.
+
+{{PublicKeyCredentialCreationOptions/rp}}.{{PublicKeyCredentialRpEntity/id}} was not equal to or a registrable domain suffix of the [=effective domain=].
+ In the latter case,
+ the [=client=] does not support [[#sctn-related-origins|related origin requests]]
+ or the [$related origins validation procedure$] failed.
+
+ : {{NotAllowedError}}
+ :: A catch-all error covering a wide range of possible reasons,
+ including common ones like the user canceling out of the ceremony.
+ Some of these causes are documented throughout this spec,
+ while others are client-specific.
+|options| argument was not a valid [[#sctn-credentialrequestoptions-extension|CredentialRequestOptions]] value.
+
+