Re: [whatwg/fullscreen] Change fullscreen CSS from `top`/`bottom`/`left`/`right` to `inset` (Issue #201)

> Not opposed to this, and it shouldn't be observable, but I'm curious about the performance argument, is the claim that's faster to parse? I expect the performance difference to be close to none in practice, but worth the simplification I suppose.

@bfgeek can add more color, but it sounds like `inset:0` is faster (again, very slightly!) for the layout engine. And of course fewer tokens for the parser, but that's also very small.

Again, since it's not observable and the effect is small, I debated not even opening this issue. But I did. 😄 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/201#issuecomment-1235659187

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fullscreen/issues/201/1235659187@github.com>

Received on Friday, 2 September 2022 15:52:32 UTC