Expand description
A query condition:
https://drafts.csswg.org/mediaqueries-4/#typedef-media-condition https://drafts.csswg.org/css-contain-3/#typedef-container-condition
Structs§
- MozPref
Feature - A custom -moz-pref(
, ) query feature. - Style
Feature - A style query feature: https://drafts.csswg.org/css-conditional-5/#typedef-style-feature
Enums§
- AllowOr 🔒
- Whether to allow an
or
condition or not during parsing. - Bool
Value - A boolean value for a pref query.
- MozPref
Feature Value - Simple values we support for -moz-pref(). We don’t want to deal with calc() and other shenanigans for now.
- Operator
- A binary
and
oror
operator. - Query
Condition - Represents a condition.
Functions§
Type Aliases§
- Computed
MozPref Feature Value - The computed -moz-pref() value.
- Specified
MozPref 🔒Feature Value