RESOLVED FIXED 236771
[CSS Container Queries] Support full range notation in size queries
https://bugs.webkit.org/show_bug.cgi?id=236771
Summary [CSS Container Queries] Support full range notation in size queries
Antti Koivisto
Reported 2022-02-17 04:28:50 PST
(100px < width) and (100px < width < 200px)
Attachments
Patch (22.70 KB, patch)
2022-02-17 05:04 PST, Antti Koivisto
no flags
Patch for landing (22.69 KB, patch)
2022-02-17 08:12 PST, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2022-02-17 05:04:41 PST
Dean Jackson
Comment 2 2022-02-17 07:58:31 PST
Comment on attachment 452353 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=452353&action=review > Source/WebCore/style/ContainerQueryEvaluator.cpp:195 > + auto evaluateAspectRatioComparison = [&](double aspectRation, const std::optional<CQ::Comparison>& comparison, Side side) { Typo: aspectRation
Antti Koivisto
Comment 3 2022-02-17 08:12:42 PST
Created attachment 452369 [details] Patch for landing
EWS
Comment 4 2022-02-17 11:39:23 PST
Committed r290037 (247415@main): <https://commits.webkit.org/247415@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 452369 [details].
Radar WebKit Bug Importer
Comment 5 2022-02-17 11:40:18 PST
Note You need to log in before you can comment on or make changes to this bug.