Skip to content

Commit

Permalink
Fix character reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
otherdaniel committed Apr 16, 2024
1 parent aa17bdc commit fa31d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ For the main <dfn>sanitize</dfn> 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=] &laquo;[ "`name`" &rightarrow; "`template`",
"`namespace`" &rightarrow; [=HTML namespace=] ]&raquo,
"`namespace`" &rightarrow; [=HTML namespace=] ]&raquo;,
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|.
Expand Down

0 comments on commit fa31d18

Please sign in to comment.