[blink-dev] Intent to Ship: Unprefixed print-color-adjust

2025-03-17 Thread Chromestatus
Contact emails chris...@chromium.org Explainer None Specification https://drafts.csswg.org/css-color-adjust/#propdef-print-color-adjust Summary The print-color-adjust allows adjusting colors in printed web pages. This is the same as Chromium's already-supported -webkit-print-color-adjust, b

[blink-dev] Intent to Ship: Controlled Frame API (available only to IWAs)

2025-03-17 Thread Robbie McElrath
Contact emails rmcelr...@chromium.org, ze...@chromium.org Explainer https://github.com/WICG/controlled-frame/blob/main/README.md Specification https://wicg.github.io/controlled-frame Summary Adds a Controlled Frame API available only to Isolated Web Apps (IWAs). This work will add a new Con

[blink-dev] Intent to Prototype: Noising canvas readbacks in Incognito

2025-03-17 Thread Chromestatus
Contact emails t...@chromium.org, antoniosart...@chromium.org, johny...@google.com, riz...@google.com Explainer https://github.com/explainers-by-googlers/canvas-noise-on-readbacks Specification None Summary The canvas APIs allow websites to draw shapes and forms on a canvas and read back t

[blink-dev] Re: Intent to Experiment: Device Bound Session Credentials

2025-03-17 Thread Alex Russell
Given that the design of this feature doesn't require a specific backend implementation, going to approve it. LGTM On Thursday, March 13, 2025 at 3:50:18 PM UTC-7 Daniel Rubery wrote: > Hello, > > Device Bound Session Credentials can only interface between the site and > the primitives given b

Re: [blink-dev] Intent to Ship: Bounce Tracking Mitigations on HTTP Cache

2025-03-17 Thread Alex Russell
LGTM1 on the condition that this is launched with a fractional rollout and good histograms to provide a way to detect breakage as we go and kill-switch it if we detect some. Have y'all discussed with enterprise customers? Best, Alex On Wednesday, March 12, 2025 at 2:20:33 PM UTC-7 Martin Thom

Re: [blink-dev] Intent to Ship: Bounce Tracking Mitigations on HTTP Cache

2025-03-17 Thread Andrew Liu
On Monday, March 17, 2025 at 2:12:47 PM UTC-4 Alex Russell wrote: LGTM1 on the condition that this is launched with a fractional rollout and good histograms to provide a way to detect breakage as we go and kill-switch it if we detect some. Thanks! All of that sounds good and is part of the p

Re: [blink-dev] Intent to Ship: :has-slotted pseudo selector

2025-03-17 Thread Keith Cirkel
None yet, I’ve got to rework some of the internals but got a little busy. I’ll hopefully have some updates in the coming weeks! On Mon, 17 Mar 2025, at 6:07 PM, Alex Russell wrote: > Any updates? > > On Wednesday, January 22, 2025 at 8:04:33 AM UTC-8 Keith Cirkel wrote: >> __ >> Not yet, I'll la

[blink-dev] Re: I2P&S: Strict Same Origin Policy for Storage Access API

2025-03-17 Thread Alex Russell
Hey Chris, Do you have a sense for what fraction of Storage Access API use (yes, I know it's low) will be impacted by this change? Is there a way to tell? Best, Alex On Wednesday, March 12, 2025 at 9:04:37 AM UTC-7 Chris Fredrickson wrote: > Contact emails > > cfred...@chromium.org > > Explai

[blink-dev] Re: Intent to Ship: Call stacks in crash reports from unresponsive web pages

2025-03-17 Thread 'Dan Clark' via blink-dev
LGTM1 On Monday, March 17, 2025 at 11:24:06 AM UTC-7 sligh...@chromium.org wrote: > I'm recused on this one, but would like to see it move forward quickly. > Great work. > > On Friday, March 14, 2025 at 1:32:38 PM UTC-7 Chromestatus wrote: > >> Contact emails issac...@microsoft.com, seth.b...@mi

Re: [blink-dev] Intent to Ship: :has-slotted pseudo selector

2025-03-17 Thread Alex Russell
Any updates? On Wednesday, January 22, 2025 at 8:04:33 AM UTC-8 Keith Cirkel wrote: > Not yet, I'll land a few patches this week that will tidy up the points > Rune raised. > > On Wed, 22 Jan 2025, at 4:02 PM, Chris Harrelson wrote: > > Hi Keith, is this intent ready for re-review? > > On Tue,

[blink-dev] Re: Intent to Ship: Call stacks in crash reports from unresponsive web pages

2025-03-17 Thread Alex Russell
I'm recused on this one, but would like to see it move forward quickly. Great work. On Friday, March 14, 2025 at 1:32:38 PM UTC-7 Chromestatus wrote: > Contact emails issackj...@microsoft.com, seth.bren...@microsoft.com, > iclell...@google.com > > Explainer > https://github.com/MicrosoftEdge/

Re: [blink-dev] Intent to Deprecate and Remove: Deprecate special font size rules for H1 within some elements

2025-03-17 Thread Alex Russell
Hey Mason, This looks good, but I'm not sure I understand the plan. Is it to deprecate (w/ console warnings) for some period of time? Are you going to propose a reverse-OT? Or removal once usage falls below some threshold? Best, Alex On Thursday, March 6, 2025 at 5:20:03 PM UTC-8 Mason Freed

Re: [blink-dev] Intent to Ship: Rename `string` attr() type to `raw-string`

2025-03-17 Thread Alex Russell
Why would we change this? We backed the original intent with the usual conditions: once the concrete is poured, it's done. I'm not inclined to approve. Best, Alex On Monday, March 17, 2025 at 8:28:20 AM UTC-7 Mike Taylor wrote: > Thank you for looking into that. Do you have any sense of the r

Re: [blink-dev] Intent to Ship: Type-agnostic var() fallback

2025-03-17 Thread Alex Russell
Hey Anders, I deeply appreciate the work you did to investigate the incompatibilities you found. Dan noted that we hadn't filed for signals with the other engines directly. Can you do that? LGTM1 contingent on that. Best, Alex On Tuesday, March 11, 2025 at 3:20:38 AM UTC-7 Anders Hartvoll

Re: [blink-dev] Intent to Ship: Rename `string` attr() type to `raw-string`

2025-03-17 Thread Mike Taylor
Thank you for looking into that. Do you have any sense of the relative impact of the breakage for each site, i.e., does some text look funny (low) vs the page is unusable due to broken layout or missing content (high)? Is there someone on your team that might be able to attempt outreach to ge

Re: [blink-dev] Intent to Ship: Rename `string` attr() type to `raw-string`

2025-03-17 Thread 'Munira Tursunova' via blink-dev
Thank you, Bramus and Mike. > That sounds promising, but do we have any UseCounter data? No, but there is some data gathered from http archive: 'string' type in attr() . I found *15* websites that

Re: [blink-dev] Intent to Ship: Link rel=payment to support push payments

2025-03-17 Thread Yoav Weiss (@Shopify)
Thanks for working on this!! On Wednesday, February 26, 2025 at 8:00:26 PM UTC+1 junh...@google.com wrote: Thanks! I was syncing with our PM/TPM to provide the best answer of the enterprise questions. Now it's the request is submitted. Thanks so much! Thanks, Junhui On Wednesday, February 26,