[Bug 25652] Media Capture Spec should explicitly specify about MediaStream active / inactive state change events to give more clarity.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25652

Harald Alvestrand <harald@alvestrand.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |harald@alvestrand.no
         Resolution|---                         |WORKSFORME

--- Comment #1 from Harald Alvestrand <harald@alvestrand.no> ---
The next paragraph in the spec says

When a MediaStream goes from being active to inactive, the user agent must
queue a task that sets the object's active attribute to false and fire a simple
event named inactive at the object. When a MediaStream goes from being inactive
to active, the user agent must queue a task that sets the object's active
attribute to true and fire a simple event named active at the object.

This issue seems covered. Closing as "no change needed" (aka WORKSFORME).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 14 May 2014 13:56:59 UTC