- From: Chris Rebert via GitHub <sysbot+gh@w3.org>
- Date: Mon, 29 Nov 2021 01:20:29 +0000
- To: public-css-archive@w3.org
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