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 Anders Hartvoll Ruud via webkit-dev <
> webkit-dev@lists.webkit.org> wrote:
>
>> 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_ implement).
>>
>> Relevant Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=180234
>>
>> Thanks,
>> Anders
>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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_ implement).

Relevant Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=180234

Thanks,
Anders
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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 mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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 understand this is a top requested
 feature from
authors.

Thanks!
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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:
>
>> Yes, there's css/selectors/is-where-error-recovery.tentative.html
>>
>> (.tentative tag to be dropped momentarily).
>>
>> On Sat, Oct 17, 2020 at 10:17 AM Antti Koivisto  wrote:
>>
>>> Seems like a sensible change. Are there WPT tests for this behavior
>>> already?
>>>
>>>
>>>   antti
>>>
>>> On Fri, Oct 16, 2020 at 8:06 PM Anders Hartvoll Ruud <
>>> andr...@chromium.org> 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 as I understand, :is() in Safari 14 takes a regular ,
>>>> and Chromium API owners are concerned that this is a potential source of
>>>> interop problems.
>>>>
>>>> Are there any plans to implement the  behavior
>>>> in WebKit as well?
>>>>
>>>> Thanks,
>>>> Anders
>>>>
>>>> FYI: https://bugs.webkit.org/show_bug.cgi?id=217814
>>>> ___
>>>> webkit-dev mailing list
>>>> webkit-dev@lists.webkit.org
>>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>>>
>>>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] in WebKit?

2020-10-19 Thread Anders Hartvoll Ruud
Yes, there's css/selectors/is-where-error-recovery.tentative.html

(.tentative tag to be dropped momentarily).

On Sat, Oct 17, 2020 at 10:17 AM Antti Koivisto  wrote:

> Seems like a sensible change. Are there WPT tests for this behavior
> already?
>
>
>   antti
>
> On 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 as I understand, :is() in Safari 14 takes a regular ,
>> and Chromium API owners are concerned that this is a potential source of
>> interop problems.
>>
>> Are there any plans to implement the  behavior
>> in WebKit as well?
>>
>> Thanks,
>> Anders
>>
>> FYI: https://bugs.webkit.org/show_bug.cgi?id=217814
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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
interop problems.

Are there any plans to implement the  behavior in
WebKit as well?

Thanks,
Anders

FYI: https://bugs.webkit.org/show_bug.cgi?id=217814
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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

2020-04-24 Thread Anders Hartvoll Ruud
Thanks for the response. I did read through that issue at some point, but I
didn't detect an underlying endorsement. :-)

On Fri, Apr 24, 2020 at 12:33 AM Simon Fraser 
wrote:

> In general we are supporting. We've given some feedback here: <
> https://github.com/w3c/css-houdini-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>
>  @property from CSS Properties & Values
> <https://drafts.css-houdini.org/css-properties-values-api-1/#at-property-rule>.
> I've noticed that there's an in-progress implementation of
> CSS.registerProperty in WebKit, and I'm wondering if you're also
> considering implementing @property, or you have any thoughts on it in
> general.
>
> Anders
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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-progress implementation of
CSS.registerProperty in WebKit, and I'm wondering if you're also
considering implementing @property, or you have any thoughts on it in
general.

Anders
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev