- From: Tobie Langel <notifications@github.com>
- Date: Mon, 15 May 2017 07:53:25 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 May 2017 14:54:14 UTC
tobie commented on this pull request.
> +
+The [{{Default}}] extended attribute must not
+be used on anything other than a [=regular operation=]
+for which a [=corresponding default operation=] has been defined.
+
+<div class="example">
+
+ As an example, the [{{Default}}] extended attribute is suitable
+ for use on the “toJSON” [=regular operation=] of the
+ <a href="https://w3c.github.io/browser-payment-api/#paymentresponse-interface"><code class="idl">PaymentResponse</code></a>
+ interface [[payment-request]].
+
+ <pre highlight="webidl">
+ [SecureContext]
+ interface PaymentResponse {
+ readonly attribute DOMString paymentRequestId;
Still need to address that.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/323#discussion_r116512343
Received on Monday, 15 May 2017 14:54:14 UTC