Skip to content

Commit bee4f50

Browse files
authored
Editorial: Fix broken link to DOMException names table (#135)
Using backticks is not supported within [=links=] Upstream PR to export the error names table merged here: whatwg/webidl#1325
1 parent 0bade6e commit bee4f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ It has the following [=struct/items=]:
8888
:: A [=string=] which must be the empty string if
8989
[=file system access result/permission state=] is
9090
"{{PermissionState/granted}}"; otherwise an
91-
[=DOMException/name=] listed in the [=`DOMException` names table=].
91+
[=DOMException/name=] listed in the <a>`DOMException` names table</a>.
9292
It is expected that in most cases when
9393
[=file system access result/permission state=] is not
9494
"{{PermissionState/granted}}", this should be "{{NotAllowedError}}".

0 commit comments

Comments
 (0)