Re: [css-snappoints] 2/27 Updated ED

On Thu, Feb 27, 2014 at 6:24 PM, Matt Rakow <marakow@microsoft.com> wrote:
> I've just pushed an update to the ED for Scroll Snap Points.  This is primarily just inserting issue notes for the various feedback I've received from the Seattle f2f, Robert's mail, and some inspection of the proposal on the Mozilla wiki.  I'll continue to address this feedback and start up discussions as needed prior to FPWD, but please do confirm that I've captured your feedback and let me know if I've missed anything.
>
> Two quick and easy f2f issues that have been resolved:
> - Snap coordinates apply to all elements (was block-level elements)
> - Function naming all lower case and hyphenated, and with no commas (was camel cased)

As I've said in multiple feedbacks, the spec's use of functions here
is very odd.  The grammar can be rewritten to better match normal
usage as something like:

<length>+ | [ <length>* repeat <length> ] | elements

-----------

As currently written, the grammar for snap-list() is wrong.  [] is a
grouping operator in CSS grammar, not a repetition operator.  You want
"snap-list( <length>+ )".

~TJ

Received on Tuesday, 4 March 2014 19:15:03 UTC