From c780caf3c3e70f59efb5bac995c51713218240f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Thu, 8 Aug 2019 11:26:58 +1000 Subject: [PATCH] editorial: fix ReSpec xrefs --- index.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 82fa714..098309c 100644 --- a/index.html +++ b/index.html @@ -117,17 +117,19 @@

or url are present, return a promise rejected with a {{TypeError}}. -
  • If data's url member is present: +
  • If data's url member is [=dictionary + member/present=]:
    1. Let base be the this value's relevant - settings object's API base URL. + settings object's [=environment settings object/api base + URL=].
    2. Let url be the result of running the URL parser on data's url, with base, and no encoding override.
    3. -
    4. If url is failure, return a promise - rejected with {{TypeError}}. +
    5. If url is failure, return a promise rejected + with {{TypeError}}.
    6. Set data to a copy of data, with its url member set to the result of running the URL @@ -136,7 +138,7 @@

  • If the method call was not triggered by user activation, - return a promise rejected with with a "{{NotAllowedError}}" + return a promise rejected with with a {{"NotAllowedError"}} {{DOMException}}.
  • Let p be a new promise. @@ -144,7 +146,7 @@

  • Return p and in parallel:
    1. If there are no share targets available, - reject p with an "{{AbortError}}" + reject p with an {{"AbortError"}} {{DOMException}}, and abort these steps.
    2. Present the user with a choice of one or more share @@ -153,14 +155,14 @@

      the share targets. Wait for the user's choice.

    3. If the user chose to cancel the share operation, - reject p with an "{{AbortError}}" + reject p with an {{"AbortError"}} {{DOMException}}, and abort these steps.
    4. Activate the chosen share target, convert data to a format suitable for ingestion into the target, and transmit the converted data to the target. If an error occurs starting the target or transmitting the data, - reject p with an "{{AbortError}}" + reject p with an {{"AbortError"}} {{DOMException}}, and abort these steps.
    5. Once the data has been successfully transmitted to the