CSSPositionTryRule
The CSSPositionTryRule interface describes an object representing a @position-try at-rule.
Properties
Link copied to clipboard
The parentRule property of the CSSRule interface returns the containing rule of the current rule if this exists, or otherwise returns null.
Link copied to clipboard
The parentStyleSheet property of the CSSRule interface returns the StyleSheet object in which the current rule is defined.
Link copied to clipboard
The read-only style property of the CSSPositionTryRule interface contains a CSSPositionTryDescriptors object representing the descriptors available in the @position-try rule's body.