[blink-dev] Re: Intent to Ship: CSSImportRule.styleSheet

2024-02-23 Thread 'Dan Clark' via blink-dev
An interesting data point: Firefox still crashes when inspecting the property for a styleSheet in this state (test ). I guess that's good motivation on their end to make this update and remain interoperable. -- Dan On Friday, February 23, 2024 at

Re: [blink-dev] Intent to implement and ship: WebAuthn WebDriver backup flags settings

2024-02-23 Thread Chris Harrelson
LGTM3 On Tue, Feb 20, 2024 at 1:03 PM Yoav Weiss (@Shopify) < yoavwe...@chromium.org> wrote: > LGTM2 > > On Tue, Feb 20, 2024 at 8:50 PM Rick Byers wrote: > >> Looks pretty straightforward to me and has some good support from other >> engines. LGTM1 >> >> /cc @Mathias Bynens in case he has any

[blink-dev] Intent to Ship: Form Controls Support Vertical Writing Mode Direction Support

2024-02-23 Thread Di Zhang
Contact emailsdizha...@chromium.org ExplainerNone Specificationhttps://github.com/whatwg/html/issues/8413 Summary CSS property writing-mode allow elements to go vertical, but users cannot set the direction in which value changes. With this feature, we are allowing the form control elements

[blink-dev] Intent to Prototype: Accessibility and Display: the CSS `reading-order-items` property

2024-02-23 Thread Di Zhang
Contact emailsdizha...@chromium.org ExplainerNone Specificationhttps://drafts.csswg.org/css-display-4/#reading-order-items Summary The reading-order-items CSS property controls the order in which elements in a flex or grid layout are rendered to speech or are navigated to when using (linear)

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: Clipboard API: Svg

2024-02-23 Thread Daniel Bratell
LGTM Not sure if it's LGTM2 or LGTM4 since that depends on if the 2021 LGTMS still apply, but this still seems ready to ship. /Daniel On 2024-02-23 19:14, Chris Harrelson wrote: My LGTM still stands, and have recorded it in the tool. On Fri, Feb 23, 2024 at 10:01 AM 'Anupam Snigdha' via

Re: [blink-dev] Re: Intent to Ship: Attribution Reporting API Features (Trigger Data Customization and Aggregatable Value Filters)

2024-02-23 Thread 'Akash Nadan' via blink-dev
Hi Peter, The Attribution Reporting Web API is currently not supported in Android WebView, but events can be delegated to Android. These extensions are only for the web API. Thanks, Akash On Friday, February 23, 2024 at 2:45:11 AM UTC-8 Peter Beverloo wrote: > Hi Akash - the Attribution

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-02-23 Thread Ayu Ishii
Hi Antonio, That is correct, 123 will be the last supported version via flag or policy. 124 will be the first version WebSQL will no longer be available even with a flag or policy. Best, Ayu On Friday, February 23, 2024 at 8:02:48 AM UTC-8 Antonio MORENO wrote: > Hi all, > > Related to this

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: Clipboard API: Svg

2024-02-23 Thread Chris Harrelson
My LGTM still stands, and have recorded it in the tool. On Fri, Feb 23, 2024 at 10:01 AM 'Anupam Snigdha' via blink-dev < blink-dev@chromium.org> wrote: > Gentle ping.. Received signoffs for all review gates for this feature. > -- > *From:* Anupam Snigdha > *Sent:*

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: Clipboard API: Svg

2024-02-23 Thread 'Anupam Snigdha' via blink-dev
Gentle ping.. Received signoffs for all review gates for this feature. From: Anupam Snigdha Sent: Monday, February 12, 2024 10:37 AM To: Thomas Steiner ; Chris Harrelson Cc: Evan Stade ; Anupam Snigdha ; 一丝 ; blink-dev ; sligh...@chromium.org ;

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

2024-02-23 Thread Rick Byers
Yikes, that definitely sounds like a potential privacy issue to me Dmitry, thanks! I added it as a question in the design doc , let's take the discussion there rather than blink-dev? Rick

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

2024-02-23 Thread Dmitry Gozman
While reviewing the proposed implementation , I had the following privacy-related concern, and would like to consult the API owners on the topic. When capturing the stack trace in the renderer process, we do not attribute it to

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-02-23 Thread 'Antonio MORENO' via blink-dev
Hi all, Related to this topic, a bit of a simple question: In the initial announcement, it seemed to indicate that Chrome 123 would be the first version without any kind of support for WebSQL. However, at least in the current version of the beta (123.0.6312.4) support is still there, and can

[blink-dev] Intent to Ship: CSSImportRule.styleSheet

2024-02-23 Thread Amos Lim
Contact emailseui-sang@samsung.com ExplainerNone Specificationhttps://drafts.csswg.org/cssom/#the-cssimportrule-interface Summary Allow CSSImportRule.styleSheet to be nullable. The styleSheet attribute in CSSImportRule can be null if there is no associated CSS style sheet. Blink

Re: [blink-dev] Re: Intent to Ship: Attribution Reporting API Features (Trigger Data Customization and Aggregatable Value Filters)

2024-02-23 Thread Peter Beverloo
Hi Akash - the Attribution Reporting API is supported in Android WebView, why won't these extensions be? Thanks, Peter On Thu, Feb 22, 2024 at 8:32 PM 'Akash Nadan' via blink-dev < blink-dev@chromium.org> wrote: > Hi All, > > We did not do an OT for these features. But we have discussed and >

[blink-dev] Intent to ship: MP4 container support for MediaRecorder

2024-02-23 Thread 'Sunggook Chue' via blink-dev
Contact emails sung...@microsoft.com dalecur...@chromium.com (reviewer and mentor). Explainer https://www.w3.org/TR/mediastream-recording/ Specification https://www.w3.org/TR/mediastream-recording/ Summary Adds support for muxing audio/video into MP4 containers with MediaRecorder.