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_

[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