diff --git a/specification/index.html b/specification/index.html index 11b42c8c..22df4191 100644 --- a/specification/index.html +++ b/specification/index.html @@ -252,7 +252,7 @@
- The monetization keyword indicates a [=payment pointer=] used to
- monetize the document.
+ The monetization keyword
+ indicates a [=payment pointer=] used to monetize the document.
The monetization keyword may be
@@ -322,7 +322,7 @@
The appropriate times to fetch and process this - type of link is: + type of link are:
When the external resource link's link
- element becomes browsing-context connected.
+ element becomes [=browsing-context connected=].
- If |response|'s status is not an OK status, the set |success| to + If |response|'s status is not an OK status, then set |success| to false.
Otherwise, if response's Content-Type metadata is not a
+ "Content-Type">Content-Type metadata is not
application/json, then set success to
false.
- If a "monetization" link becomes browsing-context
- disconnected, a user agent MUST stop the [=payment session=].
+ If a "monetization" link is no longer [=browsing-context connected=],
+ a user agent MUST stop the [=payment session=].
- The following [=task source=] is defined by this specifications. + The following [=task source=] is defined by this specification.
As such the {{MonetizationEvent}} no longer represents an amount - received, it represents an amount sent and returns a URL as the + received; it represents an amount sent and returns a URL as the {{MonetizationEvent/incomingPayment}} attribute that can be used to determine the amount received.
@@ -740,9 +740,9 @@The allow - attributes only take effect when the content navigable of the iframe - is navigated. Adding or removing the monetization attribute has no - effect on an already-loaded document. + attribute only takes effect when the navigable content of the + [^iframe^] is navigated. Adding or removing the monetization + attribute has no effect on an already-loaded document.
- Unlike [[[Payment-Request]]] and the [[[Payment-Handler]]], which only - supports "one-off" payments, Web Monetization provides a [=payment + Unlike the [[[Payment-Request]]] and the [[[Payment-Handler]]], which only + support "one-off" payments, Web Monetization provides a [=payment session=] that supports both continuous payments and "one-off" payments.