Open
Description
The current spec says that the computed value of stripes() has all length-percentage values “absolutized and computed to the extent possible”. For border widths, that means it'll resolve to an absolute length.
However, I suspect we want to keep percentages uncomputed for inheritance, if we ever do use this in an inherited property, so I propose to use the same formulation as width
etc. rather than line-height
.