One may expect `0` from getting [`CSSViewTransitionRule.type`](https://drafts.csswg.org/css-view-transitions-2/#dom-cssviewtransitionrule-type). > The [type](https://drafts.csswg.org/cssom-1/#dom-cssrule-type) attribute is deprecated. It must return an integer, as follows: > > [...] > > Otherwise, return `0`. I guess it is ok if it returns the descriptor value, but I would just like to make sure.