CSSContainerQuery
@Serializable
CSS container query rule descriptor.
Constructors
Link copied to clipboard
constructor(text: String, range: CSS.SourceRange? = null, styleSheetId: String? = null, name: String? = null, physicalAxes: DOM.PhysicalAxes? = null, logicalAxes: DOM.LogicalAxes? = null, queriesScrollState: Boolean? = null)
Properties
Link copied to clipboard
Optional logical axes queried for the container.
Link copied to clipboard
Optional physical axes queried for the container.
Link copied to clipboard
true if the query contains scroll-state() queries.
Link copied to clipboard
The associated rule header range in the enclosing stylesheet (if available).
Link copied to clipboard
Identifier of the stylesheet containing this object (if exists).