Re: [heycam/webidl] Pattern for defining constructors, methods, getters, and setters (#730)

Even if unlikely, I like the idea of making it easier were it to happen. So let's drop "attribute " as well. This gives:

* The <code>new Example(<var>org</var>)</code> constructor steps are: ...
* The <code>test(<var>example</var>)</code> method steps are: ...
* The `text` getter steps are: ...
* The `text` setter steps are: ...

-- 
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/issues/730#issuecomment-626771615

Received on Monday, 11 May 2020 15:22:21 UTC