[blink-dev] Intent to Ship: noopener-allow-popups COOP value

2024-09-16 Thread Yoav Weiss (@Shopify)
Contact emailsyoavwe...@chromium.org Explainerhttps://gist.github.com/yoavweiss/c7b61e97e6f8d207be619f87ab96ead5 Specificationhttps://github.com/whatwg/html/pull/10394 The PR hasn't landed yet, but I believe it is ready to land (% potential nits). I'm not aware of any open issues. Summary Some

[blink-dev] Intent to Ship: [WebRTC] RTCRtpEncodingParameters.scaleResolutionDownTo

2024-09-16 Thread Henrik Boström
Contact emails h...@chromium.org Specification https://w3c.github.io/webrtc-extensions/#dom-rtcrtpencodingparameters-scaleresolutiondownto Summary An API that configures WebRTC encoders to scale input frames if they are greater than the specified maxWidth and maxHeight. This API is similar to

Re: [blink-dev] caretRangeFromPoint and Shadow Root

2024-09-16 Thread anton
Is it possible to call caretPositionFromPoint() for shadowRoot? понедельник, 19 октября 2015 г. в 09:13:48 UTC+5, Yoshifumi Inoue: > Thanks for using shadowDOM. > > To get caret position in shadow tree, you need to use > ShadowRoot.caretPositionFromPoint(x, y) instead of > Document.caretPositio

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

2024-09-16 Thread 'Issack John' via blink-dev
This Origin Trial will now support opting in via any of the methods. A fix was landed as of 130.0.6675.0. You can opt in using any of the following methods: Meta Tag: Include a meta tag in the of your HTML document. HTTP Header: Add an HTTP header in the server response. Programmatically: Provi

Re: [blink-dev] caretRangeFromPoint and Shadow Root

2024-09-16 Thread 'Siye Liu' via blink-dev
Hello, the caretRangeFromPoint API spec was recently changed: CSSOM View Module (csswg.org) . The API now takes a caretpositionfrompointoptions