I found myself confused by the distinction between Declared Values and Specified Values.
Initially, I believed that the Declared Values were set by the author.
These values then filter down to a single value, known as the "winning value", which becomes the Cascaded Value.
However, the specification later defines the Specified Values.
The specified value is the intended value of a property for an element according to the style sheet authors.
This led me to question whether Declared Values represent default values for elements. If so, there should only be one default value, but it seems that multiple values and cascading rules are applied to determine the final "winning value."