Re: [csswg-drafts] [css-backgrounds-4] Allow repeating `none` in `box-shadow-offset` (#8567)

> `#{0,}` is valid but also confusing (one or more, or zero or more?).

I'm not sure what's unclear about it. `#` by itself indicates one or more repetitions, but "It may optionally be followed by the curly brace forms, above, to indicate precisely how many times the repetition occurs, like <length>#{1,4}.", so `#{0,}` indicates zero or more repetitions. (It would probably be more clear as `#?`, but sometimes `#{0,}` might parallel another construction that makes it the most clear way to express this.)

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 14 March 2023 17:36:58 UTC