Skip to content

Commit 0a4bd09

Browse files
committed
[css-properties-values-api] Removed tagName, classList, id from ElementProxy.
1 parent ac6b2df commit 0a4bd09

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

css-properties-values-api/Overview.bs

-10
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@ The apply hook {#the-apply-hook}
223223
interface ElementProxy {
224224
readonly attribute StylePropertyMapReadOnly inputStyle;
225225
readonly attribute StylePropertyMap outputStyle;
226-
readonly attribute DOMString? tagName;
227-
readonly attribute DOMTokenList classList;
228-
readonly attribute DOMString id;
229226
readonly attribute DOMString? pseudo;
230227
};
231228

@@ -263,13 +260,6 @@ the following attributes:
263260
:: The set of styles that the apply hook has registered a dependency on.
264261
: outputStyle
265262
:: 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
273263
: pseudo
274264
:: The pseudo name of the PseudoElement that this ElementProxy proxies, or
275265
null if this ElementProxy proxies an Element.

0 commit comments

Comments
 (0)