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
It's very easy to just write boolean foo; in dictionaries even when it's not really expected to be tristate.
There are certainly intentional tristate booleans like passive of EventListenerOptions, but maybe we should guide the new specs to use enums for such multistate instead or use nullable booleans (boolean? foo = null)?
(I don't have a definite list of accidental tristate booleans in specs, for now this is just what I observed when dealing with Gecko IDL.)