WebIDLpedia

CSSPositionTryRule interface

Definition

CSS Anchor Positioning defines CSSPositionTryRule

[Exposed=Window]
interface CSSPositionTryRule : CSSRule {
  readonly attribute CSSOMString name;
  [SameObject, PutForwards=cssText] readonly attribute CSSPositionTryDescriptors style;
};