Skip to content

Commit f15b18b

Browse files
committed
Use simple exceptions instead
1 parent 6d0895e commit f15b18b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ spec: SP800-800-63r3; urlPrefix: https://pages.nist.gov/800-63-3/sp800-63-3.html
264264
spec: webidl; urlPrefix: https://webidl.spec.whatwg.org
265265
type: dfn;
266266
text: get a copy of the bytes held by the buffer source; url: dfn-get-buffer-source-copy
267-
text: Exceptions; url: idl-exceptions
268267

269268
spec: webdriver; urlPrefix: https://w3c.github.io/webdriver/
270269
type: dfn
@@ -2303,7 +2302,7 @@ The following {{DOMException}} exceptions can be raised:
23032302

23042303
</dl>
23052304

2306-
The following <code>[=Exceptions|Exception=]</code> exceptions can be raised:
2305+
The following [=simple exceptions=] can be raised:
23072306

23082307
<dl>
23092308

@@ -2865,7 +2864,7 @@ The following {{DOMException}} exceptions can be raised:
28652864
while others are client-specific.
28662865
</dl>
28672866

2868-
The following <code>[=Exceptions|Exception=]</code> exceptions can be raised:
2867+
The following [=simple exceptions=] can be raised:
28692868

28702869
<dl>
28712870

0 commit comments

Comments
 (0)