- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Sat, 05 Nov 2016 06:21:21 +0000
- To: public-css-archive@w3.org
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