Actually, declarative partial updates (HTML patching) have long been possible in every modern web browser without JS by using my Pure HTML Out-Of-Order Streaming (PHOOOS) technique based on Declarative Shadow DOM. You don't need another syntax with processing instructions. Demo: https://kraksped.pl/phooos/
reply