From adb1f982528f37c9111958d1590c4407c9be4d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 16 Jan 2026 15:20:30 +0100 Subject: [PATCH] Switch from to As suggested by @zcorpan. There is a natural place for this in the parser already: https://html.spec.whatwg.org/#markup-declaration-open-state --- patching-explainer.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/patching-explainer.md b/patching-explainer.md index c66035a..cbc064e 100644 --- a/patching-explainer.md +++ b/patching-explainer.md @@ -140,7 +140,7 @@ The patches uses two markers to "emulate" append:

first result

- +
@@ -152,7 +152,7 @@ The patches uses two markers to "emulate" append:

second result

- +
@@ -179,7 +179,7 @@ The patches uses a single marker node:

first result

- +
@@ -191,7 +191,7 @@ The patches uses a single marker node:

second result

- +
@@ -222,9 +222,9 @@ This makes it possible to replace a `` element: ```html <head> - <?marker name="metadata" start?> + <!marker metadata start> <title>Page 1 - +