Is it safe to assume that if a property is set to auto
, it cannot have the value of none
, and vice versa? Or if a property has none
, can it not have auto
as well?
I understand that these values have distinct meanings, but I am curious if this concept has been implemented in CSS before.
If a property is set to either auto or none, could it be considered the default value for that property?