Position on new syntax in mediaqueries-4
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 <general-enclosed>/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
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 <general-enclosed>/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
Thanks! On Tue, Apr 12, 2022 at 7:00 AM Antti Koivisto <koivisto@iki.fi> 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 <general-enclosed>/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
participants (2)
-
Anders Hartvoll Ruud
-
Antti Koivisto