- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 29 Jun 2023 10:04:53 +0000
- To: public-css-archive@w3.org
See #6165: no, it should not affect the computed value. But I think it should still affect the resolved value tat you get in `getComputedStyle`. You can check the actual computed value by using inheritance: [testcase](https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3E%0Adiv%20%7B%20display%3A%20grid%3B%20grid-template-columns%3A%20subgrid%3B%20grid-auto-columns%3A%20100px%3B%20%7D%0Adiv%20%3E%20div%20%7B%20grid-auto-columns%3A%2010px%3B%20%7D%0Aspan%20%7B%20background%3A%20cyan%3B%20%7D%0A%3C%2Fstyle%3E%0ATEST%3A%0A%3Cdiv%3E%3Cdiv%20style%3D%22grid-template-columns%3A%20inherit%22%3E%3Cspan%3E.%3C%2Fspan%3E%3C%2Fdiv%3E%3C%2Fdiv%3E%0A%3Cbr%3E%0ASUBGRID%20REFERENCE%3A%0A%3Cdiv%3E%3Cdiv%20style%3D%22grid-template-columns%3A%20subgrid%22%3E%3Cspan%3E.%3C%2Fspan%3E%3C%2Fdiv%3E%3C%2Fdiv%3E%0A%3Cbr%3E%0ANESTED%20GRID%20REFERENCE%3A%0A%3Cdiv%3E%3Cdiv%20style%3D%22grid-template-columns%3A%20none%22%3E%3Cspan%3E.%3C%2Fspan%3E%3C%2Fdiv%3E%3C%2Fdiv%3E). -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9015#issuecomment-1612764831 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 29 June 2023 10:04:55 UTC