Re: [csswg-drafts] [css-backgrounds-3] Computed value of background-size includes missing autos (#2574)

Actually, what I thought is:
For example,
`input` => `serialzation of the computed value`
1. `auto` => `auto`
2. `auto auto` => `auto`
3. `12px` => `12px`
4. `12px auto` => `12px`

In other words, we omit the 2nd value if it is `auto`.
Both Chrome and Safari follow this rule, and it makes sense to me.

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

Received on Friday, 21 June 2019 05:42:05 UTC