- From: Tobie Langel <notifications@github.com>
- Date: Tue, 09 May 2017 01:40:39 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 May 2017 08:41:12 UTC
Would like to hear the thoughts of @bzbarsky, @annevk, and @domenic on the below non-standard use of extended attributes so we can move ahead with the PR:
```webidl
dictionary PaymentItem : Localizable {
[localizable] required DOMString label;
required PaymentCurrencyAmount amount;
boolean pending = false;
};
````
--
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/358#issuecomment-300099676
Received on Tuesday, 9 May 2017 08:41:12 UTC