Re: [blink-dev] Intent to Ship: EditContext API

2023-11-09 Thread Gregg Tavares
On Fri, Nov 10, 2023 at 1:31 AM Rick Byers wrote: > On Wed, Nov 8, 2023 at 5:56 PM Gregg Tavares wrote: > >> Changing the event order seems like something you'd be opting into since >> this API has not shipped yet. >> >> Don't use the API, get the existing order, Do use the API, get the more >>

Re: [blink-dev] Intent to Ship: EditContext API

2023-11-09 Thread Yordan Yordanov
dictionary TextUpdateEventInit { unsigned long updateRangeStart; unsigned long updateRangeEnd; DOMString text; unsigned long selectionStart; unsigned long selectionEnd; }; [Exposed=Window] interface TextUpdateEvent : Event { constructor(optional TextUpdateEventInit

Re: [blink-dev] Intent to Prototype: Allow for WebAuthn credential creation in a cross-origin iframe

2023-11-09 Thread Stephen Mcgruer
To clarify - WebAuthn credentials are already available for reading in a cross-origin iframe, as long the "publickey-credentials-get" permission policy is set. So the question probably stands for WebAuthn in general, rather than just this change to allow creation as well? I'm cc-ing agl@ as the

RE: [blink-dev] Intent to Ship: EditContext API

2023-11-09 Thread 'Daniel Clark' via blink-dev
I filed an issue here to track the keydown/compositionstart ordering question: https://github.com/w3c/uievents/issues/360. We’ve received the OT feedback over email so I don’t have a public link to share. Aside from specific bugs which we fixed, the feedback has been positive; Docs and Adobe

Re: [blink-dev] Intent to Ship: EditContext API

2023-11-09 Thread Ian Kilpatrick
Providing a little more context for the benefit of this API - the complexity that editors (Google Docs, Adobe tools, MS Office, etc) have to deal with for providing a good user experience is substantial and multiple engineer years worth of work to get close to correct. They typically have to

Re: [blink-dev] Intent to Ship: View Transitions: transition types

2023-11-09 Thread Vladimir Levin
On Thu, Nov 9, 2023, 12:54 Mike Taylor wrote: > On 11/8/23 3:53 PM, Vladimir Levin wrote: > > Contact emails vmp...@chromium.org, nrosent...@chromium.org > > Explainer > https://github.com/vmpstr/web-proposals/blob/main/explainers/view-transition-types.md > > Specification >

Re: [blink-dev] Intent to Ship: View Transitions: transition types

2023-11-09 Thread Mike Taylor
On 11/8/23 3:53 PM, Vladimir Levin wrote: Contact emails vmp...@chromium.org, nrosent...@chromium.org Explainer https://github.com/vmpstr/web-proposals/blob/main/explainers/view-transition-types.md Specification

Re: [blink-dev] Intent to Prototype: Allow for WebAuthn credential creation in a cross-origin iframe

2023-11-09 Thread Reilly Grant
Is this proposal compatible with the deprecation of third-party cookies and partitioned storage? Since credentials are origin-bound, what credentials are available to a frame on origin A embedded under origin B? Reilly Grant | Software Engineer | reil...@chromium.org | Google Chrome

Re: [blink-dev] Intent to Ship: EditContext API

2023-11-09 Thread Rick Byers
On Wed, Nov 8, 2023 at 5:56 PM Gregg Tavares wrote: > Changing the event order seems like something you'd be opting into since > this API has not shipped yet. > > Don't use the API, get the existing order, Do use the API, get the more > useful order. > Web compat is almost always more

Re: [blink-dev] Re: Intent to Ship: HTTPS Upgrades

2023-11-09 Thread Andreas S
Same situation here @Franky I'm working for a mobile payment service provider that offers mobile payment in multiple countries in Europe. Multiple mobile network operators in Europe like few ones in Poland currently only support end user identification via header enrichment! The header

[blink-dev] PSA: Web contents will honor the Android OS bold text setting

2023-11-09 Thread 'Mark Schillaci' via blink-dev
Title: Intent to Ship: Honoring Android OS-Level Bold Text Settings Body: Contact emails mschill...@google.com, dr...@google.com Explainer Help users who need more contrast in their fonts for increased readability, by adding support for a new Android a11y API that opts into text being always

Re: [blink-dev] Intent to Ship: CSS font-palette property animation

2023-11-09 Thread 'Munira Tursunova' via blink-dev
Submitted: - TAG review: https://github.com/w3ctag/design-reviews/issues/915 - Requested signals from the other vendors: - Gecko: https://github.com/mozilla/standards-positions/issues/925 - Webkit: https://github.com/WebKit/standards-positions/issues/276 Thank you, Daniel! On