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
The current restriction is intentional. It's perfectly well-defined to select from a list of length 1, and consistent with the behavior of lengths >1. (As opposed to an empty list, which would have to have some novel behavior.)
I am not sure whether the current requirement of one or more random items in
random-item()
is intentional or if it should be two or more:Alternatively:
<random-item()> = random-item( <random-caching-options> [ ';' <declaration-value> ]{2,} )
The text was updated successfully, but these errors were encountered: