Re: [whatwg/fullscreen] Make fullscreenElement and fullscreenEnabled [Replaceable]? (#2)

That is, do we want
```webidl
  attribute boolean fullscreenEnabled;
  attribute Element? fullscreenElement;
```
or
```webidl
  attribute any fullscreenEnabled;
  attribute any fullscreenElement;
```
as they have slightly different effects.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/2#issuecomment-215663002

Received on Friday, 29 April 2016 08:59:03 UTC