Re: [csswg-drafts] [css-backgrounds-3] Computed values of background-repeat don't follow reality

"Computed value" and "serialization" are distinct, unrelated concepts. Computed value is a CSS-internal concept used by the specs.

The "shortest equivalent" rule is usually in effect for serializing computed values, which is why everyone serializes `space space` to `space` for computed values.  Chrome is wrong to shorten the specified value; that should match what was input.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1488#issuecomment-305589768 using your GitHub account

Received on Thursday, 1 June 2017 19:05:31 UTC