Rakina Zata Amni

Results 8 issues of Rakina Zata Amni

As mentioned in https://github.com/whatwg/html/issues/5744 and https://github.com/whatwg/html/issues/5748, the factors that affect a page's eligibility to be preserved in BFCache differs between browsers, but some are consistent (e.g. `Cache-control: no-store`). I think...

topic: history
interop

This came up on a recent [Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=1111864). Currently adopting a shadow root with non-empty `adoptedStyleSheets` into a `` document will clear the `adoptedStyleSheets`, and vice versa. Say we have...

## Request for review on BFCache guides * WebKittens who can provide input: @annevk @cdumez @hober @marcoscaceres Chrome's BFCache team have been working on making sure future web platform APIs...

topic: loading
venue: W3C TAG
concerns: venue
venue: personal repo
from: Google

Constructed stylesheets should not support quirks mode. See https://github.com/WICG/construct-stylesheets/issues/59. I'm not sure if I need to make a WPT for this and how to link from a draft spec. I...

If a document specifies `Document-Policy: unload=?0`, the unload event will not be dispatched for that document. This is useful because the existence of an unload handler in a page will...

## Introduction `fetch()` requests can fail due to transient network errors. Manual JavaScript retries are complex and impossible to be done after page unload (e.g. for keepalive fetches), causing data...

### What problem are you trying to solve? fetch() requests can fail due to transient network errors. Manual JavaScript retries are complex and impossible to be done after page unload...

addition/proposal
needs implementer interest

### What problem are you trying to solve? We observe users sometimes navigate to the same URL in quick succession, likely by accident. Because new navigations take precedent over an...

addition/proposal
needs implementer interest
topic: navigation