- From: Domenic Denicola via GitHub <sysbot+gh@w3.org>
- Date: Fri, 06 May 2016 18:53:53 +0000
- To: public-media-capture-logs@w3.org
I've put up a HTML PR for you all to review: https://github.com/whatwg/html/pull/1211 As noted there, the proposal is very slightly different from my https://github.com/w3c/mediacapture-main/issues/353#issuecomment-215851094 since in the course of working on this I discovered that `allowfullscreen` is done slightly differently. The revised proposal for what this spec would do is: > It expects the current [allowed to access user media](https://w3c.github.io/mediacapture-main/#dfn-allowed-to-access-user-media) to become a "user media enabled flag", which exists on Documents instead of browsing contexts, and has an ID of `dfn-user-media-enabled-flag`. This is done to parallel Fullscreen's [fullscreen enabled flag](https://fullscreen.spec.whatwg.org/#fullscreen-enabled-flag). (ID and naming are of course up to you all; I just thought paralleling fullscreen might make sense. The only really important thing is that it's on Documents instead of browsing contexts.) -- GitHub Notification of comment by domenic Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/353#issuecomment-217528495 using your GitHub account
Received on Friday, 6 May 2016 18:55:48 UTC