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

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