fune/testing/web-platform/tests/interfaces/css-pseudo.idl
autofoolip e8c5e29064 Bug 1536263 [wpt PR 15866] - Update interfaces/css-pseudo.idl, a=testonly
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
2019-04-01 14:43:50 +01:00

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