Open
Description
At the end of the Cascade Sorting Order section, from cascade-3
and up, it says:
The output of the cascade is a (potentially empty) sorted list of declared values for each property on each element.
But the top of the cascade section contradicts that, and seems more accurate to me (emphasis added):
The cascade takes an unordered list of declared values for a given property on a given element, sorts them by their declaration’s precedence as determined below, and outputs a single cascaded value.
Am I missing something (/cc @fantasai)? This has been in every level of the spec going back 9 years, so now I don't trust my reading…