We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51fc8e commit 08ad55eCopy full SHA for 08ad55e
inputfiles/idl/CSS Pseudo-Elements.widl
@@ -0,0 +1,9 @@
1
+[Exposed=Window]
2
+interface CSSPseudoElement : EventTarget {
3
+ readonly attribute CSSOMString type;
4
+ readonly attribute Element element;
5
+};
6
+
7
+partial interface Element {
8
+ CSSPseudoElement? pseudo(CSSOMString type);
9
inputfiles/idlSources.json
@@ -108,6 +108,10 @@
108
"url": "https://www.w3.org/TR/css-overscroll-1/",
109
"title": "CSS Overscroll Behavior"
110
},
111
+ {
112
+ "url": "https://www.w3.org/TR/css-pseudo-4/",
113
+ "title": "CSS Pseudo-Elements"
114
+ },
115
{
116
"url": "https://www.w3.org/TR/css-ruby-1/",
117
"title": "CSS Ruby Layout"
0 commit comments