Re: [webkit-dev] Position on new syntax in mediaqueries-4

2022-04-12 Thread Anders Hartvoll Ruud via webkit-dev
Thanks! On Tue, Apr 12, 2022 at 7:00 AM Antti Koivisto wrote: > We are supportive. Much of the needed code was already written for the > container queries (as you know) so implementation should be relatively easy. > > > antti > > > On Mon, Apr 11, 2022 at 1:57 PM

[webkit-dev] Position on new syntax in mediaqueries-4

2022-04-11 Thread Anders Hartvoll Ruud via webkit-dev
For example, in mediaqueries-4 you can do e.g. @media (width >= 100px) rather than @media (min-width: 100px). In addition, the spec level adds support for 'not' (in other places than just the start), 'or', nesting and /unknown handling. Do you have any plans to implement this? (Or plans to _not_ i

[webkit-dev] @scope

2022-03-25 Thread Anders Hartvoll Ruud via webkit-dev
Hello, We're about to start experimenting with @scope and scoped styles in Chromium. Do you have any thoughts or plans for @scope? https://www.w3.org/TR/css-cascade-6/#scope-atrule (Linking to TR, since editor's draft is down at the moment). Thanks! __

[webkit-dev] Container Queries

2020-11-11 Thread Anders Hartvoll Ruud via webkit-dev
Hi, We're about to start looking at Container Queries in Chromium. The syntax is a bit up in the air at the moment, so ignoring that, I was wondering what Webkit's feelings are regarding the underlying feature? As far as I un

Re: [webkit-dev] in WebKit?

2020-10-20 Thread Anders Hartvoll Ruud
Nice, that's very quick, thanks Antti! On Tue, Oct 20, 2020 at 7:25 PM Antti Koivisto wrote: > I landed the updated behavior. > > > antti > > On Mon, Oct 19, 2020 at 11:29 AM Anders Hartvoll Ruud < > andr...@chromium.org> wrote: > >>

Re: [webkit-dev] in WebKit?

2020-10-19 Thread Anders Hartvoll Ruud
Fri, Oct 16, 2020 at 8:06 PM Anders Hartvoll Ruud > wrote: > >> Hi, >> >> We are about to ship support for :is() and :where() in Chromium, >> including support for . >> <https://drafts.csswg.org/selectors/#typedef-forgiving-selector-list> As >> far

[webkit-dev] in WebKit?

2020-10-16 Thread Anders Hartvoll Ruud
Hi, We are about to ship support for :is() and :where() in Chromium, including support for . As far as I understand, :is() in Safari 14 takes a regular , and Chromium API owners are concerned that this is a potential source of i

Re: [webkit-dev] WebKit's position on @property

2020-04-24 Thread Anders Hartvoll Ruud
i-drafts/issues/940> > > Simon > > On Apr 23, 2020, at 2:44 AM, Anders Hartvoll Ruud > wrote: > > Hi, > > In Blink there's currently an intent to ship > <https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/3ygpsew53a0/T7acB6sRBQAJ> > @prope

[webkit-dev] WebKit's position on @property

2020-04-23 Thread Anders Hartvoll Ruud
Hi, In Blink there's currently an intent to ship @property from CSS Properties & Values . I've noticed that there's an in-progres