Re: [whatwg/dom] Use Web IDL constructor operations (#782)

foolip commented on this pull request.



>  interface EventTarget {
+  constructor();

I tried to be consistent with what was previously done within each interface. Where methods and attributes were already separated by a blank line I added a newline, and where there were no blank lines I didn't add one.

Is there a rule I can apply to all of the affected interfaces?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/782#discussion_r326518700

Received on Friday, 20 September 2019 08:18:04 UTC