Re: [mediacapture-main] Distinguish between links to the active attribute and the active/inactive concept (Issue #159)

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