no-invalid-container-query-ranges
Disallow contradictory or mixed-unit intervals in @container size conditions.
no-unreachable-container-intervals
Disallow nested @container intervals that cannot overlap with their parent interval.
no-degenerate-container-query-conditions
Disallow lower bounds that cannot filter any non-negative container size.
prefer-range-syntax
Require modern range comparison syntax for container size queries.