diff --git a/index.bs b/index.bs index beb029f8..778477b7 100644 --- a/index.bs +++ b/index.bs @@ -13390,11 +13390,9 @@ The {{DOMException}} type is an [=interface type=] defined by the following IDL fragment:
-[
- Exposed=(Window,Worker),
+[Exposed=(Window,Worker),
  Constructor(optional DOMString message = "", optional DOMString name = "Error"),
- Serializable
-]
+ Serializable]
 interface DOMException { // but see below note about ECMAScript binding
   readonly attribute DOMString name;
   readonly attribute DOMString message;