[blink-dev] Re: Intent to Ship: Insert CJK inter-script spacing: the CSS `text-autospace` property

2025-06-12 Thread Koji Ishii
Thank you for the detailed reply. 2025年6月13日(金) 10:33 Domenic Denicola : > Summary > > Inserts small spacings to match the established typographic rules > automatically. The spec currently defines one rule for Han ideographic > characters and one for French. The initial implementation focuses on

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: On-device Web Speech API

2025-06-12 Thread Rick Byers
Hi Ashley, Thanks for catching this, I'm glad to see the WebView API exposure process working :-). The context is that the web speech API is indeed old and supported on all platforms, but historically exposed only via a webkit prefix. Evan is adding on-device web speech which I understand is a desk

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: On-device Web Speech API

2025-06-12 Thread Peter Beverloo
Hey Rick, I'm replying in Ashley's absence - thank you for the added context, & we have no concerns with unprefixing the existing Web Speech API :) Thanks, Peter On Thu, Jun 12, 2025 at 2:29 PM Rick Byers wrote: > Hi Ashley, > Thanks for catching this, I'm glad to see the WebView API exposure

[blink-dev] Re: Web-Facing Change PSA: Continue running transitions when switching to initial transition value.

2025-06-12 Thread Robert Flack
This is tracked as https://issues.chromium.org/41442840 and enabled in https://chromium-review.googlesource.com/c/chromium/src/+/6639816 which should be in 139.0.7235.0 On Wed, Jun 11, 2025 at 1:05 PM Chromestatus < ad...@cr-status.appspotmail.com> wrote: > Contact emails fla...@chromium.org > >

[blink-dev] Intent to Ship: Allow more characters in javascript DOM APIs

2025-06-12 Thread Joey Arhar
Contact emailsjar...@chromium.org ExplainerNone Specificationhttps://dom.spec.whatwg.org/#namespaces Summary The HTML parser has always (or for a long time) allowed elements and attributes to have a wide variety of valid characters and names, but the javascript DOM APIs to create the same eleme

[blink-dev] Intent to Implement and Ship: ReadableStreamBYOBReader Min Option

2025-06-12 Thread 'Sneha Agarwal' via blink-dev
Contact emails snehagar...@microsoft.com, stev...@microsoft.com Explainer None Specification https://streams.spec.whatwg.org/#byob-reader-read Summary This feature introduces a min option to the existing ReadableStreamBYOBReader.

Re: [blink-dev] Intent to Ship: CSS Corner shaping (corner-shape, superellipse, squircle)

2025-06-12 Thread Rick Byers
LGTM1, sounds nice and uncontroversial. Thanks for the spec issues list and analysis! On Wed, Jun 11, 2025 at 1:01 PM Noam Rosenthal wrote: > Contact emailsnrosent...@chromium.org > > Explainer > https://github.com/noamr/explainers/blob/main/corner-shape-explainer.md > > Specificationhttps://dra

[blink-dev] Re: Intent to Ship: Allow more characters in javascript DOM APIs

2025-06-12 Thread Domenic Denicola
I'll recuse myself from LGTMing this given that I drove the spec work, but I want to encourage other API owners to approve it. This fixes a small, but quite annoying, pain point, which we've heard complaints about since at least 2014 . I'm r

Re: [blink-dev] Re: Intent to Ship: Allow more characters in javascript DOM APIs

2025-06-12 Thread TAMURA, Kent
LGTM1. The risk by shipping this feature would be very small. On Fri, Jun 13, 2025 at 10:39 AM Domenic Denicola wrote: > I'll recuse myself from LGTMing this given that I drove the spec work, but > I want to encourage other API owners to approve it. This fixes a small, but > quite annoying, pai

Re: [blink-dev] Intent to Ship: CSS Corner shaping (corner-shape, superellipse, squircle)

2025-06-12 Thread TAMURA, Kent
LGTM2 On Fri, Jun 13, 2025 at 5:52 AM Rick Byers wrote: > LGTM1, sounds nice and uncontroversial. Thanks for the spec issues list > and analysis! > > On Wed, Jun 11, 2025 at 1:01 PM Noam Rosenthal > wrote: > >> Contact emailsnrosent...@chromium.org >> >> Explainer >> https://github.com/noamr/e

[blink-dev] Re: Intent to Ship: CSS Corner shaping (corner-shape, superellipse, squircle)

2025-06-12 Thread Domenic Denicola
LGTM2, and in particular thanks for the clear spec issues analysis. Probably you should move the tests out of the /tentative/ subdirectory? On Thursday, June 12, 2025 at 2:01:28 AM UTC+9 Noam Rosenthal wrote: > Contact emailsnrosent...@chromium.org > > Explainer > https://github.com/noamr/explai

[blink-dev] Re: Intent to Ship: Insert CJK inter-script spacing: the CSS `text-autospace` property

2025-06-12 Thread Domenic Denicola
On Thursday, June 12, 2025 at 5:55:11 PM UTC+9 Koji Ishii wrote: Contact emailsko...@chromium.org, lin...@chromium.org ExplainerNone Specificationhttps://drafts.csswg.org/css-text-4/#text-autospace-property Design docs https://docs.google.com/document/d/10G1uasooKpKjNeyr1wtLV85wFMlc_ TK4-vb9L

[blink-dev] Re: Intent to Implement and Ship: ReadableStreamBYOBReader Min Option

2025-06-12 Thread Domenic Denicola
LGTM1 On Friday, June 13, 2025 at 1:27:32 AM UTC+9 Sneha Agarwal wrote: Contact emails snehagar...@microsoft.com, stev...@microsoft.com Explainer None Note that the feature is somewhat documented at https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBReader/read . A more de

[blink-dev] Re: Intent to Ship: Support width and height as presentation attributes on nested elements

2025-06-12 Thread Domenic Denicola
This intent feels a little risky, because, as WebKit points out in their standards-positions issue, there isn't really an adequate specification for how SVG layout works in cases like this. For example, how it will behave with non-px va

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: On-device Web Speech API

2025-06-12 Thread Rick Byers
Great, thanks Peter! On Thu, Jun 12, 2025 at 9:51 AM Peter Beverloo wrote: > Hey Rick, I'm replying in Ashley's absence - thank you for the added > context, & we have no concerns with unprefixing the existing Web Speech API > :) > > Thanks, > Peter > > > On Thu, Jun 12, 2025 at 2:29 PM Rick Byer

[blink-dev] Intent to Ship: Insert CJK inter-script spacing: the CSS `text-autospace` property

2025-06-12 Thread Koji Ishii
Contact emailsko...@chromium.org, lin...@chromium.org ExplainerNone Specificationhttps://drafts.csswg.org/css-text-4/#text-autospace-property Design docs https://docs.google.com/document/d/10G1uasooKpKjNeyr1wtLV85wFMlc_TK4-vb9LG_3Fzw/edit#bookmark=id.t5tzxbvnz8gg Summary Inserts small spacings