- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Fri, 27 Sep 2024 00:28:03 +0000
- To: public-css-archive@w3.org
What made sense to me (as mentioned in the minutes), is that `@property` in shadow-scoped styles makes the property "private" (not inherited from the outer scope), which fixes the type mismatch issue. So internal uses of the property would fall back to the `@property`'s `initial` value rather than to what's inherited from the outer scope. This can also be useful as a way to "undo" the `@property` definitions inherited from the outer scope. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10541#issuecomment-2378175524 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 27 September 2024 00:28:04 UTC