- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Nov 2023 17:52:36 +0000
- To: public-css-archive@w3.org
> > Is there any behaviour here that sounds unexpected to you? > > No, but I have the benefit of knowing the implementation. My point is that it's non-trivial to know this difference. > > David mentioned, and I think you agreed with the following: > > > My interpretation of type is that it tags a _transition_ (e.g. type `StreamToItem`), rather than a page > > So in that model, what role does mutable types play in SPA? We name the transition and it's the same transition on the same document, but then allow the developer to rename it? That doesn't seem to align with this model. The same role classes play in regular DOM. They tag an element, and transition types tag transitions, and they're both mutable. The point of them tagging a transition is that they don't go beyond the transition's end, but it doesn't mean they can't be changed. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9526#issuecomment-1812996038 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 15 November 2023 17:52:38 UTC