- From: Anne van Kesteren via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 May 2015 06:25:09 +0000
- To: public-media-capture-logs@w3.org
If active/inactive are the result of something else, you don't need to modify the attribute. IDL attributes are getter/setter pairs when you get to JavaScript. I've started defining them as such, e.g.: "The active attribute's getter must return true if the context object's is active, and false otherwise." Given that active/inactive are the result of a computation, you don't need to explicitly set either those or the active attribute in the constructor as @adam-be observes. -- GitHub Notif of comment by annevk See https://github.com/w3c/mediacapture-main/pull/168#issuecomment-98057609
Received on Friday, 1 May 2015 06:26:27 UTC