[whatwg] Fullscreen revision I

Sorry for the late reply. Getting to and from TPAC and TPAC itself is  
basically the reason. I hope you understand.

On Wed, 26 Oct 2011 04:06:28 +0200, Robert O'Callahan  
<robert at ocallahan.org> wrote:
> When you say "No longer any attempts at integrating with "F11  
> fullscreen"", do you mean to rule out the possibility that UAs do that?  
> E.g., would you
> allow UAs to have UI that makes the current document fullscreen and sets  
> the fullscreen element to the root element?

If UAs want to implement such UI I think that should be fine. However  
today F11 allows for navigation and such, which this mode does not.


About your nested-fullscreen proposal, I do not see how

> To fix the nested cases, I suggest having a per-document stack of  
> fullscreen elements instead of a single "fullscreen element". [...]

combines with

> 2.2 Pop the top element off D's fullscreen element stack until the stack  
> is empty or the element at the top of stack is in D

as supposedly everything on D's stack would be in D. Should  
D.exitFullscreen not just pop one of D's stack and if that stack is empty  
at that point also clear any descendant document stacks? The only tricky  
thing there might be order (of events). E.g. if you have a descendant B  
which has two descendants each with a fullscreen element. I guess you can  
do them based on the stack order of B.


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Monday, 14 November 2011 04:27:35 UTC