Files
tubestation/testing/web-platform/tests/interfaces/css-nesting.idl
github-actions[bot] c737f609dd Bug 1905891 [wpt PR 46965] - Sync interfaces/ with @webref/idl 3.50.0, a=testonly
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
2024-07-11 07:59:28 +00:00

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;
};