mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
Automatic update from web-platform-tests Update interfaces/css-pseudo.idl (#15866) Source: https://github.com/tidoust/reffy-reports/blob/f9f5de5/whatwg/idl/css-pseudo.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/506872416 -- wpt-commits: adde865cf8f62bacef4f4714c810c947b91e2ab8 wpt-pr: 15866
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);
|
|
};
|