diff --git a/index.bs b/index.bs index f3106f9..0d9b76e 100644 --- a/index.bs +++ b/index.bs @@ -291,7 +291,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|.