- From: Tobie Langel <notifications@github.com>
- Date: Thu, 04 May 2017 00:24:01 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 May 2017 07:24:36 UTC
I know extended attributes aren't designed for this purpose, but:
```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-299113990
Received on Thursday, 4 May 2017 07:24:36 UTC