From 1f5653c12dfee97b13246bf40f3514439ab31319 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 16 Feb 2017 19:59:50 +1100 Subject: [PATCH 1/2] editorial: fix linking to various specs * link dfns to PROMISES-GUIDE * remove dfn 'node document', never used * remove duplicate lt of payment method identifier * cite canonical HTML * cite DOM with no version --- index.html | 49 ++++++++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index f4934ddb..f0796169 100644 --- a/index.html +++ b/index.html @@ -337,7 +337,7 @@

construction, generate a paymentRequestId.
  • If the current settings object's responsible document is not + "!HTML#responsible-document">responsible document is not allowed to use the feature indicated by attribute name allowpaymentrequest, then throw a "SecurityError" DOMException. @@ -2407,37 +2407,42 @@

    Payment Method Identifiers
    - The term payment method + The term payment method identifier is defined by [[!METHOD-IDENTIFIERS]].
    - HTML 5.1 + HTML
    - The following are defined by [[!HTML51]]: + The following are defined by [[!HTML]]:
    • - queue a task + queue a task
    • - user interaction task source + user + interaction task source
    • - top-level browsing context + top-level + browsing context
    • - current settings object + current settings + object
    • - allowed to use + allowed to use
    • - in parallel + in parallel
    • -
    • the iframe element +
    • the iframe element
    • -
    • the allowpaymentrequest attribute +
    • the allowpaymentrequest + attribute
    @@ -2466,16 +2471,22 @@

    Writing Promise-Using Specifications
    - The terms upon fulfillment and upon rejection - are defined by [[!PROMISES-GUIDE]]. + The terms upon + fulfillment and upon rejection are defined by + [[!PROMISES-GUIDE]].
    - DOM4 + DOM
    - The Event type and the terms fire an event, - dispatch flag, stop propagation flag, and - stop immediate propagation flag are defined by [[!DOM4]]. + The Event + interface and the terms fire an event, dispatch flag, stop propagation flag, and + stop + immediate propagation flag are defined by [[!DOM]].
    Web IDL From b9c85c1218a5a9f04594aa275cdbd2e247440285 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 20 Feb 2017 13:01:59 +1100 Subject: [PATCH 2/2] editorial: remove duplicate lt --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f0796169..92701fb6 100644 --- a/index.html +++ b/index.html @@ -2460,11 +2460,11 @@

    defined by [[!ECMA-262-2015]].

    The term JSON-serialize - applied to a given object means to run the algorithm specified by - the original value of the JSON.stringify function on the - supplied object, passing the supplied object as the sole argument, - and return the resulting string. This can throw an exception. + "JSON-serialized|JSON-serializing">JSON-serialize applied to + a given object means to run the algorithm specified by the original + value of the JSON.stringify function on the supplied object, + passing the supplied object as the sole argument, and return the + resulting string. This can throw an exception.