mirror of
https://github.com/servo/servo.git
synced 2025-06-29 03:23:41 +01:00
14 lines
458 B
Text
14 lines
458 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: CSS Pseudo-Elements Module Level 4 (https://drafts.csswg.org/css-pseudo-4/)
|
|
|
|
[Exposed=Window]
|
|
interface CSSPseudoElement : EventTarget {
|
|
readonly attribute CSSOMString type;
|
|
readonly attribute Element element;
|
|
};
|
|
|
|
partial interface Element {
|
|
CSSPseudoElement? pseudo(CSSOMString type);
|
|
};
|