Re: [heycam/webidl] Allow extended attributes to apply to types (#286)

At https://heycam.github.io/webidl/#TreatNullAs , the example says:
[TreatNullAs=EmptyString] attribute DOMString owner;

Should this be:
attribute [TreatNullAs=EmptyString] DOMString owner;

now?

Or did you not do this part of the change?

-- 
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/286#issuecomment-299233069

Received on Thursday, 4 May 2017 16:10:40 UTC