File tree 1 file changed +0
-10
lines changed
css-properties-values-api
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -223,9 +223,6 @@ The apply hook {#the-apply-hook}
223
223
interface ElementProxy {
224
224
readonly attribute StylePropertyMapReadOnly inputStyle;
225
225
readonly attribute StylePropertyMap outputStyle;
226
- readonly attribute DOMString? tagName;
227
- readonly attribute DOMTokenList classList;
228
- readonly attribute DOMString id;
229
226
readonly attribute DOMString? pseudo;
230
227
};
231
228
@@ -263,13 +260,6 @@ the following attributes:
263
260
:: The set of styles that the apply hook has registered a dependency on.
264
261
: outputStyle
265
262
:: The final result of running this apply hook.
266
- : tagName
267
- :: The tag name of the Element that this ElementProxy proxies, or null if
268
- this ElementProxy proxies a PseudoElement.
269
- : classList
270
- :: The list of classes of the Element that this ElementProxy proxies
271
- : id
272
- :: The id of the Element that this ElementProxy proxies
273
263
: pseudo
274
264
:: The pseudo name of the PseudoElement that this ElementProxy proxies, or
275
265
null if this ElementProxy proxies an Element.
You can’t perform that action at this time.
0 commit comments