Re: [heycam/webidl] WIP: add localizable dictionary (#358)

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