Skip to content

Store an element's transform among its properties

Hey @madds-h - this is a preliminary refactoring for #754. Instead of storing a special field for the transform attribut inside ElementInner, we'll switch to storing an element's transform in its SpecifiedValues and ComputedValues.

This way things should Just Work when you add the new transform property and its parsers.

Summary: there is no element.get_transform() anymore; now everything does values.transform() instead, where values: ComputedValues.

Merge request reports