From dd439b41d525b933309ae36ba31bd9c02c84ccaf Mon Sep 17 00:00:00 2001
From: Kagami Sascha Rosylight
[Exposed=Window]
- interface CSSPseudoElement {
+ interface CSSPseudoElement : EventTarget {
readonly attribute CSSOMString type;
readonly attribute CSSStyleDeclaration style;
};
-
- CSSPseudoElement implements EventTarget;
The type attribute