Automatic update from web-platform-tests Sync interfaces/ with @webref/idl 3.50.0 (#46965) Co-authored-by: wpt-pr-bot <wpt-pr-bot@users.noreply.github.com> -- wpt-commits: e90ece61d6e7ff84a0dc9c496588690e6a61cb17 wpt-pr: 46965
10 lines
348 B
Plaintext
10 lines
348 B
Plaintext
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into webref
|
|
// (https://github.com/w3c/webref)
|
|
// Source: CSS Nesting Module (https://drafts.csswg.org/css-nesting-1/)
|
|
|
|
[Exposed=Window]
|
|
interface CSSNestedDeclarations : CSSRule {
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSStyleProperties style;
|
|
};
|