[Bug 22259] Disabled mediastreamtrack and state of media element

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

--- Comment #8 from Dominique Hazael-Massieux <dom@w3.org> ---
I think there are plenty of examples of a boolean attribute queuing up a task;
e.g.
http://www.w3.org/html/wg/drafts/html/master/embedded-content.html#dom-audiotrack-enabled

That same links also shows that HTML5 is silent on how and when the disabled
state is reflected in the media player, so maybe we don't need to say anything
either. 

That said, part of why they don't need to say anything is that there is a
"change" event fired on enabling/disabling a given track; I think it would be
consistent to have a similar event in our case.

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

Received on Thursday, 3 April 2014 13:34:28 UTC