Skip to content

Commit 7622e05

Browse files
committed
Sanitizer API: sanitizing happens after tree constructions
Or at the very least it needs to appear exactly as if it did. Closes WICG/sanitizer-api#259.
1 parent c87bc60 commit 7622e05

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sanitizer-api/sethtml-tree-construction.sub.dat

+10
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,16 @@ test<div>p</div>tt<p>div</p><test>test</test>
595595
| <div>
596596
| <b>
597597

598+
#data
599+
<table><div><td>
600+
#config
601+
{ "replaceWithChildrenElements": ["table"] }
602+
#document
603+
| <div>
604+
| <tbody>
605+
| <tr>
606+
| <td>
607+
598608
#data
599609
<template><div>Hello</div></template>
600610
#config

0 commit comments

Comments
 (0)