Re: [csswg-drafts] [css-cascade][css-cascade-5] "source order" undefined (#6839)

Presumably the modern equivalent of *document order* would be [tree order](https://dom.spec.whatwg.org/#concept-tree-order). But both of those concepts are defined only in terms of nodes. However, AIUI source order also accounts for which declaration comes first within a CSS source code string; and that string could be a single Text node that's the sole child of a `<style>` node, or the content at a URL referenced by a `<link>` tag. So *document order* alone would be insufficient.

-- 
GitHub Notification of comment by cvrebert
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6839#issuecomment-981211530 using your GitHub account


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

Received on Monday, 29 November 2021 01:20:30 UTC