From d9440ceb6d9eb84ab98cdcffec7d75a25a895bd9 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 7 Apr 2026 19:21:43 +0100 Subject: [PATCH] Update README to clarify issue references --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e2ded..8e200fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Declarative partial updates HTML primitives for updating parts of a document without a full page refresh -Addresses https://github.com/whatwg/html/issues/2142 and https://github.com/whatwg/html/issues/2791 in a unified manner. +Addresses [HTML streaming](https://github.com/whatwg/html/issues/2142), and potentially sets the stage for [client side includes](https://github.com/whatwg/html/issues/2791) ## Status of this document This is an living explainer. It is continuously updated as we receive more feedback and update the design and the prototypes.