Re: [WICG/webcomponents] DOM parts use outside of <template> seems unlikely (Issue #1035)

Yes, `{{}}` is declarative, but it's only a way of marking parts of the DOM, not controlling updates. Comments can only mark node locations, but can't mark fragments of an attribute value, like this mechanism can. This would be sort of like formalizing the comment technique that many libraries hafve used for years, but enhancing it to mark locations that can't be marked by a comment. It's not a way to declaratively *update* though. There's no binding language that handles updates. Just a syntax for encoding locations with metadata.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/1035#issuecomment-1846343620
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/1035/1846343620@github.com>

Received on Friday, 8 December 2023 01:09:02 UTC