Just curious about where we define the computed value of transform property for display:none element (or in the display:none subtree).
Per this WPT PR#36380, it expects the computed value of transform property is always none if we set this element display:none (or in the display:none subtree). However, I cannot find the specific words in the spec (e.g. css-transforms-1 and css-display-3) to mention this behavior.
Should we add this into the spec to specify this behavior because it seems this is only for transform property? How about translate/rotate/scale properties? Should they be consistent?