- From: Boris via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Jun 2019 05:42:04 +0000
- To: public-css-archive@w3.org
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