Re: [webkit-dev] Position on emerging standard: Declarative Shadow DOM

2021-02-23 Thread Ryosuke Niwa via webkit-dev
On Tue, Feb 23, 2021 at 5:06 PM Mason Freed via webkit-dev < webkit-dev@lists.webkit.org> wrote: > > On Fri Feb 19 20:36:12 PST 2021 Ryosuke Niwa via webkit-dev < > > webkit-dev at lists.webkit.org> wrote: > > > > I replied in the issues directly so that people outside of the WebKit > > community

Re: [webkit-dev] Position on emerging standard: Declarative Shadow DOM

2021-02-23 Thread Mason Freed via webkit-dev
> On Fri Feb 19 20:36:12 PST 2021 Ryosuke Niwa via webkit-dev < > webkit-dev at lists.webkit.org> wrote: > > I replied in the issues directly so that people outside of the WebKit > community can follow the discussion. Thanks! I've replied there also. > How does one specify a declarative shadow

Re: [webkit-dev] Commit-Queue failing intermittently

2021-02-23 Thread Aakash Jain via webkit-dev
Most of the issues with commit-queue were fixed. We also added automatic retries in commit-queue to better handle intermittent issues (in https://webkit.org/b/222038). Please let me know if anyone notices any issue. Thanks Aakash > On Feb 4, 2021, at 4:39 PM, Aakash Jain wrote: > > We are

Re: [webkit-dev] Request for position: CSS scrollbar-gutter

2021-02-23 Thread Emilio Cobos Álvarez via webkit-dev
I guess that'd solve parts of the issue, but not the use-case of non-overlay scrollbars in overflow: auto causing reflow when the content initially overflows. But it seems like a much simpler version of scrollbar-gutter (one that would only work with non-overlay scrollbars, and on scrollable

Re: [webkit-dev] Request for position: CSS scrollbar-gutter

2021-02-23 Thread Emilio Cobos Álvarez via webkit-dev
Just thinking out loud, but has an environment variable for scrollbar widths (maybe two, one for thin scrollbars, one for regular-width scrollbars) be enough to do the job here? I recall similar proposals in the CSSWG, but I'm not sure if they were discussed seriously. It seems it should be

Re: [webkit-dev] Request for position: WebAssembly SIMD

2021-02-23 Thread Deepti Gandluri via webkit-dev
Thanks Keith, appreciate your reply. On Mon, Feb 22, 2021 at 1:57 PM Keith Miller wrote: > Hi Deepti, > > We have not yet implemented the proposal but we generally have a positive > opinion of it. I also can’t give any timeline for when it will be > implemented in WebKit unfortunately. > >

Re: [webkit-dev] Request for position: CSS scrollbar-gutter

2021-02-23 Thread Simon Fraser via webkit-dev
WebKit does not support this feature as specified. Our opinion is that we don't want to encourage web developers to reserve space for scrollbars in a way that prevents non-interactive content from intruding into that space. This undoes a big advantage of overlay scrollbars, in that they leave

[webkit-dev] Request for position: CSS scrollbar-gutter

2021-02-23 Thread Felipe Erias via webkit-dev
Hi webkit-dev, This is a request for WebKit's position on the CSS "scrollbar-gutter" property. The spec status is Working Draft. This feature is already implemented in Chrome behind a flag. Spec: https://drafts.csswg.org/css-overflow-4/#scrollbar-gutter-property Explainer: