Re: [remote-playback] Define the UA behavior when the disableRemotePlayback attribute is added during the remote playback

I think that looking at `disableRemotePlayback` only in `play()` (or 
potentially other points) and ignoring anything that happens after 
that sounds good. This would be consistent with the `allowfullscreen` 
attribute on iframes, which is checked when the iframe's browsing 
context is created, setting a flag, and removing the attribute after 
that point has no effect. (Blink/WebKit actually checks the attribute 
when requesting fullscreen, but still removing the attribute after 
*that* point has no effect.)

-- 
GitHub Notification of comment by foolip
Please view or discuss this issue at 
https://github.com/w3c/remote-playback/issues/6#issuecomment-174804357
 using your GitHub account

Received on Tuesday, 26 January 2016 03:50:31 UTC