- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 14 Mar 2023 17:36:56 +0000
- To: public-css-archive@w3.org
> `#{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