From 5503f12d57fbef8d51d150e842ce0bd52262301a Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 23 Feb 2017 14:37:00 +1100 Subject: [PATCH] editorial: don't redefine WebIDL things (closes #399) --- index.html | 95 ++++++++++++++++++------------------------------------ 1 file changed, 31 insertions(+), 64 deletions(-) diff --git a/index.html b/index.html index 92701fb6..70262a08 100644 --- a/index.html +++ b/index.html @@ -2492,81 +2492,48 @@

Web IDL
- When this specification says to throw an error, the user agent must - throw an error as described in [[!WEBIDL-LS]]. When this occurs in a - sub-algorithm, this results in termination of execution of the - sub-algorithm and all ancestor algorithms until one is reached that - explicitly describes procedures for catching exceptions. +

+ When this specification says to throw an error, the + user agent must throw an error as described in + [[!WEBIDL-LS]]. When this occurs in a sub-algorithm, this results + in termination of execution of the sub-algorithm and all ancestor + algorithms until one is reached that explicitly describes + procedures for catching exceptions. +

The algorithm for converting an ECMAScript value to a dictionary is defined by [[!WEBIDL-LS]].

-
-

DOMException and the following DOMException types from [[!WEBIDL-LS]] are used:

- - - - - - - - - - - - - - - - - - - - - - - - - -
- Type - - Message (optional) -
- AbortError - - The payment request was aborted -
- InvalidStateError - - The object is in an invalid state -
- NotSupportedError - - The payment method was not supported -
- QuotaExceededError - - The canMakePayment() method was called too often - according to the user agent's heuristics. -
- SecurityError - - The operation is only supported in a secure context -
+
    +
  • + "AbortError" +
  • +
  • + "InvalidStateError" +
  • +
  • + "NotSupportedError" +
  • +
  • + "QuotaExceededError" +
  • +
  • + "SecurityError" +
  • +