Re: [blink-dev] Re: Intent to Experiment: User Agent Reduction Origin Trial

2022-09-14 Thread Nir M
Hi Mike, Nir from Meta and Noah's peer. would it be possible to give an estimate or a guideline on the permissible magnitude of usage for the Opt-In trial (the one that forces the full reduction of the UserAgent) available? As we would like to conduct an experiment on that, and not deviate

[blink-dev] PSA: runtime_enabled_features.json5 improvements

2022-09-14 Thread TAMURA, Kent
** blink::WebRuntimeFeatures methods generation* You can generate methods of blink::WebRuntimeFeatures for a feature entry in runtime_enabled_features.json5 by adding `public: true,`. ** base::Feature generation* You can generate a base::Feature instance in blink::features namespace for a

[blink-dev] Intent to Prototype: Last Baseline Item Alignment

2022-09-14 Thread Ian Kilpatrick
Contact emailsikilpatr...@chromium.org ExplainerNone Specificationhttps://drafts.csswg.org/css-align-3/#baseline-rules Summary This feature allows developers to align items within either flex or grid layout by their last baseline, instead of their first. This is done via the following

[blink-dev] Re: Intent to Prototype: Isolated Web Apps

2022-09-14 Thread Hyojin Song
This would be quite required for webOS platform as well, so I proposed https://github.com/WICG/isolated-web-apps/pull/6. I'm wondering if there is any major consideration or difficulty to be discussed with other stakeholders in this subject. On Tuesday, April 26, 2022 at 1:13:35 AM UTC+9

Re: [blink-dev] Intent to ship: Sec-CH-Prefers-Reduced-Motion client hint header

2022-09-14 Thread Yoav Weiss
On Sunday, September 11, 2022 at 7:20:45 AM UTC+2 fbea...@google.com wrote: > On Fri, Sep 9, 2022 at 5:49 PM Yoav Weiss wrote: > >> >> >> On Fri, Sep 9, 2022 at 4:21 PM 'Thomas Steiner' via blink-dev < >> blink-dev@chromium.org> wrote: >> >>> Contact emails >>> >>> fbeauf...@chromium.org,

Re: [blink-dev] Intent to Ship: AudioContext.setSinkId()

2022-09-14 Thread Hongchan Choi
The original proposal didn't work out well because of the type confusion in the union (DOMString or AudioSinkCategory) - they are both DOMString in the end. So we are considering two options: https://github.com/WebAudio/web-audio-api/issues/2400#issuecomment-1239704445 There's no disagreement. We

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

2022-09-14 Thread Chris Harrelson
LGTM1 On Wed, Sep 14, 2022 at 8:05 AM Rouslan Solomakhin wrote: > Contact emailsrous...@chromium.org, smcgr...@chromium.org > > Summary > > PaymentInstruments > is > the Web API that backs non-JIT install of payment apps (see

Re: [blink-dev] Intent to Ship: MathML

2022-09-14 Thread Mike Taylor
LGTM3 On 9/14/22 8:37 AM, Yoav Weiss wrote: LGTM2 with the above plan, assuming printing sticks. On Wednesday, September 14, 2022 at 5:36:11 PM UTC+2 Chris Harrelson wrote: Printing NG looks like it will ship in M108. LGTM1 to ship MathML in M109 (just in case there is an issue

Re: [blink-dev] Re: Intent to Ship: Variable COLRv1

2022-09-14 Thread Manuel Rego Casasnovas
LGTM3 On 09/09/2022 07:02, Mike Taylor wrote: LGTM2 On Thursday, September 8, 2022 at 9:42:54 AM UTC-4 dr...@google.com wrote: Hi Yoav, On Thursday, September 8, 2022 at 4:35:58 PM UTC+3 yoav...@chromium.org wrote: OK, so sounds like there's

Re: [blink-dev] Intent to Ship: AudioContext.setSinkId()

2022-09-14 Thread Yoav Weiss
On Tuesday, September 13, 2022 at 4:16:15 PM UTC+2 ajayra...@google.com wrote: > Please let us know of any other questions, concerns or observations. > > Thanks in advance. > > -Ajay > > On Wednesday, August 31, 2022 at 2:54:14 PM UTC-7 Ajay Rahatekar wrote: > >> We have filed requests for

Re: [blink-dev] Intent to Ship: MathML

2022-09-14 Thread Yoav Weiss
LGTM2 with the above plan, assuming printing sticks. On Wednesday, September 14, 2022 at 5:36:11 PM UTC+2 Chris Harrelson wrote: > Printing NG looks like it will ship in M108. > > LGTM1 to ship MathML in M109 (just in case there is an issue that causes > printing to be reverted). > > On Mon,

Re: [blink-dev] Intent to Ship: MathML

2022-09-14 Thread Chris Harrelson
Printing NG looks like it will ship in M108. LGTM1 to ship MathML in M109 (just in case there is an issue that causes printing to be reverted). On Mon, Aug 8, 2022 at 12:25 PM Daniel Herr wrote: > There are some new css properties included in MathML, correct? Then one > possibility for feature

[blink-dev] Intent to Deprecate and Remove: PaymentInstruments

2022-09-14 Thread Rouslan Solomakhin
Contact emailsrous...@chromium.org, smcgr...@chromium.org Summary PaymentInstruments is the Web API that backs non-JIT install of payment apps (see https://w3c.github.io/payment-handler/). It was designed with the assumption