[csswg-drafts] [css-values] Switch [..]! to ?? combinator

fantasai has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-values] Switch [..]! to ?? combinator ==
Seriously, the `offset` syntax is painful to read. Can we please 
switch from the ! required multiplier to an "in order, either or both"
 combinator?

```
[ <offset-position>? [ <offset-path> [<offset-distance> || 
<offset-rotation>]? ]? ]!
[ / <offset-anchor> ]?
```

vs

```
[ <offset-position> ?? <offset-path> [<offset-distance> || 
<offset-rotation>]? ?? [/ <offset-anchor>]?
```

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/687 using your GitHub 
account

Received on Saturday, 5 November 2016 06:21:28 UTC