Re: [csswg-drafts] [css-values] Retiring support for 3-valued positions (excluding background)

The current spec for this is https://drafts.csswg.org/css-backgrounds-3/#the-background-position which includes 

```
<bg-position> = [  [ left | center | right | top | bottom | <length-percentage> ]
|
  [ left | center | right | <length-percentage> ]
  [ top | center | bottom | <length-percentage> ]
|
  [ center | [ left | right ] <length-percentage>? ] &&
  [ center | [ top | bottom ] <length-percentage>? ]
]
```

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

Received on Wednesday, 17 January 2018 17:19:31 UTC