[blink-dev] Web-Facing Change PSA: View Transitions in iframes

2024-05-27 Thread 'Khushal Sagar' via blink-dev
Hey folks, Starting in Chrome M127, there will be the following changes for View Transitions in iframes: - Concurrent same-document View Transitions in a main frame and same-origin iframe will be available starting with 127.0.6499.3. Previously, running a View Transition using the

[blink-dev] Intent to Ship: View Transitions Same-Origin Navigation

2024-04-30 Thread 'Khushal Sagar' via blink-dev
Contact emails bo...@google.com, khushalsa...@google.com, nrosent...@google.com, vmp...@google.com Explainer https://github.com/WICG/view-transitions/blob/main/cross-doc-explainer.md

Re: [blink-dev] Intent to Ship: 'pageswap' event

2024-03-12 Thread 'Khushal Sagar' via blink-dev
r 6, 2024 at 8:21 AM Daniel Bratell wrote: > >> LGTM2 >> >> /Daniel >> On 2024-03-06 16:58, 'Khushal Sagar' via blink-dev wrote: >> >> >> >> On Wed, Mar 6, 2024 at 6:32 AM Manuel Rego Casasnovas >> wrote: >> >>> What's going on w

Re: [blink-dev] Intent to Ship: 'pageswap' event

2024-03-06 Thread 'Khushal Sagar' via blink-dev
On Wed, Mar 6, 2024 at 6:32 AM Manuel Rego Casasnovas wrote: > What's going on with the tests? > > > https://wpt.fyi/results/html/browsers/browsing-the-web/history-traversal/pageswap?label=master=experimental=chrome=firefox=safari The code to dispatch this event is partly in the browser

[blink-dev] Intent to Ship: 'pageswap' event

2024-02-29 Thread 'Khushal Sagar' via blink-dev
Contact emailskhushalsa...@chromium.org, nrosent...@chromium.org Explainer https://github.com/WICG/view-transitions/blob/main/cross-doc-explainer.md#pageconceal Specificationhttps://html.spec.whatwg.org/#the-pageswapevent-interface Summary The `pageswap` event is fired on a Document's window

[blink-dev] Intent to Prototype: 'pageconceal' event

2024-02-02 Thread 'Khushal Sagar' via blink-dev
Contact emailskhushalsa...@chromium.org, nrosent...@chromium.org Explainer https://github.com/WICG/view-transitions/blob/main/cross-doc-explainer.md#pageconceal Specificationhttps://github.com/whatwg/html/pull/10002 Summary The `pageconceal` event is fired on a Document's window object when a

Re: [blink-dev] Intent to Ship: Detect UA Transitions on same-document Navigations

2023-08-22 Thread 'Khushal Sagar' via blink-dev
ug 17, 2023 at 1:32 PM Khushal Sagar wrote: > FYI, the spec PR has landed. > > On Wed, Aug 16, 2023 at 1:44 PM Mike Taylor > wrote: > >> LGTM2 >> On 8/16/23 6:38 PM, Chris Harrelson wrote: >> >> LGTM1 to ship once the spec PR has landed. >> >

Re: [blink-dev] Intent to Ship: Detect UA Transitions on same-document Navigations

2023-08-17 Thread 'Khushal Sagar' via blink-dev
FYI, the spec PR has landed. On Wed, Aug 16, 2023 at 1:44 PM Mike Taylor wrote: > LGTM2 > On 8/16/23 6:38 PM, Chris Harrelson wrote: > > LGTM1 to ship once the spec PR has landed. > > On Mon, Aug 14, 2023 at 7:50 AM 'Khushal Sagar' via blink-dev < > blink-dev@chromium.

Re: [blink-dev] Intent to Prototype: Document Render-Blocking

2023-08-17 Thread 'Khushal Sagar' via blink-dev
e. For example, for a same-origin iframe the embedding Document can access the iframe's Document object so it can set this. > Thanks! > Camille > > On Wed, Aug 9, 2023 at 11:08 PM 'Khushal Sagar' via blink-dev < > blink-dev@chromium.org> wrote: > >> Contact emailskhus

[blink-dev] Intent to Ship: Detect UA Transitions on same-document Navigations

2023-08-14 Thread 'Khushal Sagar' via blink-dev
Contact emailskhushalsa...@google.com, liuwill...@google.com, hvanops...@google.com Explainer https://github.com/WICG/view-transitions/blob/main/default-ua-transitions.md Specificationhttps://github.com/whatwg/html/pull/9579 Summary Smooth visual transitions as users navigate on the web can

[blink-dev] Intent to Prototype: Document Render-Blocking

2023-08-09 Thread 'Khushal Sagar' via blink-dev
Contact emailskhushalsa...@google.com Explainer https://github.com/WICG/view-transitions/blob/main/document-render-blocking.md SpecificationNone Summary This feature enables authors to block rendering of a Document until the critical content has been parsed, ensuring a consistent first paint

[blink-dev] Re: Intent to Prototype: Disabling UA transitions on same-document navigations

2023-04-25 Thread 'Khushal Sagar' via blink-dev
FYI, I added a visual example to the problem statement to clarify the current status. On Fri, Apr 21, 2023, 7:54 PM Khushal Sagar wrote: > Contact emailskhushalsa...@google.com,

[blink-dev] Intent to Prototype: Disabling UA transitions on same-document navigations

2023-04-21 Thread 'Khushal Sagar' via blink-dev
Contact emailskhushalsa...@google.com, liuwill...@google.com Explainer https://github.com/WICG/view-transitions/blob/main/default-ua-transitions.md SpecificationNone Summary Smooth visual transitions as users navigate on the web can lower cognitive load by helping users stay in context. It can

[blink-dev] Intent to Prototype: Detect UA Transitions on same-document Navigations

2023-04-21 Thread 'Khushal Sagar' via blink-dev
Contact emailskhushalsa...@google.com, liuwill...@google.com, hvanops...@google.com Explainer https://github.com/WICG/view-transitions/blob/main/default-ua-transitions.md SpecificationNone Summary Smooth visual transitions as users navigate on the web can lower cognitive load by helping users

[blink-dev] Intent to Prototype: View Transition Same-Origin Navigation

2022-11-09 Thread 'Khushal Sagar' via blink-dev
Contact emailskhushalsa...@google.com, vmp...@google.com Explainer https://github.com/WICG/view-transitions/blob/main/explainer.md#cross-document-same-origin-transitions Specification Summary The ViewTransition API allows authors to define visual transitions between 2 DOM states. The first

[blink-dev] Intent to Prototype: CSS object-view-box and object-overflow

2022-03-07 Thread 'Khushal Sagar' via blink-dev
Contact emailskhushalsa...@chromium.org, tabatk...@chromium.org, vmp...@chromium.org Explainerhttps://github.com/w3c/csswg-drafts/issues/7058 SpecificationIn Progress Summary The object-view-box and object-overflow properties allow the content for replaced elements to paint outside its