mirror of
https://github.com/servo/servo.git
synced 2025-10-14 23:40:26 +01:00
8 lines
325 B
Text
8 lines
325 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: CSS Shadow Parts (https://drafts.csswg.org/css-shadow-parts/)
|
|
|
|
partial interface Element {
|
|
[SameObject, PutForwards=value] readonly attribute DOMTokenList part;
|
|
};
|