According to https://drafts.csswg.org/css-backgrounds-3/#background-repeat, the computed value of background-repeat is:
A list, each item consisting of: two keywords, one per dimension
However, I believe no browser follows this part of the spec (see https://wpt.fyi/css/css-backgrounds/background-332.html, where round is computed to round instead of round round). This was changed in a3493c4 in response to http://lists.w3.org/Archives/Public/www-style/2012Feb/1094.html from @dbaron, but I believe #1564 flipped that by suggesting the shorter serialization is preferred.
Related to #2574.
According to https://drafts.csswg.org/css-backgrounds-3/#background-repeat, the computed value of
background-repeatis:However, I believe no browser follows this part of the spec (see https://wpt.fyi/css/css-backgrounds/background-332.html, where
roundis computed toroundinstead ofround round). This was changed in a3493c4 in response to http://lists.w3.org/Archives/Public/www-style/2012Feb/1094.html from @dbaron, but I believe #1564 flipped that by suggesting the shorter serialization is preferred.Related to #2574.