[blink-dev] Intent to Experiment: Capture all screens

2023-06-06 Thread Simon Hangl
Contact emails simo...@google.com Explainer https://github.com/screen-share/capture-all-screens/blob/main/explainer.md Specification https://screen-share.github.io/capture-all-screens/ Design docs https://screen-share.github.io/capture-all-screens https://github.com/screen-share/capture-all

Re: [blink-dev] Intent to Ship: Add value argument to URLSearchParams's has() and delete()

2023-06-06 Thread Debadree Chatterjee
Thank you so much for finding out simon!! so then nuxt is probably not to blame here On Tuesday, June 6, 2023 at 8:39:51 PM UTC+5:30 Simon Lecutiez wrote: > Hello, > > > I am still analyzing if this is a library issue or maybe its some > specific style of writing nuxt > > Both websites were ma

Re: [blink-dev] Intent to Prototype: JPEG XL decoding support (image/jxl) in blink

2023-06-06 Thread Albert Andaluz González
The Chrome status page (https://chromestatus.com/feature/5188299478007808) should now mention that Webkit supports jpeg-xl, at least for Safari 17 beta onwards. https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes See also relevant WWDC2023 session (Explore media

Re: [blink-dev] Intent to Ship: Add value argument to URLSearchParams's has() and delete()

2023-06-06 Thread Simon Lecutiez
Hello, > I am still analyzing if this is a library issue or maybe its some specific style of writing nuxt Both websites were made by the same agency (Akaru ), so it could even be a homemade library or a single developer’s style ;) Hope it helps, Simon Le lundi 5 juin 2023 à

[blink-dev] Layout Tree Updates

2023-06-06 Thread Isabella Swift
I am not able to understand layout tree updates. can someone please help. I have one DIV and it has 3 children when I add a new child just above the first child in this div then all the older 3 children present in this div will move below in terms of y-position. So this will cause change in the

Re: [blink-dev] Intent to Ship: @scope

2023-06-06 Thread 'Artur Janc' via blink-dev
I'm wondering how @scope will interact with :visited (to make sure we avoid exposing the visitedness of links as per https://dbaron.org/mozilla/visited-privacy) -- are all links treated as unvisited for the purposes of @scope? On Monday, June 5, 2023 at 11:49:40 PM UTC+2 Chris Harrelson wrote: