summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/css-anchor-position.idl
blob: b79e3fce893ddc13bc89324bacea4340777d09e6 (plain)
1
2
3
4
5
6
7
8
9
10
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: CSS Anchor Positioning (https://drafts.csswg.org/css-anchor-position-1/)

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