Re: [blink-dev] Re: Intent to Ship: Handwriting Recognition API

2021-12-09 Thread Chris Harrelson
I think it's ok. LGTM. Thanks for doing your best to ship a high-quality implementation! Note that this will be a total of 8 milestones , including M98, but as was mentioned in a previous intent, there was also a

[blink-dev] Intent to Ship: Allow infinity, -infinity and NaN in CSS calc()

2021-12-09 Thread Seokho Song
Contact emails 0xdev...@gmail.com Explainer https://github.com/DevSDK/calc-infinity-and-NaN/blob/master/explainer.md Specification https://drafts.csswg.org/css-values/#ref-for-math-function%E2%91%A1%E2%91%A0 Design docs https://bit.ly/349gXjq Summary CSS calc() math function should allow

Re: [blink-dev] Re: Intent to Ship: CSS cascade layers

2021-12-09 Thread Manuel Rego Casasnovas
On 08/12/2021 18:48, Xiaocheng Hu wrote: > They are failing on wpt.fyi because the feature is not enabled there. > The feature is not behind the "experimental web platform features" flag. Isn't a bit strange to move a runtime feature from "test" to "stable", without having been in

Re: [blink-dev] Intent to Ship: HDR CSS Media Queries

2021-12-09 Thread Will Cassella
I've landed the CL enabling dynamic-range for M98, with video-dynamic-range put behind its own feature flag (which is still marked experimental), and I've filed a TAG review request

Re: [blink-dev] Intent to Ship: CSS cascade layers

2021-12-09 Thread Xiaocheng Hu
Updates: - Ensured that preload scanner picks up layered @import rules in

Re: [blink-dev] [ACTION REQUESTED] What's in Chrome 98

2021-12-09 Thread 'Joe Medley' via blink-dev
Awesome, thanks! Joe Medley | Technical Writer, Chrome DevRel | jmed...@google.com | 816-678-7195 *If an API's not documented it doesn't exist.* On Thu, Dec 9, 2021 at 8:12 AM Christian Biesinger wrote: > auto keyword for contain-intrinsic-size is indeed shipping in 98; I've > updated

Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-12-09 Thread Diego González
Hola Mike, That is a very valid point. We've renamed the boundingRect attribute to titlebarAreaRect to remove any ambiguity regarding the area being referenced. The change has now been merged. Thanks! Diego On Thursday, 9 December 2021 at 14:33:09 UTC mike...@chromium.org wrote: > I did,

Re: [blink-dev] Re: Intent to Ship: Barcode Detection API

2021-12-09 Thread Reilly Grant
Apologies, I spoke too soon. We'll be holding off shipping this on Windows and Linux for the time being. Android, macOS and Chrome OS continue to support it. Reilly Grant | Software Engineer | reil...@chromium.org | Google Chrome On Tue, Nov 30, 2021 at 12:07 PM

Re: [blink-dev] Intent to Ship: HDR CSS Media Queries

2021-12-09 Thread Will Cassella
Correct, 98. I've updated the feature page to reflect that, and that it's limited to the dynamic-range query. On Thu, Dec 9, 2021 at 7:13 AM Joe Medley wrote: > I assume this is actually shipping in 98, right? > Joe Medley | Technical Writer, Chrome DevRel | jmed...@google.com | > 816-678-7195

[blink-dev] Re: Intent to Ship: Pickling for Async Clipboard API

2021-12-09 Thread Abhishek Rathi
At Excel Online, we tried this in our dev environments have seen significant improvement in Copy Paste fidelity from desktop apps. This will improve user experience especially for app specific features like formulas, tables, etc. On Tuesday, 7 December, 2021 at 10:31:44 pm UTC+5:30

Re: [blink-dev] [ACTION REQUESTED] What's in Chrome 98

2021-12-09 Thread Christian Biesinger
auto keyword for contain-intrinsic-size is indeed shipping in 98; I've updated chromestatus accordingly. Christian -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [blink-dev] Intent to Ship: CSS cascade layers

2021-12-09 Thread Emilio Cobos Álvarez
I would love if we could at least get: https://github.com/w3c/csswg-drafts/issues/6872 clarified and resolved. The behavior Chromium currently implements might be what we want to end up doing, but that doesn't match the spec at all, afaict. -- Emilio On 12/7/21 21:42, Xiaocheng Hu

Re: [blink-dev] Intent to Ship: HDR CSS Media Queries

2021-12-09 Thread 'Joe Medley' via blink-dev
I assume this is actually shipping in 98, right? Joe Medley | Technical Writer, Chrome DevRel | jmed...@google.com | 816-678-7195 *If an API's not documented it doesn't exist.* On Thu, Dec 9, 2021 at 1:21 AM Mike West wrote: > LGTM3. > > -mike > > > On Thu, Dec 9, 2021 at 8:29 AM Daniel

[blink-dev] [ACTION REQUESTED] What's in Chrome 98

2021-12-09 Thread 'Joe Medley' via blink-dev
Gang, Chrome 98 is planned for beta on January 6. Developer Relations needs information to help us plan. We want a complete list of everything in Chrome beta for the beta post . We try when possible to have articles for important new features on

Re: [blink-dev] Intent to Ship: replace GamepadList with sequence for navigator.getGamepads() return value

2021-12-09 Thread Daniel Bratell
LGTM3 /Daniel On 2021-12-09 10:22, Mike West wrote: LGTM2 to match other vendors and the spec. Thanks for cleaning this up. -mike On Thu, Dec 9, 2021 at 10:08 AM Yoav Weiss wrote: LGTM1 Thanks for fixing this papercut! On Thu, Dec 9, 2021 at 9:39 AM 'François Beaufort ' via

Re: [blink-dev] Intent to Ship: CORS non-wildcard request-header

2021-12-09 Thread Yutaka Hirano
We've been showing a deprecation message since 94 . Sadly the deprecation message hasn't decreased the usage so far. On Thu, Dec 9, 2021 at 1:52 AM Mike West wrote: > From my perspective, it's a bit worrying that

Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-12-09 Thread Mike West
I believe @Mike Taylor had some questions around spelling decisions in the API in our last API owners meeting. Mike, did you have a chance to look into that more deeply? -mike On Wed, Dec 8, 2021 at 11:00 PM Chris Harrelson wrote: > LGTM2 > > On Tue, Dec 7, 2021 at 2:36 AM Yoav Weiss wrote:

Re: [blink-dev] Intent to Experiment: Dark mode support for web apps

2021-12-09 Thread Mike West
LGTM to experiment from 99-102. -mike On Thu, Dec 9, 2021 at 7:15 AM 'Louise Brett' via blink-dev < blink-dev@chromium.org> wrote: > Contact emailsloubr...@google.com, glen...@chromium.org, > mgi...@chromium.org > > Explainer >

Re: [blink-dev] Intent to Ship: replace GamepadList with sequence for navigator.getGamepads() return value

2021-12-09 Thread Mike West
LGTM2 to match other vendors and the spec. Thanks for cleaning this up. -mike On Thu, Dec 9, 2021 at 10:08 AM Yoav Weiss wrote: > LGTM1 > Thanks for fixing this papercut! > > On Thu, Dec 9, 2021 at 9:39 AM 'François Beaufort ' via blink-dev < > blink-dev@chromium.org> wrote: > >> Contact

Re: [blink-dev] Intent to Ship: HDR CSS Media Queries

2021-12-09 Thread Mike West
LGTM3. -mike On Thu, Dec 9, 2021 at 8:29 AM Daniel Bratell wrote: > LGTM2, same limitation. > > /Daniel > On 2021-12-09 07:51, Yoav Weiss wrote: > > LGTM1 to ship `dynamic-range` without the video prefixed variant. > > On Thu, Dec 9, 2021 at 4:42 AM Will Cassella wrote: > >> Sorry for the

Re: [blink-dev] Intent to Ship: replace GamepadList with sequence for navigator.getGamepads() return value

2021-12-09 Thread Yoav Weiss
LGTM1 Thanks for fixing this papercut! On Thu, Dec 9, 2021 at 9:39 AM 'François Beaufort ' via blink-dev < blink-dev@chromium.org> wrote: > Contact emails > > fbeauf...@chromium.org > > mattreyno...@chromium.org > > > Specification > >

[blink-dev] Intent to Ship: replace GamepadList with sequence for navigator.getGamepads() return value

2021-12-09 Thread 'François Beaufort ' via blink-dev
Contact emails fbeauf...@chromium.org mattreyno...@chromium.org Specification https://www.w3.org/TR/gamepad/#extensions-to-the-navigator-interface Summary We intend to replace GamepadList with sequence for navigator.getGamepads() return value to follow the spec and match current Gecko and