Re: Fullscreen?

On , Daniel Hendrycks <kondo8@hotmail.com> wrote:

> https://wiki.mozilla.org/Gecko:FullScreenAPI

I personally don't see much benefit in Gecko's API. Some of the use cases are coverd by media queries, like "projection" or the new work being done with the @viewport rule (http://people.opera.com/rune/TR/css-viewport/). Others are specifically user agent UI features, like double clicking a video to show fullscreen, as in popular media players. 'Fullscreening' a fragment of the page can already be achieved by opening a popup and then letting the user do what he/she wants with it. And last but not least, going fullscreen always raises the typical UI spoofing issues or the typical question "Who's in control, the page or the user?", hence their specific permissions API.

So, are there any use cases that *are* really no covered by the current state of the art web standards, and are those use cases significant ?

Received on Thursday, 23 December 2010 03:23:36 UTC