w3c / payment-request

Payment Request API
https://www.w3.org/TR/payment-request/
Other
489 stars 135 forks source link

Section 3.11 (onpaymentmethodchange attribute) mentions the wrong event interface #769

Closed aestes closed 6 years ago

aestes commented 6 years ago

Here's what it says:

3.11 onpaymentmethodchange attribute

A PaymentRequest's onpaymentmethodchange attribute is an EventHandler for a PaymentRequestUpdateEvent named "paymentmethodchange". 

I think this should be "... is an EventHandler for a PaymentMethodChangeEvent ...".

marcoscaceres commented 6 years ago

Fixed and republished on TR.