blob: 5d3973eff3d3b23b6641857ba3d7f5305cf6c62c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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 CSSPositionFallbackRule : CSSGroupingRule {
readonly attribute CSSOMString name;
};
[Exposed=Window]
interface CSSTryRule : CSSRule {
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
};
|