summaryrefslogtreecommitdiffstats
path: root/test/wpt/tests/interfaces/css-anchor-position.idl
blob: c5da3f43f72f1a6c56c41f4767102238aba3d7c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Source: CSS Anchor Positioning (https://drafts.csswg.org/css-anchor-position-1/)

[Exposed=Window]
interface CSSPositionFallbackRule : CSSGroupingRule {
  readonly attribute CSSOMString name;
};

[Exposed=Window]
interface CSSTryRule : CSSRule {
  [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
};