Re: [blink-dev] Web-Facing Change PSA: align-content CSS property for blocks

2023-12-11 Thread 一丝
WebKit is being actively implemented: https://github.com/WebKit/WebKit/pull/21522 以上 一丝 PhistucK 于2023年12月12日周二 07:50写道: > > Low risk. This just expands coverage of a CSS property. > > Well... Not that low, perhaps? > I think I used a trick (I suppose) where under some circumstances, I do >

[blink-dev] Intent to Prototype: Locked Mode API

2023-12-11 Thread Jun W.
Contact emailsjung...@chromium.org, ort...@chromium.org, mgi...@chromium.org Explainer https://github.com/explainers-by-googlers/locked-mode/blob/main/README.md SpecificationNone Summary Provides a way for a site to prompt the user to enter a locked-down fullscreen mode, where the user cannot

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-12-11 Thread Chris Harrelson
On Mon, Dec 11, 2023 at 3:58 AM 'Mateusz Krzeszowiak' via blink-dev < blink-dev@chromium.org> wrote: > Hi all! > > We were considering removing the lazy-loading inside the slider on shop.app > product pages > because > the images

Re: [blink-dev] Web-Facing Change PSA: align-content CSS property for blocks

2023-12-11 Thread PhistucK
> Low risk. This just expands coverage of a CSS property. Well... Not that low, perhaps? I think I used a trick (I suppose) where under some circumstances, I do not want the property (and others that are flexbox-specific) to have any effect, so I just change display to block. Not saying it is a

[blink-dev] Web-Facing Change PSA: align-content CSS property for blocks

2023-12-11 Thread TAMURA, Kent
Contact emailstk...@chromium.org, ikilpatr...@chromium.org Specificationhttps://drafts.csswg.org/css-align/#distribution-block Summary `align-content` CSS property works for block containers and table cells. The property worked only for flex containers and grid containers. It supports block

[blink-dev] Web-Facing Change PSA: Async Clipboard API: Write well-formed HTML document.

2023-12-11 Thread 'Anupam Snigdha' via blink-dev
Contact emails sni...@microsoft.com, sa...@microsoft.com, est...@chromium.org Specification https://w3c.github.io/clipboard-apis/#dom-clipboard-write Design docs https://docs.google.com/document/d/1rTEg2I-hMPXGiLrEMqKJz2Ycu6GRjlM3uvakOe84m8Q/edit?usp=sharing Summary The Async clipboard

[blink-dev] Re: Web-Facing Change PSA: Async Clipboard API: Write well-formed HTML document.

2023-12-11 Thread 'Anupam Snigdha' via blink-dev
Fixing typos and formats. From: Anupam Snigdha Sent: Monday, December 11, 2023 2:42 PM To: blink-dev@chromium.org Cc: Sanket Joshi (EDGE) ; Evan Stade ; Ana Sollano Kim Subject: Web-Facing Change PSA: Async Clipboard API: Write well-formed HTML document.

[blink-dev] Web-Facing Change PSA: Async Clipboard API: Write well-formed HTML document.

2023-12-11 Thread 'Anupam Snigdha' via blink-dev
Contact emails sni...@microsoft.com, sa...@microsoft.com, est...@chromium.org Specification https://w3c.github.io/clipboard-apis/#dom-clipboard-write Design docs https://docs.google.com/document/d/1rTEg2I-hMPXGiLrEMqKJz2Ycu6GRjlM3uvakOe84m8Q/edit?usp=sharing Summary The Async clipboard

[blink-dev] Intent to Prototype: FedCM Button Mode API and Add Account API

2023-12-11 Thread Yi Gu
Contact emails y...@chromium.org, cbiesin...@chromium.org Explainer TBD (incubating in this thread ) Specification We will add specifications as we learn more while we prototype. Summary We plan to prototype two new APIs

Re: [blink-dev] Intent to Ship: CSSKeyframesRule.length

2023-12-11 Thread Mike Taylor
This seems like a fairly trivial and useful addition, but can we put this behind a feature flag? It's not hard to imagine some code looking at `CSSKeyframesRule.length` as a proxy for "is not Chrome" and something going wrong (though, I imagine this is a very small risk).

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-12-11 Thread 'Mateusz Krzeszowiak' via blink-dev
Hi all! We were considering removing the lazy-loading inside the slider on shop.app product pages because the images appeared too late when scrolling, even on fast connections. I tested the new behaviour in Chrome Canary and it