Re: [whatwg/fullscreen] css resize in fullscreen mode (#171)

> Can you describe the motivation a bit better? From that bug it sounds like this might allow for some simplification of layout/paint code?
> 
> cc @emilio

The spec doesn't define the behavior for the resizer which should be displayed or not when the resizable element is in fullscreen mode. So a clearer definition may be needed here.

My original idea was to modify directly in layout and paint code, which will be unnecessary if `resize: none !important` is added to the "User-agent level style sheet defaults", :).


> Also, this would only apply to the element being shown fullscreen? Other elements can still be resized?

Yes, only the element being shown fullscreen.

-- 
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/171#issuecomment-638777405

Received on Thursday, 4 June 2020 10:58:25 UTC