Shorthand CSS properties
What is the border color of a given element?
There is no general answer, since one should be asking what is the border-left-color instead (or border-anyotherside-color). Hence JavaScript frameworks are unable to provide a short, efficient answer to a seemingly intuitive, simple question.
A similarly tricky CSS shorthand impacts all aspects of background.
Leave a comment