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

https://drafts.csswg.org/css-ui-3/#resize


> When an element is resized by the user, the user agent sets the width and height properties to px unit length values of the size indicated by the user, in the element’s style attribute DOM, replacing existing property declaration(s), if any, without !important, if any.

So what if !important is used there? It seems user agents ignore it anyway... But it's also not entirely clear to me from that sentence if that is correct or incorrect.

However, it does go on to suggest:

> There may be situations where user attempts to resize an element appear to be overriden or ignored, e.g. because of !important cascading declarations that supersede that element’s style attribute width and height properties in the DOM.

So I think that ought to be clarified first. If indeed the fullscreen element happens to be the exception and it's easier to rectify that with `resize:none`, so be it.

-- 
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-638808424

Received on Thursday, 4 June 2020 12:11:24 UTC