[csswg-drafts] [css-cascade] 'output of the cascade' typo in all levels of Cascading & Inheritance spec? (#9998)

mirisuzanne has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-cascade] 'output of the cascade' typo in all levels of Cascading & Inheritance spec? ==
At the end of the [Cascade Sorting Order](https://www.w3.org/TR/css-cascade-3/#cascade-sort) section, from `cascade-3` and up, it says:

> The output of the cascade is a (potentially empty) sorted list of [declared values](https://www.w3.org/TR/css-cascade-3/#declared-value) for each property on each element.

But the top of the [cascade](https://www.w3.org/TR/css-cascade-3/#cascading) section contradicts that, and seems more accurate to me (emphasis added):

> The cascade takes an unordered list of [declared values](https://www.w3.org/TR/css-cascade-3/#declared-value) for a given property on a given element, sorts them by their declaration’s precedence as determined below, _and outputs a single [cascaded value](https://www.w3.org/TR/css-cascade-3/#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…

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9998 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 26 February 2024 03:14:43 UTC