Closed
Description
https://www.w3.org/TR/css-typed-om-1/#numericvalue-serialization
- Otherwise, if unit is "percentage", append "%" to s, then return s.
If the CSSUnitValue
object was created via CSS.percent(n)
, the unit value will be "percent"
.