You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently only allow * or a list as valid parameters. Should we also allow no parameter to mean the same thing as the asterisk?
I don't have a strong preference. My weak preference is to keep requiring a parameter. This seems more consistent with things like :is() and :has() which, AFAIK, do require a parameter. Although, my sense that this is not really a valid precedence.
This came up in discussion of #9546
We currently only allow
*
or a list as valid parameters. Should we also allow no parameter to mean the same thing as the asterisk?I don't have a strong preference. My weak preference is to keep requiring a parameter. This seems more consistent with things like
:is()
and:has()
which, AFAIK, do require a parameter. Although, my sense that this is not really a valid precedence.@fantasai @atanassov
The text was updated successfully, but these errors were encountered: