From 65b8feef33b52d1b239951f96258d32fae385047 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Tue, 16 Apr 2024 18:49:48 +0200 Subject: [PATCH] Fix character reference. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 2d13aec..786d407 100644 --- a/index.bs +++ b/index.bs @@ -361,7 +361,7 @@ For the main sanitize operation, using a {{ParentNode}} |node|, a 1. Call [=sanitize=] on |child| with |config|. 1. Call [=replace all=] with |child|'s [=tree/children=] within |child|. 1. If |elementName| [=equals=] «[ "`name`" → "`template`", - "`namespace`" → [=HTML namespace=] ]», + "`namespace`" → [=HTML namespace=] ]», then call [=sanitize=] on |child|'s [=template contents=] with |config|. 1. If |child| is a [=shadow host=], then call [=sanitize=] on |child|'s [=Element/shadow root=] with |config|.