Link to “Intent to Deprecate” thread
Summary
In CSSOM, these are only defined on HTMLElement:
In Blink they're on Element, HTMLElement and SVGElement. It's only for HTML and SVG elements that they do anything, in the Element case they will always return null/0.
Motivation
In below link, it has been discussed to deprecate and remove these attributes
Compatibility Risk
Low.Since the usage counters show low usage.
Usage information from UseCounter
OWP launch tracking bug
Entry on the feature dashboard
none.
Tanay