mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into webref
|
|
// (https://github.com/w3c/webref)
|
|
// Source: CSS Shadow Parts Module Level 1 (https://drafts.csswg.org/css-shadow-parts-1/)
|
|
|
|
partial interface Element {
|
|
[SameObject, PutForwards=value] readonly attribute DOMTokenList part;
|
|
};
|