From fac0e1ed01f16fa6e020c99526df92a1f83eacde Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 23 Feb 2017 16:46:12 +1100 Subject: [PATCH] Editorial: firing event not done correctly (closes #401) --- index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 350ede5c..48efeae7 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,6 @@ wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83744/status", issueBase: "https://github.com/w3c/browser-payment-api/issues/", - localBiblio: { "METHOD-IDENTIFIERS": { title: "Payment Method Identifiers", @@ -2252,9 +2251,9 @@

The PaymentRequest updated algorithm is run by other - algorithms above to fire an event to indicate that a user has made a - change to a PaymentRequest called request with an - event name of name. + algorithms above to fire an event to indicate that a user has + made a change to a PaymentRequest called request + with an event name of name.

It MUST run the following steps: @@ -2272,8 +2271,8 @@

  • Let event be a new PaymentRequestUpdateEvent.
  • - Fire an event named name of type event - at request. + Fire an event named name at request + using PaymentRequestUpdateEvent.