Re: [blink-dev] Intent to Experiment: fetchLater API

2023-12-12 Thread 'Ming-Ying Chung' via blink-dev
On Tue, Nov 21, 2023 at 6:29 PM Yoav Weiss wrote: > > > On Tue, Nov 21, 2023 at 9:54 AM Daisuke Enomoto > wrote: > >> Yoav, >> >> What milestones do you want to run the experiment in? >> >> We plan to run the dev trial in 120. When we request an OT, would you >> recommend us to send another I2E

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

2023-12-12 Thread Traian Captan
Thanks for the update Casey! Your understanding of how the change to using scroll-margin instead of root-margin for lazy loaded images is correct. The MRE provided is working as expected. Given that images near the viewport will be loaded, changing the menu implementation seems like the right path

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

2023-12-12 Thread Traian Captan
Thanks for the feedback Mateusz! Also, I'm not sure how the margin is configured, but in our case only the > next image is loaded. > The margin is configured

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

2023-12-12 Thread TAMURA, Kent
You're right. This change can break sites in such cases. Though we don't have a use counter, we think the number of affected sites should be small, and the breakage is a minor rendering difference. So two API owners, chrishtr@ and tkent@, thought a PSA was enough for this. We might expand suppor

Re: [blink-dev] Intent to Ship: Navigational prefetch: follow redirects

2023-12-12 Thread Mike Taylor
LGTM2 On 12/12/23 5:34 PM, Rick Byers wrote: Personally I'd consider this prefetch behavior change to be more of a UA impl detail than a "web exposed API". I'm really glad you're covering this in a spec and WPT in the hopes of moving prefetch towards more interoperability long-term (as opposed

[blink-dev] PSA: depot_tools migrated to python 3.11

2023-12-12 Thread 'Josip Sokcevic' via infra-announce
Hi all, depot_tools vpython3 is upgraded to 3.11 (cl ). No action is required on your end. We have fixed several incompatibilities prior to upgrade and don't anticipate any issues with the upgrade. However, if you encounter any problems, file a bug under the Infra>SDK

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

2023-12-12 Thread Casey Carroll
I'd like to correct my original post. I assumed lazy images did not download until their visibility toggled from hidden to visible. It turns out our implementation actually places those images in a child of a parent with a hidden x-axis overflow. The images are placed outside the parent element

Re: [blink-dev] Intent to Ship: Navigational prefetch: follow redirects

2023-12-12 Thread Rick Byers
Personally I'd consider this prefetch behavior change to be more of a UA impl detail than a "web exposed API". I'm really glad you're covering this in a spec and WPT in the hopes of moving prefetch towards more interoperability long-term (as opposed to the historically very UA-heuristic-centric mod

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

2023-12-12 Thread Evan Stade
On Tue, Dec 12, 2023 at 9:44 AM Vladimir Levin wrote: > > > On Mon, Dec 11, 2023 at 6:05 PM 'Anupam Snigdha' via blink-dev < > blink-dev@chromium.org> wrote: > >> Contact emails >> >> sni...@microsoft.com, sa...@microsoft.com, est...@chromium.org >> >> Specification >> >> >> https://w3c.github.io

[blink-dev] Intent to Ship: Navigational prefetch: follow redirects

2023-12-12 Thread Jeremy Roman
Note: I would like to roll this out via a standard Finch rollout in order to monitor for any issues, rather than enabling by default with the M122 release. This change is otherwise fairly minor in terms of the web platform API surface area. Contact emailsjbro...@chromium.org ExplainerNone Speci

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

2023-12-12 Thread Christian Biesinger
I'm curious what the reasoning was for sending this as a PSA vs I2S? Personally I'd be worried about websites specifying align-content on .foo but only expect it to be applied to flexboxes. Do we have a use counter for align-content on non-flexbox/grid? Also, any plans for the other properties fr

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

2023-12-12 Thread 'Anupam Snigdha' via blink-dev
Reading through this discussion, WebKit raised some privacy concerns and indicated that they would not be willing to ship the proposed changes. For Safari, the existing DataTransfer APIs don't support access to unprocessed HTML content in cross-origin, so they don't want to change this behavior f

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

2023-12-12 Thread 'Anupam Snigdha' via blink-dev
Hi Rick, Thank you for taking a looking at this PSA! Yes, we do have these changes behind a flag: https://chromium-review.googlesource.com/c/chromium/src/+/4990467 Thanks, Anupam From: Rick Byers Sent: Tuesday, December 12, 2023 9:54 AM To: Anupam Snigdha Cc: b

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

2023-12-12 Thread Rick Byers
Thanks for the PSA Anupam. Since this is UA-defined behavior of the clipboard APIs and not likely to have a compat impact, I'm supportive of treating it as a PSA. Still, like most behavior-impacted bugfixes in blink, there might be some possible compat risk here. Is it relatively easy to make the i

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

2023-12-12 Thread 'Vladimir Levin' via blink-dev
On Mon, Dec 11, 2023 at 6:05 PM 'Anupam Snigdha' via blink-dev < blink-dev@chromium.org> wrote: > 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.g

[blink-dev] Need Attribute Change for all attributes

2023-12-12 Thread kalyani Shinde
Hi Team, I am using chromium/blink for DOM parsing. I need one single point in chromium/blink from where I can get all attribute changes(insertion, updates, removal etc). Currently I have hooked to element.cc class in below functions to get any attribute change: Element::RemoveAttributeInterna

Re: [blink-dev] Intent to Extend Experiment: Compute Pressure API

2023-12-12 Thread Rick Byers
Thanks, yeah the chromestatus UI is new so it's a little more formal now but not a new requirement. LGTM for API owners. But you'll need to confirm approval from security and privacy before extending the OT. On Thu, Dec 7, 2023 at 1:38 PM Arnaud Mandy wrote: > @chris @rick, Thanks for the comme

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

2023-12-12 Thread 'Vladimir Levin' via blink-dev
On Mon, Dec 11, 2023 at 10:10 PM 一丝 wrote: > 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 use