Double-test everything for conformance tests
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Mon, 19 Sep 2011 14:57:47 -0600
changeset 599 7de568f768c6
parent 598 7dc85d546add
child 600 fc1acceae8d7
Double-test everything for conformance tests

Except multitest. The CSS styling flag is relevant to things like
delete and insertText and whatnot as well as commands that actually
refer to it directly. Browsers might also care about it in violation of
spec, like for hiliteColor.

Needless to say, I didn't review the whole diff to data.js. I only
looked at a few places.
conformancetest/data.js
conformancetest/gentest.html
--- a/conformancetest/data.js	Mon Sep 19 15:21:18 2011 -0600
+++ b/conformancetest/data.js	Mon Sep 19 14:57:47 2011 -0600
@@ -1211,1266 +1211,2526 @@
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo[]bar",
 	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<span>foo</span>{}<span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<span>foo</span>{}<span>bar</span>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<span>foo</span>{}<span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<span>foo[</span><span>]bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<span>foo[</span><span>]bar</span>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<span>foo[</span><span>]bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo]bar[baz",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo]bar[baz",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<table><tbody><tr><td>foo</td><td>b<a href=\"http://www.google.com/\">[a]</a>r</td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<table><tbody><tr><td>foo</td><td>b<a href=\"http://www.google.com/\">[a]</a>r</td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<table><tbody><tr><td>foo</td>{<td><a href=\"http://www.google.com/\">bar</a></td>}<td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<table><tbody><tr><td>foo</td>{<td><a href=\"http://www.google.com/\">bar</a></td>}<td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<table><tbody><tr>{<td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td>}<td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<table><tbody><tr>{<td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td>}<td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<table><tbody>{<tr><td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td><td><a href=\"http://www.google.com/\">baz</a></td></tr>}</tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<table><tbody>{<tr><td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td><td><a href=\"http://www.google.com/\">baz</a></td></tr>}</tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<table>{<tbody><tr><td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td><td><a href=\"http://www.google.com/\">baz</a></td></tr></tbody>}</table>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<table>{<tbody><tr><td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td><td><a href=\"http://www.google.com/\">baz</a></td></tr></tbody>}</table>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"{<table><tbody><tr><td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td><td><a href=\"http://www.google.com/\">baz</a></td></tr></tbody></table>}",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["{<table><tr><td>foo<td>bar<td>baz</table>}",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"{<table><tbody><tr><td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td><td><a href=\"http://www.google.com/\">baz</a></td></tr></tbody></table>}",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a href=http://www.google.com/>foo[bar]baz</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">foo[bar]baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a href=http://www.google.com/>foo[bar]baz</a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">foo[bar]baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a href=http://www.google.com/>foo[barbaz</a>}",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">foo[barbaz</a>}",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a href=http://www.google.com/>foo[barbaz</a>}",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">foo[barbaz</a>}",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["{<a href=http://www.google.com/>foobar]baz</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"{<a href=\"http://www.google.com/\">foobar]baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["{<a href=http://www.google.com/>foobar]baz</a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"{<a href=\"http://www.google.com/\">foobar]baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["{<a href=http://www.google.com/>foobarbaz</a>}",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["{<a href=http://www.google.com/>foobarbaz</a>}",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a href=http://www.google.com/>[foobarbaz]</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a href=http://www.google.com/>[foobarbaz]</a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com/>[bar]</a>baz",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com/>[bar]</a>baz",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["[foo]<a href=http://www.google.com/>bar</a>baz",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">[foo]bar</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["[foo]<a href=http://www.google.com/>bar</a>baz",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">[foo]bar</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com/>bar</a>[baz]",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo<a href=\"http://www.google.com/\">bar[baz]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com/>bar</a>[baz]",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo<a href=\"http://www.google.com/\">bar[baz]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo[<a href=http://www.google.com/>bar</a>]baz",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo[<a href=\"http://www.google.com/\">bar</a>]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo[<a href=http://www.google.com/>bar</a>]baz",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo[<a href=\"http://www.google.com/\">bar</a>]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com/>[bar</a>baz]",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo<a href=\"http://www.google.com/\">[barbaz]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com/>[bar</a>baz]",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo<a href=\"http://www.google.com/\">[barbaz]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["[foo<a href=http://www.google.com/>bar]</a>baz",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">[foobar]</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["[foo<a href=http://www.google.com/>bar]</a>baz",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">[foobar]</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["[foo<a href=http://www.google.com/>bar</a>baz]",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["[foo<a href=http://www.google.com/>bar</a>baz]",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a href=otherurl>foo[bar]baz</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">foo[bar]baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a href=otherurl>foo[bar]baz</a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">foo[bar]baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a href=otherurl>foo[barbaz</a>}",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">foo[barbaz</a>}",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a href=otherurl>foo[barbaz</a>}",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">foo[barbaz</a>}",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["{<a href=otherurl>foobar]baz</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"{<a href=\"http://www.google.com/\">foobar]baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["{<a href=otherurl>foobar]baz</a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"{<a href=\"http://www.google.com/\">foobar]baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["{<a href=otherurl>foobarbaz</a>}",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["{<a href=otherurl>foobarbaz</a>}",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a href=otherurl>[foobarbaz]</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a href=otherurl>[foobarbaz]</a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo<a href=otherurl>[bar]</a>baz",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo<a href=otherurl>[bar]</a>baz",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo[<a href=otherurl>bar</a>]baz",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo[<a href=\"http://www.google.com/\">bar</a>]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo[<a href=otherurl>bar</a>]baz",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo[<a href=\"http://www.google.com/\">bar</a>]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo<a href=otherurl>[bar</a>baz]",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo<a href=\"http://www.google.com/\">[barbaz]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo<a href=otherurl>[bar</a>baz]",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"foo<a href=\"http://www.google.com/\">[barbaz]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["[foo<a href=otherurl>bar]</a>baz",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">[foobar]</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["[foo<a href=otherurl>bar]</a>baz",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">[foobar]</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["[foo<a href=otherurl>bar</a>baz]",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["[foo<a href=otherurl>bar</a>baz]",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a href=otherurl><b>foo[bar]baz</b></a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\"><b>foo[bar]baz</b></a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a href=otherurl><b>foo[bar]baz</b></a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\"><b>foo[bar]baz</b></a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a href=otherurl><b>foo[barbaz</b></a>}",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\"><b>foo[barbaz</b></a>}",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a href=otherurl><b>foo[barbaz</b></a>}",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\"><b>foo[barbaz</b></a>}",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["{<a href=otherurl><b>foobar]baz</b></a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"{<a href=\"http://www.google.com/\"><b>foobar]baz</b></a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["{<a href=otherurl><b>foobar]baz</b></a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"{<a href=\"http://www.google.com/\"><b>foobar]baz</b></a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a href=otherurl><b>[foobarbaz]</b></a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\"><b>[foobarbaz]</b></a>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a href=otherurl><b>[foobarbaz]</b></a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<a href=\"http://www.google.com/\"><b>[foobarbaz]</b></a>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a name=abc>foo[bar]baz</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<span name=\"abc\">foo<a href=\"http://www.google.com/\">[bar]</a>baz</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a name=abc>foo[bar]baz</a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<span name=\"abc\">foo<a href=\"http://www.google.com/\">[bar]</a>baz</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["<a name=abc><b>foo[bar]baz</b></a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<span name=\"abc\"><b>foo<a href=\"http://www.google.com/\">[bar]</a>baz</b></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["<a name=abc><b>foo[bar]baz</b></a>",
+	[["stylewithcss","true"],["createlink","http://www.google.com/"]],
+	"<span name=\"abc\"><b>foo<a href=\"http://www.google.com/\">[bar]</a>baz</b></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["createlink",""]],
 	"foo[bar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"createlink":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["createlink",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>fo[]</span><span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span>foo</span>{}<span>bar</span>",
+	[["stylewithcss","true"],["delete",""]],
+	"<span>fo[]</span><span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo[]</span><span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span>foo[</span><span>]bar</span>",
+	[["stylewithcss","true"],["delete",""]],
+	"<span>foo[]</span><span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<span style=display:none>bar</span>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<span style=display:none>bar</span>[]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<script>bar</script>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<script>bar</script>[]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["fo&ouml;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["fo&ouml;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo&#x308;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo&#x308;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo&#x308;&#x327;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foö[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo&#x308;&#x327;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foö[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["&ouml;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["&ouml;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["o&#x308;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"o[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["o&#x308;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"o[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["o&#x308;&#x327;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"ö[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["o&#x308;&#x327;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"ö[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["&#x5e9;&#x5c1;&#x5b8;[]&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
 	[["stylewithcss","false"],["delete",""]],
 	"שׁ[]לוֹם",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["&#x5e9;&#x5c1;&#x5b8;[]&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
+	[["stylewithcss","true"],["delete",""]],
+	"שׁ[]לוֹם",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;[]&#x5dd;",
 	[["stylewithcss","false"],["delete",""]],
 	"שָׁלו[]ם",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;[]&#x5dd;",
+	[["stylewithcss","true"],["delete",""]],
+	"שָׁלו[]ם",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p><p>[]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<p>[]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br></p><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br></p><p>[]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br></p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br></p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br><p>[]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br><br></p><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br><br></p><p>[]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo<br>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br><br></p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br><br></p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo<br>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br><br><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<br><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br><br><p>[]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<br><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><p>foo</p></div><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><p>foo</p></div><p>[]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><p>foo{}bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p><div><p>[]bar</p></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p><div><p>[]bar</p></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><p>foo</p></div><div><p>[]bar</p></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><p>foo</p></div><div><p>[]bar</p></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><p>foo{}bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><p>foo</p></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><p>foo</p></div>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><p>foo{}bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<div><p>[]bar</p></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<div><p>[]bar</p></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div>foo</div><div>[]bar</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div>foo{}bar</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div>foo</div><div>[]bar</div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div>foo{}bar</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<pre>foo</pre>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<pre>foo{}bar</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<pre>foo</pre>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<pre>foo{}bar</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br><b>[]bar</b>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}<b>bar</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br><b>[]bar</b>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}<b>bar</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<hr>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<hr>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<hr><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<hr><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p><br><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p><br><p>[]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p><br><br><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><br><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p><br><br><p>[]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><br><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p><img src=/img/lion.svg><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><img src=\"/img/lion.svg\">{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p><img src=/img/lion.svg><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><img src=\"/img/lion.svg\">{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<img src=/img/lion.svg>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<img src=/img/lion.svg>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<a>foo</a>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<a>foo</a>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<a href=/>foo</a>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<a href=/>foo</a>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<a name=abc>foo</a>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<a name=abc>foo</a>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<a href=/ name=abc>foo</a>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<a href=/ name=abc>foo</a>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span><a>foo</a></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo</span>[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span><a>foo</a></span>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<span>foo</span>[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span><a href=/>foo</a></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo</span>[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span><a href=/>foo</a></span>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<span>foo</span>[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span><a name=abc>foo</a></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo</span>[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span><a name=abc>foo</a></span>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<span>foo</span>[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span><a href=/ name=abc>foo</a></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo</span>[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span><a href=/ name=abc>foo</a></span>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<span>foo</span>[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<a>[]bar</a>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<a>bar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<a>[]bar</a>",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]<a>bar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<a href=/>[]bar</a>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<a href=\"/\">bar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<a href=/>[]bar</a>",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]<a href=\"/\">bar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<a name=abc>[]bar</a>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<a name=\"abc\">bar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<a name=abc>[]bar</a>",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]<a name=\"abc\">bar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<a href=/ name=abc>[]bar</a>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<a href=\"/\" name=\"abc\">bar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<a href=/ name=abc>[]bar</a>",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]<a href=\"/\" name=\"abc\">bar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo &nbsp;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo []bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo &nbsp;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo []bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo&nbsp; []bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo []bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo&nbsp; []bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo []bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo&nbsp;&nbsp;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo []bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo&nbsp;&nbsp;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo []bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo  []bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo  []bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<b>foo </b>&nbsp;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo </b>{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<b>foo </b>&nbsp;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<b>foo </b>{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<b>foo&nbsp;</b> []bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo </b>{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<b>foo&nbsp;</b> []bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<b>foo </b>{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<b>foo&nbsp;</b>&nbsp;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo </b>{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<b>foo&nbsp;</b>&nbsp;[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<b>foo </b>{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<b>foo </b> []bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo[]</b>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<b>foo </b> []bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<b>foo[]</b>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<table><tr><td>[]bar</table>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<table><tr><td>[]bar</table>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<table><tr><td>bar</table>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<table><tr><td>bar</table>[]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<table><tr><td>[]bar</table><p>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<table><tr><td>[]bar</table><p>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<table><tr><td>bar</table><p>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<table><tr><td>bar</table><p>[]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo<td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo<td>[]bar</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo<tr><td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo</td></tr><tr><td>{}bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo<tr><td>[]bar</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><td>foo</td></tr><tr><td>{}bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br><table><tr><td>[]bar</table>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br><table><tr><td>[]bar</table>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<table><tr><td>bar<br></table>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{<table><tbody><tr><td>bar<br></td></tr></tbody></table>}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<table><tr><td>bar<br></table>[]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{<table><tbody><tr><td>bar<br></td></tr></tbody></table>}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br><table><tr><td>[]bar</table><p>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br></p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br><table><tr><td>[]bar</table><p>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo<br></p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<table><tr><td>bar<br></table><p>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p>{<table><tbody><tr><td>bar<br></td></tr></tbody></table>}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<table><tr><td>bar<br></table><p>[]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p>{<table><tbody><tr><td>bar<br></td></tr></tbody></table>}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo<br><td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo<br><td>[]bar</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo<br><tr><td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo</td></tr><tr><td>{}bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo<br><tr><td>[]bar</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><td>foo</td></tr><tr><td>{}bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br><br><table><tr><td>[]bar</table>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<br><br><table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br><br><table><tr><td>[]bar</table>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<br><br><table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<table><tr><td>bar<br><br></table>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{<table><tbody><tr><td>bar<br><br></td></tr></tbody></table>}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<table><tr><td>bar<br><br></table>[]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{<table><tbody><tr><td>bar<br><br></td></tr></tbody></table>}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br><br><table><tr><td>[]bar</table><p>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br><br></p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br><br><table><tr><td>[]bar</table><p>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo<br><br></p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<table><tr><td>bar<br><br></table><p>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p>{<table><tbody><tr><td>bar<br><br></td></tr></tbody></table>}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<table><tr><td>bar<br><br></table><p>[]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p>{<table><tbody><tr><td>bar<br><br></td></tr></tbody></table>}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo<br><br><td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo<br><br></td><td>{}bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo<br><br><td>[]bar</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><td>foo<br><br></td><td>{}bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo<br><br><tr><td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo<br><br></td></tr><tr><td>{}bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo<br><br><tr><td>[]bar</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><td>foo<br><br></td></tr><tr><td>{}bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<hr><table><tr><td>[]bar</table>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<hr><table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<hr><table><tr><td>[]bar</table>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<hr><table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<table><tr><td>bar<hr></table>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{<table><tbody><tr><td>bar<hr></td></tr></tbody></table>}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<table><tr><td>bar<hr></table>[]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{<table><tbody><tr><td>bar<hr></td></tr></tbody></table>}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo<hr><td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo<hr></td><td>{}bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo<hr><td>[]bar</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><td>foo<hr></td><td>{}bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo<hr><tr><td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo<hr></td></tr><tr><td>{}bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo<hr><tr><td>[]bar</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><td>foo<hr></td></tr><tr><td>{}bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<ol><li>[]bar<li>baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>[]bar</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<ol><li>[]bar<li>baz</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<p>[]bar</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br><ol><li>[]bar<li>baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>[]bar</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br><ol><li>[]bar<li>baz</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<p>[]bar</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br><br><ol><li>[]bar<li>baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<br><br><p>[]bar</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br><br><ol><li>[]bar<li>baz</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<br><br><p>[]bar</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>[]bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>[]bar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<br>[]bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br><li>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>[]bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br><li>[]bar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<br>[]bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br><br><li>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br><br>[]bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br><br><li>[]bar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<br><br>[]bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>[]bar<br>baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>[]bar<br>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>[]bar<br>baz</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<br>[]bar<br>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br>bar<li>[]baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>bar<br>[]baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br>bar<li>[]baz</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<br>bar<br>[]baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li><p>foo</p>{}bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li><p>foo{}bar</p></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li><p>foo</p>{}bar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li><p>foo{}bar</p></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li><p>foo<li>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li><p>foo</p>[]bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li><p>foo<li>[]bar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li><p>foo</p>[]bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li><p>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<p>[]bar</p></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li><p>[]bar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<p>[]bar</p></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li><p>foo<li><p>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li><p>foo</p><p>[]bar</p></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li><p>foo<li><p>[]bar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li><p>foo</p><p>[]bar</p></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ul><li>[]bar</ul></ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>[]bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<ul><li>[]bar</ul></ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo</li><li>[]bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<ol><ol><li>[]bar</ol></ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<ol><li>[]bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<ol><ol><li>[]bar</ol></ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<ol><li>[]bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<div><ol><li>[]bar</ol></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<div><p>[]bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<div><ol><li>[]bar</ol></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<div><p>[]bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<dl><dt>[]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>[]bar</p><dl><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<dl><dt>[]bar<dd>baz</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<p>[]bar</p><dl><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<dl><dd>[]bar</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>[]bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<dl><dd>[]bar</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<p>[]bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>[]bar</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo<br>[]bar</dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>[]bar</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"<dl><dt>foo<br>[]bar</dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dt>[]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo<br>[]bar</dt><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dt>[]bar<dd>baz</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"<dl><dt>foo<br>[]bar</dt><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar<dd>[]baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo</dt><dd>bar<br>[]baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar<dd>[]baz</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"<dl><dt>foo</dt><dd>bar<br>[]baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo</ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo</ol>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br></ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br></ol>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br><br></ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br><br></ol>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<br>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li><br></ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li><br></ol>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li><br></ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li><br></ol>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo</li><li>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo</ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo</ol><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br></ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br></ol><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br><br></ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br><br></ol><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<br>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li><br></ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li><br></ol><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li><br></ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li><br></ol><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo</li><li>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo</ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo</ol>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo{}</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br></ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br></ol>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo{}</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br><br></ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br><br></ol>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<br>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li><br></ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li><br></ol>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li><br></ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li><br></ol>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo</li><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo</ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo</ol><p>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo{}</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br></ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br></ol><p>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo{}</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br><br></ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<br><br></ol><p>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo<br>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li><br></ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li><br></ol><p>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li><br></ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li><br></ol><p>{}<br>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo</li><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote>[]bar</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<br>[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote>[]bar</blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<br>[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote><blockquote>[]bar</blockquote></blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<blockquote>[]bar</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote><blockquote>[]bar</blockquote></blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<blockquote>[]bar</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote><div>[]bar</div></blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<div>[]bar</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote><div>[]bar</div></blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<div>[]bar</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote style=\"color: blue\">[]bar</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<div style=\"color:rgb(0, 0, 255)\">[]bar</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote style=\"color: blue\">[]bar</blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<div style=\"color:rgb(0, 0, 255)\">[]bar</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote><blockquote><p>[]bar<p>baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<blockquote><p>[]bar</p><blockquote><p>baz</p></blockquote></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote><blockquote><p>[]bar<p>baz</blockquote></blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<blockquote><p>[]bar</p><blockquote><p>baz</p></blockquote></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote><div><p>[]bar<p>baz</div></blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<div><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote><div><p>[]bar<p>baz</div></blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<div><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote style=\"color: blue\"><p>[]bar<p>baz</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote style=\"color: blue\"><p>[]bar<p>baz</blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote><p><b>[]bar</b><p>baz</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p><b>[]bar</b></p><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote><p><b>[]bar</b><p>baz</blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<p><b>[]bar</b></p><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote><p><strong>[]bar</strong><p>baz</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p><strong>[]bar</strong></p><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote><p><strong>[]bar</strong><p>baz</blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<p><strong>[]bar</strong></p><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote><p><span>[]bar</span><p>baz</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p><span>[]bar</span></p><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote><p><span>[]bar</span><p>baz</blockquote>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<p><span>[]bar</span></p><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote><ol><li>[]bar</ol></blockquote><p>extra",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<blockquote><p>[]bar</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote><ol><li>[]bar</ol></blockquote><p>extra",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<blockquote><p>[]bar</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote>bar<ol><li>[]baz</ol>quz</blockquote><p>extra",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<blockquote>bar<p>[]baz</p>quz</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote>bar<ol><li>[]baz</ol>quz</blockquote><p>extra",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<blockquote>bar<p>[]baz</p>quz</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<blockquote><ol><li>bar</li><ol><li>[]baz</ol><li>quz</ol></blockquote><p>extra",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<blockquote><ol><li>bar</li><li>[]baz</li><li>quz</li></ol></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<blockquote><ol><li>bar</li><ol><li>[]baz</ol><li>quz</ol></blockquote><p>extra",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<blockquote><ol><li>bar</li><li>[]baz</li><li>quz</li></ol></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<span></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<span></span>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<span><span></span></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<span><span></span></span>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<quasit></quasit>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<quasit></quasit>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br><span></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br><span></span>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span>foo<span></span></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>fo[]</span>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span>foo<span></span></span>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<span>fo[]</span>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<span></span><span>[]bar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<span></span><span>[]bar</span>",
+	[["stylewithcss","true"],["delete",""]],
+	"fo[]<span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<div><div><p>[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<div><div><p>[]bar</div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<div><div><p><!--abc-->[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<div><div><p><!--abc-->[]bar</div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<div><div><!--abc--><p>[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<div><div><!--abc--><p>[]bar</div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<div><!--abc--><div><p>[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<div><!--abc--><div><p>[]bar</div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<!--abc--><div><div><p>[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<!--abc--><div><div><p>[]bar</div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</div></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</div></div>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</div></div><!--abc-->[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</div></div><!--abc-->[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</div><!--abc--></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</div><!--abc--></div>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</p><!--abc--></div></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</p><!--abc--></div></div>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo<!--abc--></div></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo<!--abc--></div></div>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</p></div></div><div><div><div>[]bar</div></div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</p></div></div><div><div><div>[]bar</div></div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo<!--abc--></p></div></div><div><div><div>[]bar</div></div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo<!--abc--></p></div></div><div><div><div>[]bar</div></div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</p><!--abc--></div></div><div><div><div>[]bar</div></div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</p><!--abc--></div></div><div><div><div>[]bar</div></div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</p></div><!--abc--></div><div><div><div>[]bar</div></div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</p></div><!--abc--></div><div><div><div>[]bar</div></div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</p></div></div><!--abc--><div><div><div>[]bar</div></div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</p></div></div><!--abc--><div><div><div>[]bar</div></div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</p></div></div><div><!--abc--><div><div>[]bar</div></div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</p></div></div><div><!--abc--><div><div>[]bar</div></div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</p></div></div><div><div><!--abc--><div>[]bar</div></div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</p></div></div><div><div><!--abc--><div>[]bar</div></div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo</p></div></div><div><div><div><!--abc-->[]bar</div></div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><div><p>foo</p></div></div><div><div><div><!--abc-->[]bar</div></div></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=color:blue>foo<p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=color:blue>foo<p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=color:blue>foo<p style=color:brown>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=color:blue>foo<p style=color:brown>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<p style=color:brown>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<p style=color:brown>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p><font color=blue>foo</font><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><font color=\"blue\">foo</font>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p><font color=blue>foo</font><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><font color=\"blue\">foo</font>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p><font color=blue>foo</font><p><font color=brown>[]bar</font>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p><font color=blue>foo</font><p><font color=brown>[]bar</font>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<p><font color=brown>[]bar</font>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<font color=\"brown\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<p><font color=brown>[]bar</font>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}<font color=\"brown\">bar</font></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p><span style=color:blue>foo</font><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p><span style=color:blue>foo</font><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p><span style=color:blue>foo</font><p><span style=color:brown>[]bar</font>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p><span style=color:blue>foo</font><p><span style=color:brown>[]bar</font>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<p><span style=color:brown>[]bar</font>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<p><span style=color:brown>[]bar</font>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=background-color:aqua>foo<p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=background-color:aqua>foo<p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<p style=background-color:tan>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<p style=background-color:tan>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p><span style=background-color:aqua>foo</font><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p><span style=background-color:aqua>foo</font><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p><span style=background-color:aqua>foo</font><p><span style=background-color:tan>[]bar</font>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p><span style=background-color:aqua>foo</font><p><span style=background-color:tan>[]bar</font>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<p><span style=background-color:tan>[]bar</font>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<p><span style=background-color:tan>[]bar</font>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=text-decoration:underline>foo<p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><u>foo{}</u>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=text-decoration:underline>foo<p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><u>foo{}</u><s>bar</s></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<p style=text-decoration:line-through>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<s>bar</s></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<p style=text-decoration:line-through>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p><u>foo</u><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><u>foo</u>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p><u>foo</u><p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><u>foo</u>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p><u>foo</u><p><s>[]bar</s>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><u>foo</u>{}<s>bar</s></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p><u>foo</u><p><s>[]bar</s>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><u>foo</u>{}<s>bar</s></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<p><s>[]bar</s>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<s>bar</s></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<p><s>[]bar</s>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}<s>bar</s></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=color:blue>foo</p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=color:blue>foo</p>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<p style=color:brown>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}<font color=\"#a52a2a\">bar</font>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<p style=color:brown>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div style=color:blue><p style=color:green>foo</div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p><font color=\"#008000\">foo{}</font>bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div style=color:blue><p style=color:green>foo</div>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><p><span style=\"color:rgb(0, 128, 0)\">foo{}</span>bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<b>[bar]</b>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<b>{bar}</b>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<b>{bar}</b>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo{<b>bar</b>}baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<span>[bar]</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<span>[bar]</span>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<span>{bar}</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<span>{bar}</span>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo{<span>bar</span>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo{<span>bar</span>}baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<b>foo[bar</b><i>baz]quz</i>",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo[]</b><i>quz</i>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<b>foo[bar</b><i>baz]quz</i>",
+	[["stylewithcss","true"],["delete",""]],
+	"<b>foo[]</b><i>quz</i>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p><p>[bar]</p><p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p><p>[bar]</p><p>baz</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><p>{}<br></p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p><p>{bar}</p><p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p><p>{bar}</p><p>baz</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><p>{}<br></p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p><p>{bar</p>}<p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p><p>{bar</p>}<p>baz</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><p>{}<br></p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p>{<p>bar}</p><p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p>{}<br><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p>{<p>bar}</p><p>baz</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p>{}<br><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo</p>{<p>bar</p>}<p>baz</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[bar<p>baz]quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<div>baz]quz</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[bar<div>baz]quz</div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<h1>baz]quz</h1>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[bar<h1>baz]quz</h1>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<div>foo{}quz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div>foo[bar</div><p>baz]quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<div>foo{}quz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
 	[["stylewithcss","false"],["delete",""]],
 	"<blockquote>foo{}quz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
+	[["stylewithcss","true"],["delete",""]],
+	"<blockquote>foo{}quz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p><b>foo[bar</b><p>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><b>foo</b>{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p><b>foo[bar</b><p>baz]quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p><b>foo</b>{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><p>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}quz</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><p>foo[bar</div><p>baz]quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><p>foo{}quz</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p style=color:blue>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[bar<p style=color:blue>baz]quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p><b>baz]quz</b>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<b>quz</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[bar<p><b>baz]quz</b>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}<b>quz</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><p>foo<p>[bar<p>baz]</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo</p><p>{}<br></p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><p>foo<p>[bar<p>baz]</div>",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><p>foo</p><p>{}<br></p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<br>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<br>]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[</p><p>]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[</p><p>]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[</p><p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar<br>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[</p><p>]bar<br>baz</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar<br>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<p>]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<p>]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo{<p>}bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo{<p>}bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<p>]bar<br>baz</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<p>]bar</p>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<br>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<p>]bar</p>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar<br>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo{<p>bar</p>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo{<p>bar</p>}baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<p>{bar</p>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<p>{bar</p>}baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo{<p>bar}</p>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}<br>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo{<p>bar}</p>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}<br>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[</p>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[</p>]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo{</p>}bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo{</p>}bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[</p>]bar<br>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[</p>]bar<br>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo[</p>]bar<p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo[</p>]bar<p>baz</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<div><p>]bar</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<div><p>]bar</div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><p>foo[</p></div>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><p>foo[</p></div>]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><p>foo{}bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<div><p>]bar</p>baz</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<div>baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<div><p>]bar</p>baz</div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar<div>baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<div>]bar<p>baz</p></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<div><p>baz</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<div>]bar<p>baz</p></div>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar<div><p>baz</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div><p>foo</p>bar[</div>]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo</p>bar{}baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div><p>foo</p>bar[</div>]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<div><p>foo</p>bar{}baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<div>foo<p>bar[</p></div>]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<div>foo<p>bar{}baz</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<div>foo<p>bar[</p></div>]baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<div>foo<p>bar{}baz</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br>{</p>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br>{</p>]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br><br>{</p>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br><br>{</p>]bar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo<br>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br>{<p>]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br>{<p>]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo<br><br>{<p>]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<br>{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo<br><br>{<p>]bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo<br>{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br>{</p><p>}bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br>{</p><p>}bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<br><br>{</p><p>}bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<br><br>{</p><p>}bar</p>",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo<br>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>foo<th>[bar]<th>baz<tr><td>quz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><th>foo</th><th>{}<br></th><th>baz</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>foo<th>[bar]<th>baz<tr><td>quz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><th>foo</th><th>{}<br></th><th>baz</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>foo<th>ba[r<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><th>foo</th><th>ba[]</th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>foo<th>ba[r<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><th>foo</th><th>ba[]</th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>fo[o<th>bar<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><th>fo[]</th><th><br></th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>fo[o<th>bar<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><th>fo[]</th><th><br></th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>foo<th>bar<th>ba[z<tr><td>q]uz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><th>foo</th><th>bar</th><th>ba[]</th></tr><tr><td>uz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>foo<th>bar<th>ba[z<tr><td>q]uz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><th>foo</th><th>bar</th><th>ba[]</th></tr><tr><td>uz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>[foo<th>bar<th>baz]<tr><td>quz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>[foo<th>bar<th>baz]<tr><td>quz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>[foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz]</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td><br></td><td><br></td><td><br></td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>[foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz]</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td><br></td><td><br></td><td><br></td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
 	[["stylewithcss","false"],["delete",""]],
 	"{}<br>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
+	[["stylewithcss","true"],["delete",""]],
+	"{}<br>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><td>foo<td>ba[r<tr><td>baz<td>quz<tr><td>q]oz<td>qiz</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo</td><td>ba[]</td></tr><tr><td><br></td><td><br></td></tr><tr><td>oz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><td>foo<td>ba[r<tr><td>baz<td>quz<tr><td>q]oz<td>qiz</table>",
+	[["stylewithcss","true"],["delete",""]],
+	"<table><tbody><tr><td>foo</td><td>ba[]</td></tr><tr><td><br></td><td><br></td></tr><tr><td>oz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>fo[o<table><tr><td>b]ar</table><p>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>fo[]</p><table><tbody><tr><td>ar</td></tr></tbody></table><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>fo[o<table><tr><td>b]ar</table><p>baz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>fo[]</p><table><tbody><tr><td>ar</td></tr></tbody></table><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<table><tr><td>ba[r</table><p>b]az",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><table><tbody><tr><td>ba[]</td></tr></tbody></table><p>az</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<table><tr><td>ba[r</table><p>b]az",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><table><tbody><tr><td>ba[]</td></tr></tbody></table><p>az</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>fo[o<table><tr><td>bar</table><p>b]az",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>fo{}az</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>fo[o<table><tr><td>bar</table><p>b]az",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>fo{}az</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<ol><li>ba[r<li>b]az</ol><p>quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><ol><li>ba{}az</li></ol><p>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<ol><li>ba[r<li>b]az</ol><p>quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><ol><li>ba{}az</li></ol><p>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<ol><li>bar<li>[baz]</ol><p>quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><ol><li>bar</li><li>{}<br></li></ol><p>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<ol><li>bar<li>[baz]</ol><p>quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><ol><li>bar</li><li>{}<br></li></ol><p>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>fo[o<ol><li>b]ar<li>baz</ol><p>quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>fo{}ar</p><ol><li>baz</li></ol><p>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>fo[o<ol><li>b]ar<li>baz</ol><p>quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>fo{}ar</p><ol><li>baz</li></ol><p>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>fo{}az</p><p>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>fo{}az</p><p>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>fo{}uz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
+	[["stylewithcss","true"],["delete",""]],
+	"<p>fo{}uz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>fo{}ar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>fo{}ar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>fo{}ar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>fo{}ar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<ol><li>]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<ol><li>]bar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[<li>]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<ol><li>foo[<li>]bar</ol>",
+	[["stylewithcss","true"],["delete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<dl><dt>]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<dl><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<dl><dt>]bar<dd>baz</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar<dl><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["foo[<dl><dd>]bar</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["foo[<dl><dd>]bar</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[<dd>]bar</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo{}bar</dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<dl><dt>foo[<dd>]bar</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"<dl><dt>foo{}bar</dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
+	[["stylewithcss","true"],["delete",""]],
+	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<b>foo [&nbsp;</b>bar]",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo&nbsp;[]</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<b>foo [&nbsp;</b>bar]",
+	[["stylewithcss","true"],["delete",""]],
+	"<b>foo&nbsp;[]</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<p style=display:inline>fo[o<p style=display:inline>b]ar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p style=\"display:inline\">fo[]</p><p style=\"display:inline\">ar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<p style=display:inline>fo[o<p style=display:inline>b]ar",
+	[["stylewithcss","true"],["delete",""]],
+	"<p style=\"display:inline\">fo[]</p><p style=\"display:inline\">ar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span style=display:block>fo[o</span><span style=display:block>b]ar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"<span style=\"display:block\">fo{}ar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span style=display:block>fo[o</span><span style=display:block>b]ar</span>",
+	[["stylewithcss","true"],["delete",""]],
+	"<span style=\"display:block\">fo{}ar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span style=display:inline-block>fo[o</span><span style=display:inline-block>b]ar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"<span style=\"display:inline-block\">fo[]</span><span style=\"display:inline-block\">ar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span style=display:inline-block>fo[o</span><span style=display:inline-block>b]ar</span>",
+	[["stylewithcss","true"],["delete",""]],
+	"<span style=\"display:inline-block\">fo[]</span><span style=\"display:inline-block\">ar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span style=display:inline-table>fo[o</span><span style=display:inline-table>b]ar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"<span style=\"display:inline-table\">fo[]</span><span style=\"display:inline-table\">ar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span style=display:inline-table>fo[o</span><span style=display:inline-table>b]ar</span>",
+	[["stylewithcss","true"],["delete",""]],
+	"<span style=\"display:inline-table\">fo[]</span><span style=\"display:inline-table\">ar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<span style=display:none>fo[o</span><span style=display:none>b]ar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"<span style=\"display:none\">fo[]</span><span style=\"display:none\">ar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<span style=display:none>fo[o</span><span style=display:none>b]ar</span>",
+	[["stylewithcss","true"],["delete",""]],
+	"<span style=\"display:none\">fo[]</span><span style=\"display:none\">ar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 ["<quasit style=display:block>fo[o</quasit><quasit style=display:block>b]ar</quasit>",
 	[["stylewithcss","false"],["delete",""]],
 	"<quasit style=\"display:block\">fo{}ar</quasit>",
-	{"stylewithcss":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
-["foo[]bar",
-	[["stylewithcss","false"],["fontname","sans-serif"]],
-	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
+["<quasit style=display:block>fo[o</quasit><quasit style=display:block>b]ar</quasit>",
+	[["stylewithcss","true"],["delete",""]],
+	"<quasit style=\"display:block\">fo{}ar</quasit>",
+	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","false"],["fontname","sans-serif"]],
+	"foo[]bar",
+	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo[]bar",
@@ -4223,5846 +5483,11686 @@
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>foo[]bar</div><p>extra</p>",
 	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["foo[]bar<p>extra",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>foo[]bar</div><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><span>foo</span>{}<span>bar</span></div><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<span>foo</span>{}<span>bar</span><p>extra",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div><span>foo</span>{}<span>bar</span></div><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><span>foo[</span><span>]bar</span></div><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<span>foo[</span><span>]bar</span><p>extra",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div><span>foo[</span><span>]bar</span></div><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>foo[bar]baz</div><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["foo[bar]baz<p>extra",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>foo[bar]baz</div><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["foo]bar[baz<p>extra",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>foo[bar]baz</div><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["foo]bar[baz<p>extra",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>foo[bar]baz</div><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["{<p><p> <p>foo</p>}",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>{ </div><div>foo}</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"div"]}],
+["{<p><p> <p>foo</p>}",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>{ </div><div>foo}</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"div"]}],
 ["foo[bar<i>baz]qoz</i>quz<p>extra",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>foo[bar<i>baz]qoz</i>quz</div><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["foo[bar<i>baz]qoz</i>quz<p>extra",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>foo[bar<i>baz]qoz</i>quz</div><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<table><tbody><tr><td>foo</td><td><div>b[a]r</div></td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<table><tbody><tr><td>foo</td><td><div>b[a]r</div></td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<table><tbody><tr><td>foo</td>{<td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<table><tbody><tr><td>foo</td>{<td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<table><tbody><tr>{<td><div>foo</div></td><td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<table><tbody><tr>{<td><div>foo</div></td><td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<table><tbody>{<tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr>}</tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<table><tbody>{<tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr>}</tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<table>{<tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody>}</table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<table>{<tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody>}</table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"{<table><tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody></table>}",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["{<table><tr><td>foo<td>bar<td>baz</table>}",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"{<table><tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody></table>}",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"div"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"div"]}],
 ["<blockquote>[foobar]</blockquote>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<blockquote><div>[foobar]</div></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<blockquote>[foobar]</blockquote>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<blockquote><div>[foobar]</div></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<h1>[foobar]</h1>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"div"]}],
+["<h1>[foobar]</h1>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"div"]}],
 ["<h2>[foobar]</h2>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h2",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h2",false,false,"div"]}],
+["<h2>[foobar]</h2>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h2",false,false,"div"]}],
 ["<h3>[foobar]</h3>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h3",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h3",false,false,"div"]}],
+["<h3>[foobar]</h3>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h3",false,false,"div"]}],
 ["<h4>[foobar]</h4>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h4",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h4",false,false,"div"]}],
+["<h4>[foobar]</h4>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h4",false,false,"div"]}],
 ["<h5>[foobar]</h5>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h5",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h5",false,false,"div"]}],
+["<h5>[foobar]</h5>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h5",false,false,"div"]}],
 ["<h6>[foobar]</h6>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h6",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h6",false,false,"div"]}],
+["<h6>[foobar]</h6>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h6",false,false,"div"]}],
 ["<dl><dt>[foo]<dd>bar</dl>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo]</div><dl><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"dt",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"dt",false,false,"div"]}],
+["<dl><dt>[foo]<dd>bar</dl>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foo]</div><dl><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"dt",false,false,"div"]}],
 ["<dl><dt>foo<dd>[bar]</dl>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<dl><dt>foo</dt></dl><div>[bar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"dd",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"dd",false,false,"div"]}],
+["<dl><dt>foo<dd>[bar]</dl>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<dl><dt>foo</dt></dl><div>[bar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"dd",false,false,"div"]}],
 ["<dl><dt>[foo<dd>bar]</dl>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[true,false,"dt",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[true,false,"dt",false,false,"div"]}],
+["<dl><dt>[foo<dd>bar]</dl>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foo</div><div>bar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[true,false,"dt",false,false,"div"]}],
 ["<ol><li>[foobar]</ol>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<ol><li><div>[foobar]</div></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<ol><li>[foobar]</ol>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<ol><li><div>[foobar]</div></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<ul><li>[foobar]</ul>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<ul><li><div>[foobar]</div></li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<ul><li>[foobar]</ul>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<ul><li><div>[foobar]</div></li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<address>[foobar]</address>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"div"]}],
+["<address>[foobar]</address>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"div"]}],
 ["<pre>[foobar]</pre>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"div"]}],
+["<pre>[foobar]</pre>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"div"]}],
 ["<article>[foobar]</article>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<article><div>[foobar]</div></article>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<article>[foobar]</article>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<article><div>[foobar]</div></article>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<ins>[foobar]</ins>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><ins>[foobar]</ins></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<ins>[foobar]</ins>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div><ins>[foobar]</ins></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<del>[foobar]</del>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><del>[foobar]</del></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<del>[foobar]</del>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div><del>[foobar]</del></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<quasit>[foobar]</quasit>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><quasit>[foobar]</quasit></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<quasit>[foobar]</quasit>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div><quasit>[foobar]</quasit></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<quasit style=\"display: block\">[foobar]</quasit>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><quasit style=\"display:block\">[foobar]</quasit></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<quasit style=\"display: block\">[foobar]</quasit>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div><quasit style=\"display:block\">[foobar]</quasit></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>foo[]bar</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["foo[]bar<p>extra",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>foo[]bar</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><span>foo</span>{}<span>bar</span></p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<span>foo</span>{}<span>bar</span><p>extra",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p><span>foo</span>{}<span>bar</span></p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><span>foo[</span><span>]bar</span></p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<span>foo[</span><span>]bar</span><p>extra",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p><span>foo[</span><span>]bar</span></p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>foo[bar]baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["foo[bar]baz<p>extra",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>foo[bar]baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["foo]bar[baz<p>extra",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>foo[bar]baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["foo]bar[baz<p>extra",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>foo[bar]baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["{<p><p> <p>foo</p>}",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>{ </p><p>foo}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["{<p><p> <p>foo</p>}",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>{ </p><p>foo}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["foo[bar<i>baz]qoz</i>quz<p>extra",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>foo[bar<i>baz]qoz</i>quz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["foo[bar<i>baz]qoz</i>quz<p>extra",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>foo[bar<i>baz]qoz</i>quz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<table><tbody><tr><td>foo</td><td><p>b[a]r</p></td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<table><tbody><tr><td>foo</td><td><p>b[a]r</p></td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<table><tbody><tr><td>foo</td>{<td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<table><tbody><tr><td>foo</td>{<td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<table><tbody><tr>{<td><p>foo</p></td><td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<table><tbody><tr>{<td><p>foo</p></td><td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<table><tbody>{<tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr>}</tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<table><tbody>{<tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr>}</tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<table>{<tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody>}</table>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<table>{<tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody>}</table>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"{<table><tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody></table>}",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
-["<div>[foobar]</div>",
-	[["stylewithcss","false"],["formatblock","<p>"]],
-	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"p"]}],
-["<p>[foobar]</p>",
-	[["stylewithcss","false"],["formatblock","<p>"]],
-	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["{<table><tr><td>foo<td>bar<td>baz</table>}",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"{<table><tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody></table>}",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","false"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"p"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","false"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<blockquote>[foobar]</blockquote>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<blockquote><p>[foobar]</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<blockquote>[foobar]</blockquote>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<blockquote><p>[foobar]</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<h1>[foobar]</h1>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"p"]}],
+["<h1>[foobar]</h1>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"p"]}],
 ["<h2>[foobar]</h2>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h2",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h2",false,false,"p"]}],
+["<h2>[foobar]</h2>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h2",false,false,"p"]}],
 ["<h3>[foobar]</h3>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h3",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h3",false,false,"p"]}],
+["<h3>[foobar]</h3>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h3",false,false,"p"]}],
 ["<h4>[foobar]</h4>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h4",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h4",false,false,"p"]}],
+["<h4>[foobar]</h4>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h4",false,false,"p"]}],
 ["<h5>[foobar]</h5>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h5",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h5",false,false,"p"]}],
+["<h5>[foobar]</h5>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h5",false,false,"p"]}],
 ["<h6>[foobar]</h6>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h6",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h6",false,false,"p"]}],
+["<h6>[foobar]</h6>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h6",false,false,"p"]}],
 ["<dl><dt>[foo]<dd>bar</dl>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p><dl><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"dt",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"dt",false,false,"p"]}],
+["<dl><dt>[foo]<dd>bar</dl>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo]</p><dl><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"dt",false,false,"p"]}],
 ["<dl><dt>foo<dd>[bar]</dl>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<dl><dt>foo</dt></dl><p>[bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"dd",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"dd",false,false,"p"]}],
+["<dl><dt>foo<dd>[bar]</dl>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<dl><dt>foo</dt></dl><p>[bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"dd",false,false,"p"]}],
 ["<dl><dt>[foo<dd>bar]</dl>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[true,false,"dt",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[true,false,"dt",false,false,"p"]}],
+["<dl><dt>[foo<dd>bar]</dl>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[true,false,"dt",false,false,"p"]}],
 ["<ol><li>[foobar]</ol>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<ol><li><p>[foobar]</p></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<ol><li>[foobar]</ol>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<ol><li><p>[foobar]</p></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<ul><li>[foobar]</ul>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<ul><li><p>[foobar]</p></li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<ul><li>[foobar]</ul>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<ul><li><p>[foobar]</p></li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<address>[foobar]</address>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"p"]}],
+["<address>[foobar]</address>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"p"]}],
 ["<pre>[foobar]</pre>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"p"]}],
+["<pre>[foobar]</pre>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"p"]}],
 ["<listing>[foobar]</listing>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<listing>[foobar]</listing>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<xmp>[foobar]</xmp>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<xmp>[foobar]</xmp>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<article>[foobar]</article>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<article><p>[foobar]</p></article>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<article>[foobar]</article>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<article><p>[foobar]</p></article>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<ins>[foobar]</ins>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><ins>[foobar]</ins></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<ins>[foobar]</ins>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p><ins>[foobar]</ins></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<del>[foobar]</del>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><del>[foobar]</del></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<del>[foobar]</del>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p><del>[foobar]</del></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<quasit>[foobar]</quasit>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><quasit>[foobar]</quasit></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<quasit>[foobar]</quasit>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p><quasit>[foobar]</quasit></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<quasit style=\"display: block\">[foobar]</quasit>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><quasit style=\"display:block\">[foobar]</quasit></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<quasit style=\"display: block\">[foobar]</quasit>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p><quasit style=\"display:block\">[foobar]</quasit></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<blockquote>[foo]</blockquote><p>extra",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<blockquote>[foo]</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,""]}],
+["<blockquote>[foo]</blockquote><p>extra",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"<blockquote>[foo]</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,""]}],
 ["<blockquote><p>[foo]<p>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<blockquote><p>[foo]<p>bar</blockquote><p>extra",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["[foo]<blockquote>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"[foo]<blockquote>bar</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,""]}],
+["[foo]<blockquote>bar</blockquote><p>extra",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"[foo]<blockquote>bar</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,""]}],
 ["<p>[foo<p>bar]<p>baz",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<p>[foo</p><p>bar]</p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]<p>baz",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"<p>[foo</p><p>bar]</p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<section>[foo]</section>",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<section>[foo]</section>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,""]}],
+["<section>[foo]</section>",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"<section>[foo]</section>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,""]}],
 ["<section><p>[foo]</section>",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<section><p>[foo]</p></section>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<section><p>[foo]</section>",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"<section><p>[foo]</p></section>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<section><hgroup><h1>[foo]</h1><h2>bar</h2></hgroup><p>baz</section>",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<section><hgroup><h1>[foo]</h1><h2>bar</h2></hgroup><p>baz</p></section>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"h1"]}],
+["<section><hgroup><h1>[foo]</h1><h2>bar</h2></hgroup><p>baz</section>",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"<section><hgroup><h1>[foo]</h1><h2>bar</h2></hgroup><p>baz</p></section>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"h1"]}],
 ["<section>[foo]</section>",
 	[["stylewithcss","false"],["formatblock","<article>"]],
 	"<section>[foo]</section>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,""]}],
+["<section>[foo]</section>",
+	[["stylewithcss","true"],["formatblock","<article>"]],
+	"<section>[foo]</section>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,""]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foobar]</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"address"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<address>[foobar]</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"address"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<article>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<article>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<dd>"]],
 	"<dl><dd>[foobar]</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"dd"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"dd"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<dd>"]],
+	"<dl><dd>[foobar]</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"dd"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<del>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<del>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<dl>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<dl>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<dt>"]],
 	"<dl><dt>[foobar]</dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"dt"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"dt"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<dt>"]],
+	"<dl><dt>[foobar]</dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"dt"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foobar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"h1"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foobar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"h1"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foobar]</h2>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"h2"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"h2"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<h2>"]],
+	"<h2>[foobar]</h2>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"h2"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h3>"]],
 	"<h3>[foobar]</h3>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"h3"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"h3"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<h3>"]],
+	"<h3>[foobar]</h3>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"h3"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h4>"]],
 	"<h4>[foobar]</h4>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"h4"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"h4"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<h4>"]],
+	"<h4>[foobar]</h4>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"h4"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h5>"]],
 	"<h5>[foobar]</h5>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"h5"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"h5"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<h5>"]],
+	"<h5>[foobar]</h5>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"h5"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h6>"]],
 	"<h6>[foobar]</h6>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"h6"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"h6"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<h6>"]],
+	"<h6>[foobar]</h6>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"h6"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<ins>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<ins>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<li>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<li>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<ol>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
-["<div>[foobar]</div>",
-	[["stylewithcss","false"],["formatblock","<p>"]],
-	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<ol>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","false"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"p"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"p"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foobar]</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"pre"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<pre>[foobar]</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"pre"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<ul>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<ul>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<quasit>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"div"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","<quasit>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"div"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foobar]</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<address>[foobar]</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"address"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<article>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<article>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<aside>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<aside>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<body>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<body>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<dd>"]],
 	"<dl><dd>[foobar]</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"dd"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"dd"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<dd>"]],
+	"<dl><dd>[foobar]</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"dd"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<del>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<del>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<details>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<details>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<dir>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<dir>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"div"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foobar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"div"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<dl>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<dl>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<dt>"]],
 	"<dl><dt>[foobar]</dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"dt"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"dt"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<dt>"]],
+	"<dl><dt>[foobar]</dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"dt"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<fieldset>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<fieldset>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<figcaption>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<figcaption>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<figure>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<figure>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<footer>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<footer>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<form>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<form>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foobar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foobar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h1"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foobar]</h2>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h2"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h2"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<h2>"]],
+	"<h2>[foobar]</h2>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h2"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h3>"]],
 	"<h3>[foobar]</h3>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h3"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h3"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<h3>"]],
+	"<h3>[foobar]</h3>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h3"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h4>"]],
 	"<h4>[foobar]</h4>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h4"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h4"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<h4>"]],
+	"<h4>[foobar]</h4>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h4"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h5>"]],
 	"<h5>[foobar]</h5>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h5"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h5"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<h5>"]],
+	"<h5>[foobar]</h5>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h5"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h6>"]],
 	"<h6>[foobar]</h6>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h6"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h6"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<h6>"]],
+	"<h6>[foobar]</h6>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h6"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<header>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<header>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<head>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<head>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<hgroup>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<hgroup>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<hr>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<hr>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<html>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<html>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<ins>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<ins>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<li>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<li>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<listing>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<listing>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<menu>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<menu>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<nav>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<nav>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<ol>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
-["<p>[foobar]</p>",
-	[["stylewithcss","false"],["formatblock","<p>"]],
-	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<ol>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","false"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<plaintext>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<plaintext>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foobar]</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<pre>[foobar]</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"pre"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<section>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<section>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<ul>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<ul>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<xmp>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<xmp>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<quasit>"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foobar]</p>",
+	[["stylewithcss","true"],["formatblock","<quasit>"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo<br>bar]</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<address>[foo<br>bar]</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"address"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<article>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<article>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<aside>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<aside>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<blockquote>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<body>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<body>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<dd>"]],
 	"<dl><dd>[foo</dd><dd>bar]</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"dd"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"dd"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<dd>"]],
+	"<dl><dd>[foo</dd><dd>bar]</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"dd"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<del>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<del>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<details>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<details>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<dir>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<dir>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"div"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foo</div><div>bar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"div"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<dl>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<dl>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<dt>"]],
 	"<dl><dt>[foo</dt><dt>bar]</dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"dt"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"dt"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<dt>"]],
+	"<dl><dt>[foo</dt><dt>bar]</dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"dt"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<fieldset>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<fieldset>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<figcaption>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<figcaption>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<figure>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<figure>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<footer>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<footer>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<form>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<form>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foo<br>bar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h1"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foo<br>bar]</h2>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h2"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h2"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<h2>"]],
+	"<h2>[foo<br>bar]</h2>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h2"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h3>"]],
 	"<h3>[foo<br>bar]</h3>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h3"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h3"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<h3>"]],
+	"<h3>[foo<br>bar]</h3>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h3"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h4>"]],
 	"<h4>[foo<br>bar]</h4>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h4"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h4"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<h4>"]],
+	"<h4>[foo<br>bar]</h4>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h4"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h5>"]],
 	"<h5>[foo<br>bar]</h5>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h5"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h5"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<h5>"]],
+	"<h5>[foo<br>bar]</h5>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h5"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h6>"]],
 	"<h6>[foo<br>bar]</h6>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h6"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h6"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<h6>"]],
+	"<h6>[foo<br>bar]</h6>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h6"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<header>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<header>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<head>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<head>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<hgroup>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<hgroup>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<hr>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<hr>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<html>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<html>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<ins>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<ins>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<li>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<li>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<listing>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<listing>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<menu>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<menu>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<nav>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<nav>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<ol>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
-["<p>[foo<p>bar]",
-	[["stylewithcss","false"],["formatblock","<p>"]],
-	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<ol>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","false"],["formatblock","<p>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<plaintext>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<plaintext>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo<br>bar]</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<pre>[foo<br>bar]</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"pre"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<section>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<section>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<ul>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<ul>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<xmp>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<xmp>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<quasit>"]],
 	"<p>[foo</p><p>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"p"]}],
+["<p>[foo<p>bar]",
+	[["stylewithcss","true"],["formatblock","<quasit>"]],
+	"<p>[foo</p><p>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"p"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","p"]],
 	"<p>[foobar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"p"]}],
+["<div>[foobar]</div>",
+	[["stylewithcss","true"],["formatblock","p"]],
+	"<p>[foobar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"p"]}],
 ["<ol><li>[foo]<li>bar</ol>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<ol><li><div>[foo]</div></li><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<ol><li>[foo]<li>bar</ol>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<ol><li><div>[foo]</div></li><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<h1>[foo]<br>bar</h1>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p><h1>bar</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"p"]}],
+["<h1>[foo]<br>bar</h1>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo]</p><h1>bar</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"p"]}],
 ["<h1>foo<br>[bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<h1>foo</h1><p>[bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"p"]}],
+["<h1>foo<br>[bar]</h1>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<h1>foo</h1><p>[bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"p"]}],
 ["<h1>[foo<br>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo<br>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"p"]}],
+["<h1>[foo<br>bar]</h1>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo<br>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"p"]}],
 ["<h1>[foo]<br>bar</h1>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo]</address><h1>bar</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"address"]}],
+["<h1>[foo]<br>bar</h1>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<address>[foo]</address><h1>bar</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"address"]}],
 ["<h1>foo<br>[bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<h1>foo</h1><address>[bar]</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"address"]}],
+["<h1>foo<br>[bar]</h1>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<h1>foo</h1><address>[bar]</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"address"]}],
 ["<h1>[foo<br>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo<br>bar]</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"address"]}],
+["<h1>[foo<br>bar]</h1>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<address>[foo<br>bar]</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"address"]}],
 ["<h1>[foo]<br>bar</h1>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo]</pre><h1>bar</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"pre"]}],
+["<h1>[foo]<br>bar</h1>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<pre>[foo]</pre><h1>bar</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"pre"]}],
 ["<h1>foo<br>[bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<h1>foo</h1><pre>[bar]</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"pre"]}],
+["<h1>foo<br>[bar]</h1>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<h1>foo</h1><pre>[bar]</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"pre"]}],
 ["<h1>[foo<br>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo<br>bar]</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"pre"]}],
+["<h1>[foo<br>bar]</h1>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<pre>[foo<br>bar]</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"pre"]}],
 ["<h1>[foo]<br>bar</h1>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foo]</h2><h1>bar</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"h2"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"h2"]}],
+["<h1>[foo]<br>bar</h1>",
+	[["stylewithcss","true"],["formatblock","<h2>"]],
+	"<h2>[foo]</h2><h1>bar</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"h2"]}],
 ["<h1>foo<br>[bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h1>foo</h1><h2>[bar]</h2>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"h2"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"h2"]}],
+["<h1>foo<br>[bar]</h1>",
+	[["stylewithcss","true"],["formatblock","<h2>"]],
+	"<h1>foo</h1><h2>[bar]</h2>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"h2"]}],
 ["<h1>[foo<br>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foo<br>bar]</h2>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"h1",false,false,"h2"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"h1",false,false,"h2"]}],
+["<h1>[foo<br>bar]</h1>",
+	[["stylewithcss","true"],["formatblock","<h2>"]],
+	"<h2>[foo<br>bar]</h2>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"h1",false,false,"h2"]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo]</h1><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+["<p>[foo]<br>bar</p>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foo]</h1><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h1"]}],
 ["<p>foo<br>[bar]</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<p>foo</p><h1>[bar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+["<p>foo<br>[bar]</p>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<p>foo</p><h1>[bar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h1"]}],
 ["<p>[foo<br>bar]</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"h1"]}],
+["<p>[foo<br>bar]</p>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foo<br>bar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"h1"]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo]</address><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+["<p>[foo]<br>bar</p>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<address>[foo]</address><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"address"]}],
 ["<p>foo<br>[bar]</p>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<p>foo</p><address>[bar]</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+["<p>foo<br>[bar]</p>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<p>foo</p><address>[bar]</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"address"]}],
 ["<p>[foo<br>bar]</p>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo<br>bar]</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"address"]}],
+["<p>[foo<br>bar]</p>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<address>[foo<br>bar]</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"address"]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo]</pre><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+["<p>[foo]<br>bar</p>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<pre>[foo]</pre><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"pre"]}],
 ["<p>foo<br>[bar]</p>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<p>foo</p><pre>[bar]</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+["<p>foo<br>[bar]</p>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<p>foo</p><pre>[bar]</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"pre"]}],
 ["<p>[foo<br>bar]</p>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo<br>bar]</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"p",false,false,"pre"]}],
+["<p>[foo<br>bar]</p>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<pre>[foo<br>bar]</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"p",false,false,"pre"]}],
 ["<address>[foo]<br>bar</address>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p><address>bar</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"p"]}],
+["<address>[foo]<br>bar</address>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo]</p><address>bar</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"p"]}],
 ["<address>foo<br>[bar]</address>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<address>foo</address><p>[bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"p"]}],
+["<address>foo<br>[bar]</address>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<address>foo</address><p>[bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"p"]}],
 ["<address>[foo<br>bar]</address>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo<br>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"p"]}],
+["<address>[foo<br>bar]</address>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo<br>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"p"]}],
 ["<address>[foo]<br>bar</address>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo]</pre><address>bar</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"pre"]}],
+["<address>[foo]<br>bar</address>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<pre>[foo]</pre><address>bar</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"pre"]}],
 ["<address>foo<br>[bar]</address>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<address>foo</address><pre>[bar]</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"pre"]}],
+["<address>foo<br>[bar]</address>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<address>foo</address><pre>[bar]</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"pre"]}],
 ["<address>[foo<br>bar]</address>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo<br>bar]</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"pre"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"pre"]}],
+["<address>[foo<br>bar]</address>",
+	[["stylewithcss","true"],["formatblock","<pre>"]],
+	"<pre>[foo<br>bar]</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"pre"]}],
 ["<address>[foo]<br>bar</address>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo]</h1><address>bar</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"h1"]}],
+["<address>[foo]<br>bar</address>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foo]</h1><address>bar</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"h1"]}],
 ["<address>foo<br>[bar]</address>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<address>foo</address><h1>[bar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"h1"]}],
+["<address>foo<br>[bar]</address>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<address>foo</address><h1>[bar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"h1"]}],
 ["<address>[foo<br>bar]</address>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"address",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"address",false,false,"h1"]}],
+["<address>[foo<br>bar]</address>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foo<br>bar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"address",false,false,"h1"]}],
 ["<pre>[foo]<br>bar</pre>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p><pre>bar</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"p"]}],
+["<pre>[foo]<br>bar</pre>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo]</p><pre>bar</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"p"]}],
 ["<pre>foo<br>[bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<pre>foo</pre><p>[bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"p"]}],
+["<pre>foo<br>[bar]</pre>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<pre>foo</pre><p>[bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"p"]}],
 ["<pre>[foo<br>bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo<br>bar]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"p"]}],
+["<pre>[foo<br>bar]</pre>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo<br>bar]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"p"]}],
 ["<pre>[foo]<br>bar</pre>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo]</address><pre>bar</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"address"]}],
+["<pre>[foo]<br>bar</pre>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<address>[foo]</address><pre>bar</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"address"]}],
 ["<pre>foo<br>[bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<pre>foo</pre><address>[bar]</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"address"]}],
+["<pre>foo<br>[bar]</pre>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<pre>foo</pre><address>[bar]</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"address"]}],
 ["<pre>[foo<br>bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo<br>bar]</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"address"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"address"]}],
+["<pre>[foo<br>bar]</pre>",
+	[["stylewithcss","true"],["formatblock","<address>"]],
+	"<address>[foo<br>bar]</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"address"]}],
 ["<pre>[foo]<br>bar</pre>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo]</h1><pre>bar</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"h1"]}],
+["<pre>[foo]<br>bar</pre>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foo]</h1><pre>bar</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"h1"]}],
 ["<pre>foo<br>[bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<pre>foo</pre><h1>[bar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"h1"]}],
+["<pre>foo<br>[bar]</pre>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<pre>foo</pre><h1>[bar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"h1"]}],
 ["<pre>[foo<br>bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"pre",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"pre",false,false,"h1"]}],
+["<pre>[foo<br>bar]</pre>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foo<br>bar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"pre",false,false,"h1"]}],
 ["<p>[foo</p>bar]",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[true,false,"p",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[true,false,"p",false,false,"h1"]}],
+["<p>[foo</p>bar]",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foo<br>bar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[true,false,"p",false,false,"h1"]}],
 ["[foo<p>bar]</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[true,false,"",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[true,false,"",false,false,"h1"]}],
+["[foo<p>bar]</p>",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>[foo<br>bar]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[true,false,"",false,false,"h1"]}],
 ["<div>[foo<p>bar]</p></div>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<div><p>[foo</p><p>bar]</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[true,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[true,false,"",false,false,"p"]}],
+["<div>[foo<p>bar]</p></div>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<div><p>[foo</p><p>bar]</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[true,false,"",false,false,"p"]}],
 ["<xmp>[foo]</xmp>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"p"]}],
+["<xmp>[foo]</xmp>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p>[foo]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"p"]}],
 ["<xmp>[foo]</xmp>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<xmp>[foo]</xmp>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foo]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<div><ol><li>[foo]</ol></div>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><ol><li><div>[foo]</div></li></ol></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<div><ol><li>[foo]</ol></div>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div><ol><li><div>[foo]</div></li></ol></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<div><table><tr><td>[foo]</table></div>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><table><tbody><tr><td><div>[foo]</div></td></tr></tbody></table></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
+["<div><table><tr><td>[foo]</table></div>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div><table><tbody><tr><td><div>[foo]</div></td></tr></tbody></table></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 ["<p>[foo<h1>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[true,false,"p",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[true,false,"p",false,false,"div"]}],
+["<p>[foo<h1>bar]</h1>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foo</div><div>bar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[true,false,"p",false,false,"div"]}],
 ["<h1>[foo</h1><h2>bar]</h2>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[true,false,"h1",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[true,false,"h1",false,false,"div"]}],
+["<h1>[foo</h1><h2>bar]</h2>",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foo</div><div>bar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[true,false,"h1",false,false,"div"]}],
 ["<div>[foo</div>bar]",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[true,false,"div",false,false,"div"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[true,false,"div",false,false,"div"]}],
+["<div>[foo</div>bar]",
+	[["stylewithcss","true"],["formatblock","<div>"]],
+	"<div>[foo</div><div>bar]</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[true,false,"div",false,false,"div"]}],
 ["<div style=color:blue>[foo]</div>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><font color=\"#0000ff\">[foo]</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[false,false,"div",false,false,"p"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[false,false,"div",false,false,"p"]}],
+["<div style=color:blue>[foo]</div>",
+	[["stylewithcss","true"],["formatblock","<p>"]],
+	"<p><span style=\"color:rgb(0, 0, 255)\">[foo]</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[false,false,"div",false,false,"p"]}],
 ["{<p>foo</p>ba]r",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>{foo<br>ba]r</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"formatblock":[true,false,"p",false,false,"h1"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"formatblock":[true,false,"p",false,false,"h1"]}],
+["{<p>foo</p>ba]r",
+	[["stylewithcss","true"],["formatblock","<h1>"]],
+	"<h1>{foo<br>ba]r</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"formatblock":[true,false,"p",false,false,"h1"]}],
 ["foo[]",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
 	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<span>foo[]</span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<span>foo</span>{}",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<span>foo[]</span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<span>foo</span>{}",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[]ar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo[]ar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<span>foo</span><span>{}ar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<span>foo</span>{}<span>bar</span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<span>foo</span><span>{}ar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<span>foo[]</span><span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<span>foo[</span><span>]bar</span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<span>foo[]</span><span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<span style=display:none>bar</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}az",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<span style=display:none>bar</span>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}az",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<script>bar</script>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}az",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<script>bar</script>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}az",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["fo[]&ouml;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"fo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["fo[]&ouml;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"fo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["fo[]o&#x308;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"fo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["fo[]o&#x308;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"fo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["fo[]o&#x308;&#x327;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"fo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["fo[]o&#x308;&#x327;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"fo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["[]&ouml;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["[]&ouml;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["[]o&#x308;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["[]o&#x308;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["[]o&#x308;&#x327;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["[]o&#x308;&#x327;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["[]&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}לוֹם",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["[]&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"{}לוֹם",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["&#x5e9;&#x5c1;&#x5b8;&#x5dc;[]&#x5d5;&#x5b9;&#x5dd;",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"שָׁל[]ם",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["&#x5e9;&#x5c1;&#x5b8;&#x5dc;[]&#x5d5;&#x5b9;&#x5dd;",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"שָׁל[]ם",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]</p><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]</p><p>bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]</p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]</p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<p>bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<br></p><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<br></p><p>bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<br></p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<br></p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<br><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<br><p>bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>{}<br></p>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>{}foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>{}<br></p>foo",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>{}foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>{}<span><br></span></p>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>{}foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>{}<span><br></span></p>foo",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>{}foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{}<p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{}<p><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{}<p><span><br></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{}<p><span><br></span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{}<br><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{}<br><p><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{}<span><br></span><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{}<span><br></span><p><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{}<br><p><span><br></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{}<br><p><span><br></span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{}<span><br></span><p><span><br></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{}<span><br></span><p><span><br></span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{}<p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{}<p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tr><td>{}</table>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>{}</td></tr></tbody></table>foo",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tr><td>{}</table>foo",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>{}</td></tr></tbody></table>foo",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tr><td>{}<br></table>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>{}<br></td></tr></tbody></table>foo",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tr><td>{}<br></table>foo",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>{}<br></td></tr></tbody></table>foo",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tr><td>{}<span><br></span></table>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>{}<span><br></span></td></tr></tbody></table>foo",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tr><td>{}<span><br></span></table>foo",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>{}<span><br></span></td></tr></tbody></table>foo",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><p>foo[]</p></div><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><p>foo[]</p></div><p>bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><p>foo{}bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]</p><div><p>bar</p></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]</p><div><p>bar</p></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><p>foo[]</p></div><div><p>bar</p></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><p>foo[]</p></div><div><p>bar</p></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><p>foo{}bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><p>foo[]</p></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><p>foo[]</p></div>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><p>foo{}bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<div><p>bar</p></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<div><p>bar</p></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div>foo[]</div><div>bar</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div>foo{}bar</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div>foo[]</div><div>bar</div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div>foo{}bar</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<pre>foo[]</pre>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<pre>foo{}bar</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<pre>foo[]</pre>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<pre>foo{}bar</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<br>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<br>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<b>foo[]</b><br>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo</b>{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<b>foo[]</b><br>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<b>foo</b>{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<hr>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<hr>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<hr><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<hr><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}</p><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]</p><br><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]</p><br><p>bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}</p><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]</p><br><br><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p><br><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]</p><br><br><p>bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}</p><br><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]</p><img src=/img/lion.svg><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<img src=\"/img/lion.svg\"></p><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]</p><img src=/img/lion.svg><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}<img src=\"/img/lion.svg\"></p><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<img src=/img/lion.svg>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<img src=/img/lion.svg>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<a>bar</a>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<a>{}ar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<a>bar</a>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<a>{}ar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<a href=/>bar</a>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<a href=\"/\">{}ar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<a href=/>bar</a>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<a href=\"/\">{}ar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<a name=abc>bar</a>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<a name=\"abc\">{}ar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<a name=abc>bar</a>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<a name=\"abc\">{}ar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<a href=/ name=abc>bar</a>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<a href=\"/\" name=\"abc\">{}ar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<a href=/ name=abc>bar</a>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<a href=\"/\" name=\"abc\">{}ar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<span><a>bar</a></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span><a>{}ar</a></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<span><a>bar</a></span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<span><a>{}ar</a></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<span><a href=/>bar</a></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span><a href=\"/\">{}ar</a></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<span><a href=/>bar</a></span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<span><a href=\"/\">{}ar</a></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<span><a name=abc>bar</a></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span><a name=\"abc\">{}ar</a></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<span><a name=abc>bar</a></span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<span><a name=\"abc\">{}ar</a></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<span><a href=/ name=abc>bar</a></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span><a href=\"/\" name=\"abc\">{}ar</a></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<span><a href=/ name=abc>bar</a></span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<span><a href=\"/\" name=\"abc\">{}ar</a></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<a>foo[]</a>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<a>foo</a>{}ar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<a>foo[]</a>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<a>foo</a>{}ar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<a href=/>foo[]</a>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<a href=\"/\">foo</a>{}ar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<a href=/>foo[]</a>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<a href=\"/\">foo</a>{}ar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<a name=abc>foo[]</a>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<a name=\"abc\">foo</a>{}ar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<a name=abc>foo[]</a>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<a name=\"abc\">foo</a>{}ar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<a href=/ name=abc>foo[]</a>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<a href=\"/\" name=\"abc\">foo</a>{}ar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<a href=/ name=abc>foo[]</a>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<a href=\"/\" name=\"abc\">foo</a>{}ar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[] &nbsp;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[] bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[] &nbsp;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo[] bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]&nbsp; bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[] bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]&nbsp; bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo[] bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]&nbsp;&nbsp;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[] bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]&nbsp;&nbsp;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo[] bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]  bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]  bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<b>foo[] </b>&nbsp;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b> bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<b>foo[] </b>&nbsp;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<b>foo[]</b> bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<b>foo[]&nbsp;</b> bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b> bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<b>foo[]&nbsp;</b> bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<b>foo[]</b> bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<b>foo[]&nbsp;</b>&nbsp;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b> bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<b>foo[]&nbsp;</b>&nbsp;bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<b>foo[]</b> bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<b>foo[] </b> bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<b>foo[] </b> bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<b>foo[]</b>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<table><tr><td>bar</table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<table><tr><td>bar</table>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<table><tr><td>bar[]</table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<table><tr><td>bar[]</table>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<table><tr><td>bar</table><p>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<table><tr><td>bar</table><p>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo[]<td>bar</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo[]<td>bar</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo[]<tr><td>bar</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>foo{}</td></tr><tr><td>bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo[]<tr><td>bar</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>foo{}</td></tr><tr><td>bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<br><table><tr><td>bar</table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<br><table><tr><td>bar</table>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<table><tr><td>bar[]<br></table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<table><tr><td>bar[]<br></table>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<br><table><tr><td>bar</table><p>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<br><table><tr><td>bar</table><p>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<table><tr><td>bar[]<br></table><p>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><table><tbody><tr><td>bar[]</td></tr></tbody></table><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<table><tr><td>bar[]<br></table><p>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p><table><tbody><tr><td>bar[]</td></tr></tbody></table><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo[]<br><td>bar</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo[]<br><td>bar</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo[]<br><tr><td>bar</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>foo{}</td></tr><tr><td>bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo[]<br><tr><td>bar</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>foo{}</td></tr><tr><td>bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<table><tr><td>bar[]</table><br>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table><br>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<table><tr><td>bar[]</table><br>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table><br>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<table><tr><td><hr>bar</table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{<table><tbody><tr><td><hr>bar</td></tr></tbody></table>}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<table><tr><td><hr>bar</table>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{<table><tbody><tr><td><hr>bar</td></tr></tbody></table>}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo[]<td><hr>bar</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>foo{}</td><td><hr>bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo[]<td><hr>bar</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>foo{}</td><td><hr>bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo[]<tr><td><hr>bar</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>foo{}</td></tr><tr><td><hr>bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tr><td>foo[]<tr><td><hr>bar</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>foo{}</td></tr><tr><td><hr>bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<ol><li>bar<li>baz</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<ol><li>bar<li>baz</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<br><ol><li>bar<li>baz</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<br><ol><li>bar<li>baz</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<li>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<li>bar</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<br><li>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<br><li>bar</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<li>bar<br>baz</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar<br>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<li>bar<br>baz</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar<br>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li><p>foo[]<li>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li><p>foo{}bar</p></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li><p>foo[]<li>bar</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li><p>foo{}bar</p></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<li><p>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<li><p>bar</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li><p>foo[]<li><p>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li><p>foo{}bar</p></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li><p>foo[]<li><p>bar</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li><p>foo{}bar</p></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<ul><li>bar</ul></ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<ul><li>bar</ul></ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<ol><ol><li>bar</ol></ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<ol><ol><li>bar</ol></ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<div><ol><li>bar</ol></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<div><ol><li>bar</ol></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<dl><dt>bar<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<dl><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<dl><dt>bar<dd>baz</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<dl><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<dl><dd>bar</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<dl><dd>bar</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[]<dd>bar</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo{}bar</dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<dl><dt>foo[]<dd>bar</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<dl><dt>foo{}bar</dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[]<dt>bar<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<dl><dt>foo[]<dt>bar<dd>baz</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar[]<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar[]<dd>baz</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]</ol>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]</ol>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<br></ol>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<br></ol>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br></ol>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>{}<br></ol>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>{}<br></ol>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>{}<br></ol>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo</li><li>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]</ol><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]</ol><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<br></ol><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<br></ol><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br></ol><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>{}<br></ol><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>{}<br></ol><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>{}<br></ol><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo</li><li>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]</ol><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]</ol><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<br></ol><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<br></ol><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br></ol><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>{}<br></ol><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>{}<br></ol><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>{}<br></ol><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo</li><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]</ol><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]</ol><p><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<br></ol><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<br></ol><p><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br></ol><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>{}<br></ol><p><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>{}<br></ol><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>{}<br></ol><p><br>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo</li><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote>bar</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote>bar</blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote><blockquote>bar</blockquote></blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote><blockquote>bar</blockquote></blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote><div>bar</div></blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote><div>bar</div></blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote style=\"color: blue\">bar</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<font color=\"#0000ff\">bar</font>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote style=\"color: blue\">bar</blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}<span style=\"color:rgb(0, 0, 255)\">bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote><blockquote><p>bar<p>baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<blockquote><blockquote><p>baz</p></blockquote></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote><blockquote><p>bar<p>baz</blockquote></blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<blockquote><blockquote><p>baz</p></blockquote></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote><div><p>bar<p>baz</div></blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<blockquote><div><p>baz</p></div></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote><div><p>bar<p>baz</div></blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<blockquote><div><p>baz</p></div></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<font color=\"#0000ff\">bar</font><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}<span style=\"color:rgb(0, 0, 255)\">bar</span><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote><p><b>bar</b><p>baz</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<b>bar</b><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote><p><b>bar</b><p>baz</blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}<b>bar</b><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote><p><strong>bar</strong><p>baz</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<strong>bar</strong><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote><p><strong>bar</strong><p>baz</blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}<strong>bar</strong><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote><p><span>bar</span><p>baz</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<span>bar</span><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote><p><span>bar</span><p>baz</blockquote>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}<span>bar</span><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote><ol><li>bar</ol></blockquote><p>extra",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote><ol><li>bar</ol></blockquote><p>extra",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<blockquote>bar<ol><li>baz</ol>quz</blockquote><p>extra",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<blockquote><ol><li>baz</li></ol>quz</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<blockquote>bar<ol><li>baz</ol>quz</blockquote><p>extra",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<blockquote><ol><li>baz</li></ol>quz</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<blockquote><ol><li>bar[]</li><ol><li>baz</ol><li>quz</ol></blockquote><p>extra",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<blockquote><ol><li>bar{}baz</li><li>quz</li></ol></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<blockquote><ol><li>bar[]</li><ol><li>baz</ol><li>quz</ol></blockquote><p>extra",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<blockquote><ol><li>bar{}baz</li><li>quz</li></ol></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<span></span>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}ar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<span></span>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}ar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<span><span></span></span>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}ar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<span><span></span></span>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}ar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<quasit></quasit>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}ar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<quasit></quasit>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}ar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<span></span><br>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<span></span><br>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<span>foo[]<span></span></span>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<span>foo</span>{}ar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<span>foo[]<span></span></span>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<span>foo</span>{}ar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<span></span><span>bar</span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span>{}ar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<span></span><span>bar</span>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<span>{}ar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<div><div><p>bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<div><div><p>bar</div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<div><div><p><!--abc-->bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<div><div><p><!--abc-->bar</div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<div><div><!--abc--><p>bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<div><div><!--abc--><p>bar</div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<div><!--abc--><div><p>bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<div><!--abc--><div><p>bar</div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<!--abc--><div><div><p>bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<!--abc--><div><div><p>bar</div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</div></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</div></div>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</div></div><!--abc-->bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</div></div><!--abc-->bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</div><!--abc--></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</div><!--abc--></div>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</p><!--abc--></div></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</p><!--abc--></div></div>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]<!--abc--></div></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]<!--abc--></div></div>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</p></div></div><div><div><div>bar</div></div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</p></div></div><div><div><div>bar</div></div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]<!--abc--></p></div></div><div><div><div>bar</div></div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]<!--abc--></p></div></div><div><div><div>bar</div></div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</p><!--abc--></div></div><div><div><div>bar</div></div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</p><!--abc--></div></div><div><div><div>bar</div></div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</p></div><!--abc--></div><div><div><div>bar</div></div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</p></div><!--abc--></div><div><div><div>bar</div></div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</p></div></div><!--abc--><div><div><div>bar</div></div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</p></div></div><!--abc--><div><div><div>bar</div></div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</p></div></div><div><!--abc--><div><div>bar</div></div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</p></div></div><div><!--abc--><div><div>bar</div></div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</p></div></div><div><div><!--abc--><div>bar</div></div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</p></div></div><div><div><!--abc--><div>bar</div></div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><div><p>foo[]</p></div></div><div><div><div><!--abc-->bar</div></div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><div><p>foo[]</p></div></div><div><div><div><!--abc-->bar</div></div></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><div><p>foo{}bar</p></div></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p style=color:blue>foo[]<p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p style=color:blue>foo[]<p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p style=color:blue>foo[]<p style=color:brown>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p style=color:blue>foo[]<p style=color:brown>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<p style=color:brown>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<p style=color:brown>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p><font color=blue>foo[]</font><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><font color=\"blue\">foo</font>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p><font color=blue>foo[]</font><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><font color=\"blue\">foo</font>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p><font color=blue>foo[]</font><p><font color=brown>bar</font>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p><font color=blue>foo[]</font><p><font color=brown>bar</font>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<p><font color=brown>bar</font>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<font color=\"brown\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<p><font color=brown>bar</font>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}<font color=\"brown\">bar</font></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p><span style=color:blue>foo[]</font><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p><span style=color:blue>foo[]</font><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p><span style=color:blue>foo[]</font><p><span style=color:brown>bar</font>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p><span style=color:blue>foo[]</font><p><span style=color:brown>bar</font>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<p><span style=color:brown>bar</font>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<p><span style=color:brown>bar</font>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p style=background-color:aqua>foo[]<p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p style=background-color:aqua>foo[]<p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<p style=background-color:tan>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<p style=background-color:tan>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p><span style=background-color:aqua>foo[]</font><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p><span style=background-color:aqua>foo[]</font><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p><span style=background-color:aqua>foo[]</font><p><span style=background-color:tan>bar</font>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p><span style=background-color:aqua>foo[]</font><p><span style=background-color:tan>bar</font>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<p><span style=background-color:tan>bar</font>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<p><span style=background-color:tan>bar</font>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p style=text-decoration:underline>foo[]<p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><u>foo{}</u>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p style=text-decoration:underline>foo[]<p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><u>foo{}</u><s>bar</s></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<p style=text-decoration:line-through>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<s>bar</s></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<p style=text-decoration:line-through>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p><u>foo[]</u><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><u>foo</u>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p><u>foo[]</u><p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><u>foo</u>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p><u>foo[]</u><p><s>bar</s>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><u>foo</u>{}<s>bar</s></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p><u>foo[]</u><p><s>bar</s>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><u>foo</u>{}<s>bar</s></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[]<p><s>bar</s>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<s>bar</s></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[]<p><s>bar</s>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}<s>bar</s></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p style=color:blue>foo[]</p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p style=color:blue>foo[]</p>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[]<p style=color:brown>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<font color=\"#a52a2a\">bar</font>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]<p style=color:brown>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div style=color:blue><p style=color:green>foo[]</div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p><font color=\"#008000\">foo{}</font>bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div style=color:blue><p style=color:green>foo[]</div>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><p><span style=\"color:rgb(0, 128, 0)\">foo{}</span>bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<b>[bar]</b>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<b>{bar}</b>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<b>{bar}</b>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{<b>bar</b>}baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<span>[bar]</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<span>[bar]</span>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<span>{bar}</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<span>{bar}</span>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{<span>bar</span>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{<span>bar</span>}baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<b>foo[bar</b><i>baz]quz</i>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b><i>quz</i>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<b>foo[bar</b><i>baz]quz</i>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<b>foo[]</b><i>quz</i>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo</p><p>[bar]</p><p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo</p><p>[bar]</p><p>baz</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p><p>{}<br></p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo</p><p>{bar}</p><p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo</p><p>{bar}</p><p>baz</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p><p>{}<br></p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo</p><p>{bar</p>}<p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo</p><p>{bar</p>}<p>baz</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p><p>{}<br></p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo</p>{<p>bar}</p><p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p>{}<br><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo</p>{<p>bar}</p><p>baz</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p>{}<br><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo</p>{<p>bar</p>}<p>baz</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[bar<p>baz]quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<div>baz]quz</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[bar<div>baz]quz</div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<h1>baz]quz</h1>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[bar<h1>baz]quz</h1>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div>foo{}quz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div>foo[bar</div><p>baz]quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div>foo{}quz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<blockquote>foo{}quz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<blockquote>foo{}quz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p><b>foo[bar</b><p>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><b>foo</b>{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p><b>foo[bar</b><p>baz]quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p><b>foo</b>{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><p>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}quz</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><p>foo[bar</div><p>baz]quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><p>foo{}quz</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p style=color:blue>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[bar<p style=color:blue>baz]quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p><b>baz]quz</b>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<b>quz</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[bar<p><b>baz]quz</b>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}<b>quz</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><p>foo<p>[bar<p>baz]</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo</p><p>{}<br></p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><p>foo<p>[bar<p>baz]</div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><p>foo</p><p>{}<br></p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<br>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<br>]bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[</p><p>]bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[</p><p>]bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[</p><p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar<br>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[</p><p>]bar<br>baz</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar<br>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<p>]bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<p>]bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{<p>}bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{<p>}bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<p>]bar<br>baz</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<p>]bar</p>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<br>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<p>]bar</p>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<br>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{<p>bar</p>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{<p>bar</p>}baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<p>{bar</p>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<p>{bar</p>}baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo{<p>bar}</p>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<br>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo{<p>bar}</p>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}<br>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[</p>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[</p>]bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo{</p>}bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo{</p>}bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[</p>]bar<br>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[</p>]bar<br>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo[</p>]bar<p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo[</p>]bar<p>baz</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<div><p>]bar</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<div><p>]bar</div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><p>foo[</p></div>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><p>foo[</p></div>]bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><p>foo{}bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<div><p>]bar</p>baz</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<div>baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<div><p>]bar</p>baz</div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<div>baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<div>]bar<p>baz</p></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<div><p>baz</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<div>]bar<p>baz</p></div>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<div><p>baz</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div><p>foo</p>bar[</div>]baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo</p>bar{}baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div><p>foo</p>bar[</div>]baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div><p>foo</p>bar{}baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<div>foo<p>bar[</p></div>]baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div>foo<p>bar{}baz</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<div>foo<p>bar[</p></div>]baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<div>foo<p>bar{}baz</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<br>{</p>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<br>{</p>]bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<br><br>{</p>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo<br>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<br><br>{</p>]bar",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo<br>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<br>{<p>]bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<br>{<p>]bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo<br><br>{<p>]bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<br>{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo<br><br>{<p>]bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo<br>{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<br>{</p><p>}bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<br>{</p><p>}bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<br><br>{</p><p>}bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo<br>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<br><br>{</p><p>}bar</p>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo<br>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>foo<th>[bar]<th>baz<tr><td>quz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><th>foo</th><th>{}<br></th><th>baz</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>foo<th>[bar]<th>baz<tr><td>quz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><th>foo</th><th>{}<br></th><th>baz</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>foo<th>ba[r<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><th>foo</th><th>ba[]</th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>foo<th>ba[r<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><th>foo</th><th>ba[]</th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>fo[o<th>bar<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><th>fo[]</th><th><br></th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>fo[o<th>bar<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><th>fo[]</th><th><br></th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>foo<th>bar<th>ba[z<tr><td>q]uz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><th>foo</th><th>bar</th><th>ba[]</th></tr><tr><td>uz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>foo<th>bar<th>ba[z<tr><td>q]uz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><th>foo</th><th>bar</th><th>ba[]</th></tr><tr><td>uz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>[foo<th>bar<th>baz]<tr><td>quz<td>qoz<td>qiz</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>[foo<th>bar<th>baz]<tr><td>quz<td>qoz<td>qiz</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><th>[foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz]</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td><br></td><td><br></td><td><br></td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><th>[foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz]</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td><br></td><td><br></td><td><br></td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}<br>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"{}<br>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><td>foo<td>ba[r<tr><td>baz<td>quz<tr><td>q]oz<td>qiz</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>foo</td><td>ba[]</td></tr><tr><td><br></td><td><br></td></tr><tr><td>oz</td><td>qiz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<table><tbody><tr><td>foo<td>ba[r<tr><td>baz<td>quz<tr><td>q]oz<td>qiz</table>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<table><tbody><tr><td>foo</td><td>ba[]</td></tr><tr><td><br></td><td><br></td></tr><tr><td>oz</td><td>qiz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>fo[o<table><tr><td>b]ar</table><p>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>fo[]</p><table><tbody><tr><td>ar</td></tr></tbody></table><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>fo[o<table><tr><td>b]ar</table><p>baz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>fo[]</p><table><tbody><tr><td>ar</td></tr></tbody></table><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<table><tr><td>ba[r</table><p>b]az",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><table><tbody><tr><td>ba[]</td></tr></tbody></table><p>az</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<table><tr><td>ba[r</table><p>b]az",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p><table><tbody><tr><td>ba[]</td></tr></tbody></table><p>az</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>fo[o<table><tr><td>bar</table><p>b]az",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>fo{}az</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>fo[o<table><tr><td>bar</table><p>b]az",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>fo{}az</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<ol><li>ba[r<li>b]az</ol><p>quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><ol><li>ba{}az</li></ol><p>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<ol><li>ba[r<li>b]az</ol><p>quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p><ol><li>ba{}az</li></ol><p>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<ol><li>bar<li>[baz]</ol><p>quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><ol><li>bar</li><li>{}<br></li></ol><p>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<ol><li>bar<li>[baz]</ol><p>quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p><ol><li>bar</li><li>{}<br></li></ol><p>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>fo[o<ol><li>b]ar<li>baz</ol><p>quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>fo{}ar</p><ol><li>baz</li></ol><p>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>fo[o<ol><li>b]ar<li>baz</ol><p>quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>fo{}ar</p><ol><li>baz</li></ol><p>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>fo{}az</p><p>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>fo{}az</p><p>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>fo{}uz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<p>fo{}uz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>fo{}ar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>fo{}ar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>fo{}ar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>fo{}ar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<ol><li>]bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<ol><li>]bar</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<ol><li>foo[<li>]bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<ol><li>foo[<li>]bar</ol>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<ol><li>foo{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<dl><dt>]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<dl><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<dl><dt>]bar<dd>baz</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar<dl><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["foo[<dl><dd>]bar</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[<dl><dd>]bar</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"foo{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[<dd>]bar</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo{}bar</dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<dl><dt>foo[<dd>]bar</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<dl><dt>foo{}bar</dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
-["foo[]bar",
-	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
-	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
+	[["stylewithcss","true"],["forwarddelete",""]],
+	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
+	"foo[]bar",
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["foo[]bar",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span>foo</span>{}<span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<span>foo</span>{}<span>bar</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span>foo</span>{}<span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span>foo[</span><span>]bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<span>foo[</span><span>]bar</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span>foo[</span><span>]bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["foo]bar[baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["foo]bar[baz",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["{<p><p> <p>foo</p>}",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"{<p></p><p><span style=\"background-color:rgb(0, 255, 255)\"> </span></p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["{<p><p> <p>foo</p>}",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"{<p></p><p><span style=\"background-color:rgb(0, 255, 255)\"> </span></p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["foo[bar<i>baz]qoz</i>quz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><i><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</i>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["foo[bar<i>baz]qoz</i>quz",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><i><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</i>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<table><tbody><tr><td>foo</td><td>b<span style=\"background-color:rgb(0, 255, 255)\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<table><tbody><tr><td>foo</td><td>b<span style=\"background-color:rgb(0, 255, 255)\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<table><tbody><tr>{<td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<table><tbody><tr>{<td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<table><tbody>{<tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr>}</tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<table><tbody>{<tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr>}</tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<table>{<tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody>}</table>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<table>{<tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody>}</table>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"{<table><tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody></table>}",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["{<table><tr><td>foo<td>bar<td>baz</table>}",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"{<table><tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody></table>}",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: rgb(0, 255, 255)\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
+["<p style=\"background-color: rgb(0, 255, 255)\">foo[bar]baz</p>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: #00ffff\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
+["<p style=\"background-color: #00ffff\">foo[bar]baz</p>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: aqua\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
+["<p style=\"background-color: aqua\">foo[bar]baz</p>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 ["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
+["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</p>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<p style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</p>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<p style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<div style=\"background-color:rgb(0, 255, 255)\"><p style=\"background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<div style=\"background-color:rgb(0, 255, 255)\"><p style=\"background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"display:block; background-color:rgb(0, 255, 255)\"><span style=\"display:block; background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></span></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"display:block; background-color:rgb(0, 255, 255)\"><span style=\"display:block; background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></span></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["fo[o<span style=background-color:tan>b]ar</span>baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["fo[o<span style=background-color:tan>b]ar</span>baz",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["foo<span style=background-color:tan>ba[r</span>b]az",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span><span style=\"background-color:rgb(0, 255, 255)\">b]</span>az",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["foo<span style=background-color:tan>ba[r</span>b]az",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span><span style=\"background-color:rgb(0, 255, 255)\">b]</span>az",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["fo[o<span style=background-color:tan>bar</span>b]az",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"fo<span style=\"background-color:rgb(0, 255, 255)\">[obarb]</span>az",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["fo[o<span style=background-color:tan>bar</span>b]az",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"fo<span style=\"background-color:rgb(0, 255, 255)\">[obarb]</span>az",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["foo[<span style=background-color:tan>b]ar</span>baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["foo[<span style=background-color:tan>b]ar</span>baz",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["foo<span style=background-color:tan>ba[r</span>]baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["foo<span style=background-color:tan>ba[r</span>]baz",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["foo[<span style=background-color:tan>bar</span>]baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo[<span style=\"background-color:rgb(0, 255, 255)\">bar</span>]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["foo[<span style=background-color:tan>bar</span>]baz",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo[<span style=\"background-color:rgb(0, 255, 255)\">bar</span>]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["foo<span style=background-color:tan>[bar]</span>baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["foo<span style=background-color:tan>[bar]</span>baz",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["foo{<span style=background-color:tan>bar</span>}baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo{<span style=\"background-color:rgb(0, 255, 255)\">bar}</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["foo{<span style=background-color:tan>bar</span>}baz",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"foo{<span style=\"background-color:rgb(0, 255, 255)\">bar}</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(255, 255, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(255, 255, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgba(0, 0, 0, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgba(0, 0, 0, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 ["<font size=6>[foo]</font>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\"><font size=\"6\">[foo]</font></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<font size=6>[foo]</font>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(0, 255, 255)\"><font size=\"6\">[foo]</font></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=font-size:xx-large>[foo]</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\"><span style=\"font-size:xx-large\">[foo]</span></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=font-size:xx-large>[foo]</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(0, 255, 255)\"><span style=\"font-size:xx-large\">[foo]</span></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<font size=6>foo[bar]baz</font>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<font size=\"6\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</font>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<font size=6>foo[bar]baz</font>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<font size=\"6\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</font>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["<span style=font-size:xx-large>foo[bar]baz</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"font-size:xx-large\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["<span style=font-size:xx-large>foo[bar]baz</span>",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"font-size:xx-large\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["[foo<font size=6>bar</font>baz]",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<font size=\"6\">bar</font>baz]</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["[foo<font size=6>bar</font>baz]",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<font size=\"6\">bar</font>baz]</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["[foo<span style=font-size:xx-large>bar</span>baz]",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<span style=\"font-size:xx-large\">bar</span>baz]</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
+["[foo<span style=font-size:xx-large>bar</span>baz]",
+	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
+	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<span style=\"font-size:xx-large\">bar</span>baz]</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[]bar</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo[]bar<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo[]bar</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><span>foo</span>{}<span>bar</span></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<span>foo</span>{}<span>bar</span><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><span>foo</span>{}<span>bar</span></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><span>foo[</span><span>]bar</span></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<span>foo[</span><span>]bar</span><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><span>foo[</span><span>]bar</span></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo[bar]baz<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p dir=\"rtl\">פו[בר]בז</p></blockquote><p dir=\"rtl\">נוםף</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p dir=\"rtl\">פו[בר]בז</p></blockquote><p dir=\"rtl\">נוםף</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p dir=\"rtl\">פו[ברבז</p><p>Foobar]baz</p></blockquote><p>Extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p dir=\"rtl\">פו[ברבז</p><p>Foobar]baz</p></blockquote><p>Extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>Foo[barbaz</p><p dir=\"rtl\">פובר]בז</p></blockquote><p>Extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>Foo[barbaz</p><p dir=\"rtl\">פובר]בז</p></blockquote><p>Extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><div><p>Foo[barbaz</p><p dir=\"rtl\">פובר]בז</p></div></blockquote><p>Extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><div><p>Foo[barbaz</p><p dir=\"rtl\">פובר]בז</p></div></blockquote><p>Extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo]bar[baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo]bar[baz<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["{<p><p> <p>foo</p>}<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>{<p></p><p> </p><p>foo</p>}</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["{<p><p> <p>foo</p>}<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>{<p></p><p> </p><p>foo</p>}</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo[bar<i>baz]qoz</i>quz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar<i>baz]qoz</i>quz</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo[bar<i>baz]qoz</i>quz<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo[bar<i>baz]qoz</i>quz</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["[]foo<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[]foo</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["[]foo<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>[]foo</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo[]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[]</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo[]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo[]</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[]foo<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[]foo</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[]foo<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[]foo</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo[]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>foo[]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo[]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>foo[]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>{}<br>foo</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>{}<br></blockquote><p>foo</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>{}<br>foo</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>{}<br></blockquote><p>foo</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<br>{}</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>foo{}</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<br>{}</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>foo{}</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<span>{}<br>foo</span>bar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>{}<br></blockquote><span>foo</span>bar<p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<span>{}<br>foo</span>bar<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>{}<br></blockquote><span>foo</span>bar<p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<span>foo<br>{}</span>bar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<span>foo{}</span><blockquote>bar</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<span>foo<br>{}</span>bar<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<span>foo{}</span><blockquote>bar</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo</p>{}<p>bar</p>",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p>{}<p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo</p>{}<p>bar</p>",
+	[["stylewithcss","true"],["indent",""]],
+	"<p>foo</p>{}<p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<table><tbody><tr><td>foo</td><td><blockquote>b[a]r</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<table><tbody><tr><td>foo</td><td><blockquote>b[a]r</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<table><tbody><tr><td>foo</td>{<td><blockquote>bar</blockquote></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<table><tbody><tr><td>foo</td>{<td><blockquote>bar</blockquote></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<table><tbody><tr>{<td><blockquote>foo</blockquote></td><td><blockquote>bar</blockquote></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<table><tbody><tr>{<td><blockquote>foo</blockquote></td><td><blockquote>bar</blockquote></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo[bar]</p><p>baz</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo[bar]</p><p>baz</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foobar</p><p>ba]z</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foobar</p><p>ba]z</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foobar</p><p>ba]z</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foobar</p><p>ba]z</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo[bar]<br>baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar]</blockquote>baz<p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo[bar]<br>baz<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo[bar]</blockquote>baz<p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo[bar]<br><br><br><br>baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar]</blockquote><br><br><br>baz<p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo[bar]<br><br><br><br>baz<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo[bar]</blockquote><br><br><br>baz<p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foobar<br>[ba]z<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"foobar<blockquote>[ba]z</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foobar<br>[ba]z<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"foobar<blockquote>[ba]z</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foobar<br><br><br><br>[ba]z<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"foobar<br><br><br><br><blockquote>[ba]z</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foobar<br><br><br><br>[ba]z<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"foobar<br><br><br><br><blockquote>[ba]z</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo[bar<br>ba]z<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar<br>ba]z</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo[bar<br>ba]z<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo[bar<br>ba]z</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<div>foo<p>[bar]</p>baz</div><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<div>foo<blockquote><p>[bar]</p></blockquote>baz</div><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<div>foo<p>[bar]</p>baz</div><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<div>foo<blockquote><p>[bar]</p></blockquote>baz</div><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo]<blockquote><p>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo]<blockquote><p>bar</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo<blockquote><p>b]ar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo</p><blockquote><p>b]ar</p></blockquote></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo<blockquote><p>b]ar</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo</p><blockquote><p>b]ar</p></blockquote></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p><blockquote><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<p>foo</p><blockquote><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p><blockquote><blockquote><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<p>foo</p><blockquote><blockquote><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo</p><blockquote><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo</p><blockquote><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote>foo[bar]<br>baz</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote>foo[bar]</blockquote>baz</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote>foo[bar]<br>baz</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote>foo[bar]</blockquote>baz</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote>foo[bar<br>b]az</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote>foo[bar<br>b]az</blockquote></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote>foo[bar<br>b]az</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote>foo[bar<br>b]az</blockquote></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote>foo[bar]</blockquote>baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote>foo[bar]</blockquote></blockquote>baz<p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote>foo[bar]</blockquote>baz<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote>foo[bar]</blockquote></blockquote>baz<p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote>foo[bar</blockquote>b]az<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote>foo[bar</blockquote>b]az</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote>foo[bar</blockquote>b]az<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote>foo[bar</blockquote>b]az</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["[foo]<blockquote>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[foo]<br>bar</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["[foo]<blockquote>bar</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>[foo]<br>bar</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["[foo<blockquote>b]ar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[foo<blockquote>b]ar</blockquote></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["[foo<blockquote>b]ar</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>[foo<blockquote>b]ar</blockquote></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo<blockquote>bar</blockquote>[baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"foo<blockquote>bar<br>[baz]</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo<blockquote>bar</blockquote>[baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"foo<blockquote>bar<br>[baz]</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["[foo<blockquote>bar</blockquote>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[foo<blockquote>bar</blockquote>baz]</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["[foo<blockquote>bar</blockquote>baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>[foo<blockquote>bar</blockquote>baz]</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo<br>[bar]<br>baz</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo<br>[bar]<br>baz</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>b]ar</p></blockquote></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>b]ar</p></blockquote></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p><blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<p>foo</p><blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p style=\"margin-left:40px\">foo[bar]</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p style=\"margin-left:40px\">foo[bar]</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p style=\"margin-left:40px\">foo[bar</p><p style=\"margin-left:40px\">b]az</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p style=\"margin-left:40px\">foo[bar</p><p style=\"margin-left:40px\">b]az</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p style=\"margin-left:40px\">foo[bar]</p></blockquote><p>baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p style=\"margin-left:40px\">foo[bar]</p></blockquote><p>baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p style=\"margin-left:40px\">foo[bar</p><p>b]az</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p style=\"margin-left:40px\">foo[bar</p><p>b]az</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo]</p></blockquote><p style=\"margin-left:40px\">bar</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo]</p></blockquote><p style=\"margin-left:40px\">bar</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo</p><p style=\"margin-left:40px\">b]ar</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo</p><p style=\"margin-left:40px\">b]ar</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p><p style=\"margin-left:40px\">bar</p><blockquote><p>[baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<p>foo</p><p style=\"margin-left:40px\">bar</p><blockquote><p>[baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p><blockquote><p style=\"margin-left:40px\">[bar</p><p>baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<p>foo</p><blockquote><p style=\"margin-left:40px\">[bar</p><p>baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo</p><p style=\"margin-left:40px\">bar</p><p>baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo</p><p style=\"margin-left:40px\">bar</p><p>baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<p style=\"margin-left:40px\">foo</p><blockquote><p>[bar]</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<p style=\"margin-left:40px\">foo</p><blockquote><p>[bar]</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>b]ar</p></blockquote></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>b]ar</p></blockquote></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p><blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<p>foo</p><blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>[foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote>f[oo<blockquote>b]ar</blockquote></blockquote></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><blockquote>f[oo<blockquote>b]ar</blockquote></blockquote></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>[bar]</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>[bar]<li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>[bar]</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol>{<li>bar</li>}</ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol>{<li>bar</li>}</ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</ol>[bar]",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li></ol><blockquote>[bar]</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo</ol>[bar]",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li></ol><blockquote>[bar]</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>[foo]<br>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>[foo]<br>bar<li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li>[foo]<br>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>foo<br>[bar]</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<br>[bar]<li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li>foo<br>[bar]</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li><div>[foo]</div>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li><div>[foo]</div>bar<li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li><div>[foo]</div>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>bar</li><ol><li>[baz]</li></ol></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>bar</li><ol><li>[baz]</li></ol></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><ol>{<li>bar</li>}</ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><ol>{<li>bar</li>}</ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>bar</li><ol><li>[baz]</li></ol></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>bar</li><ol><li>[baz]</li></ol></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>bar</li><ol>{<li>baz</li>}</ol></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>bar</li><ol>{<li>baz</li>}</ol></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><ol><li>b[a]r</li></ol></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><ol><li>b[a]r</li></ol></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><ol><li>b[a]r</li></ol></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><ol><li>b[a]r</li></ol></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol>{<ol><li>bar</li></ol>}</ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol>{<ol><li>bar</li></ol>}</ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol>{<ol><li>bar</li></ol>}</ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol>{<ol><li>bar</li></ol>}</ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>[bar]</li><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>[bar]</li><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>[bar]</li><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>[bar]</li><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>[quz]</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>[quz]</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>[quz]</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>[quz]</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol id=\"u3\"><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol id=\"u3\"><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>b[ar<li>baz]</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>b[ar</li><li>baz]</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>b[ar<li>baz]</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>b[ar</li><li>baz]</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><ol><li>b[ar</li></ol><li>b]az</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><ol><li>b[ar</li></ol><li>b]az</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><ol><li>b[ar</li></ol><li>b]az</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><ol><li>b[ar</li></ol><li>b]az</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li><ol><li>bar</li><li>[baz]</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><li>foo</li><ol><li>bar</li><li>[baz]</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo<!--bar-->[baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo<!--bar-->[baz]</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["foo<!--bar-->[baz]<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>foo<!--bar-->[baz]</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["[foo]<!--bar-->baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[foo]<!--bar-->baz</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["[foo]<!--bar-->baz<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote>[foo]<!--bar-->baz</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>foo<!--bar-->{}<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>foo<!--bar-->{}</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>foo<!--bar-->{}<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>foo<!--bar-->{}</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<p>{}<!--foo-->bar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>{}<!--foo-->bar</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<p>{}<!--foo-->bar<p>extra",
+	[["stylewithcss","true"],["indent",""]],
+	"<blockquote><p>{}<!--foo-->bar</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["<ul><li>a<br>{<br>}</li><li>b</li></ul>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ul><ul><li>a<br>{<br>}</li></ul><li>b</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
+["<ul><li>a<br>{<br>}</li><li>b</li></ul>",
+	[["stylewithcss","true"],["indent",""]],
+	"<ul><ul><li>a<br>{<br>}</li></ul><li>b</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"foo<hr>{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<span>foo</span><hr>{}<span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<span>foo</span>{}<span>bar</span>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<span>foo</span><hr>{}<span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<span>foo</span><hr>{}<span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<span>foo[</span><span>]bar</span>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<span>foo</span><hr>{}<span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p>baz]quz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<p>foo[bar<p>baz]quz",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<p>foo</p><hr>{}<p>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<div><b>foo</b>{}<b>bar</b></div>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<div><b>foo</b><hr>{}<b>bar</b></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<div><b>foo</b>{}<b>bar</b></div>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<div><b>foo</b><hr>{}<b>bar</b></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<div><b>foo[</b><b>]bar</b></div>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<div><b>foo</b><hr>{}<b>bar</b></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<div><b>foo[</b><b>]bar</b></div>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<div><b>foo</b><hr>{}<b>bar</b></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<div><b>foo</b>{<b>bar</b>}<b>baz</b></div>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<div><b>foo</b><hr>{}<b>baz</b></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<div><b>foo</b>{<b>bar</b>}<b>baz</b></div>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<div><b>foo</b><hr>{}<b>baz</b></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<b>foo[]bar</b>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<b>foo</b><hr>{}<b>bar</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<b>foo[]bar</b>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<b>foo</b><hr>{}<b>bar</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<b id=abc>foo[]bar</b>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<b id=\"abc\">foo</b><hr>{}<b>bar</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<b id=abc>foo[]bar</b>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<b id=\"abc\">foo</b><hr>{}<b>bar</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthorizontalrule","abc"]],
 	"foo<hr>{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserthorizontalrule","abc"]],
+	"foo<hr>{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"foo<hr>{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["foo<b>[bar]</b>baz",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"foo<hr>{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["foo<b>{bar}</b>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["foo<b>{bar}</b>baz",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"foo<hr>{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["foo{<b>bar</b>}baz",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"foo<hr>{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<p>foo<p>[bar]<p>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<p>foo<p>[bar]<p>baz",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<p>foo</p><hr>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<p>foo<p>{bar}<p>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<p>foo<p>{bar}<p>baz",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<p>foo</p><hr>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<p>foo{<p>bar</p>}<p>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<p>foo{<p>bar</p>}<p>baz",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<p>foo</p><hr>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<p>foo[bar]baz</p>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<p>foo[bar]baz</p>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<p>foo</p><hr>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<p id=abc>foo[bar]baz</p>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p id=\"abc\">foo</p><hr>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<p id=abc>foo[bar]baz</p>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<p id=\"abc\">foo</p><hr>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<h1>foo[bar]baz</h1>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h1>foo</h1><hr>{}<h1>baz</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<h1>foo[bar]baz</h1>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<h1>foo</h1><hr>{}<h1>baz</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<p>foo<b>b[a]r</b>baz</p>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<p>foo<b>b[a]r</b>baz</p>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<a>foo[bar]baz</a>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<a>foo</a><hr>{}<a>baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<a>foo[bar]baz</a>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<a>foo</a><hr>{}<a>baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<a href=/>foo[bar]baz</a>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<a href=\"/\">foo</a><hr>{}<a href=\"/\">baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<a href=/>foo[bar]baz</a>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<a href=\"/\">foo</a><hr>{}<a href=\"/\">baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<abbr>foo[bar]baz</abbr>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<abbr>foo</abbr><hr>{}<abbr>baz</abbr>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<abbr>foo[bar]baz</abbr>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<abbr>foo</abbr><hr>{}<abbr>baz</abbr>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<address>foo[bar]baz</address>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<address>foo<hr>{}baz</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<address>foo[bar]baz</address>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<address>foo<hr>{}baz</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<article>foo[bar]baz</article>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<article>foo<hr>{}baz</article>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<article>foo[bar]baz</article>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<article>foo<hr>{}baz</article>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<aside>foo[bar]baz</aside>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<aside>foo<hr>{}baz</aside>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<aside>foo[bar]baz</aside>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<aside>foo<hr>{}baz</aside>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<b>foo[bar]baz</b>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<b>foo</b><hr>{}<b>baz</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<b>foo[bar]baz</b>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<b>foo</b><hr>{}<b>baz</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<bdi>foo[bar]baz</bdi>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<bdi>foo</bdi><hr>{}<bdi>baz</bdi>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<bdi>foo[bar]baz</bdi>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<bdi>foo</bdi><hr>{}<bdi>baz</bdi>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<bdo dir=rtl>foo[bar]baz</bdo>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<bdo dir=\"rtl\">foo</bdo><hr>{}<bdo dir=\"rtl\">baz</bdo>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<bdo dir=rtl>foo[bar]baz</bdo>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<bdo dir=\"rtl\">foo</bdo><hr>{}<bdo dir=\"rtl\">baz</bdo>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<blockquote>foo[bar]baz</blockquote>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<blockquote>foo<hr>{}baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<blockquote>foo[bar]baz</blockquote>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<blockquote>foo<hr>{}baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<table><caption>foo[bar]baz</caption><tr><td>quz</table>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<table><caption>foo<hr>{}baz</caption><tbody><tr><td>quz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<table><caption>foo[bar]baz</caption><tr><td>quz</table>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<table><caption>foo<hr>{}baz</caption><tbody><tr><td>quz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<cite>foo[bar]baz</cite>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<cite>foo</cite><hr>{}<cite>baz</cite>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<cite>foo[bar]baz</cite>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<cite>foo</cite><hr>{}<cite>baz</cite>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<code>foo[bar]baz</code>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<code>foo</code><hr>{}<code>baz</code>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<code>foo[bar]baz</code>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<code>foo</code><hr>{}<code>baz</code>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<dl><dd>foo[bar]baz</dd></dl>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dl><dd>foo<hr>{}baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<dl><dd>foo[bar]baz</dd></dl>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<dl><dd>foo<hr>{}baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<del>foo[bar]baz</del>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<del>foo<hr>{}baz</del>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<del>foo[bar]baz</del>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<del>foo<hr>{}baz</del>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<details>foo[bar]baz</details>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<details>foo<hr>{}baz</details>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<details>foo[bar]baz</details>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<details>foo<hr>{}baz</details>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<dfn>foo[bar]baz</dfn>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dfn>foo</dfn><hr>{}<dfn>baz</dfn>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<dfn>foo[bar]baz</dfn>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<dfn>foo</dfn><hr>{}<dfn>baz</dfn>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<div>foo[bar]baz</div>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<div>foo<hr>{}baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<div>foo[bar]baz</div>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<div>foo<hr>{}baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[bar]baz</dt></dl>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dl><dt>foo<hr>{}baz</dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<dl><dt>foo[bar]baz</dt></dl>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<dl><dt>foo<hr>{}baz</dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<em>foo[bar]baz</em>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<em>foo</em><hr>{}<em>baz</em>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<em>foo[bar]baz</em>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<em>foo</em><hr>{}<em>baz</em>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<figure><figcaption>foo[bar]baz</figcaption>quz</figure>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<figure><figcaption>foo<hr>{}baz</figcaption>quz</figure>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<figure><figcaption>foo[bar]baz</figcaption>quz</figure>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<figure><figcaption>foo<hr>{}baz</figcaption>quz</figure>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<figure>foo[bar]baz</figure>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<figure>foo<hr>{}baz</figure>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<figure>foo[bar]baz</figure>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<figure>foo<hr>{}baz</figure>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<footer>foo[bar]baz</footer>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<footer>foo<hr>{}baz</footer>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<footer>foo[bar]baz</footer>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<footer>foo<hr>{}baz</footer>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<h1>foo[bar]baz</h1>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h1>foo</h1><hr>{}<h1>baz</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<h1>foo[bar]baz</h1>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<h1>foo</h1><hr>{}<h1>baz</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<h2>foo[bar]baz</h2>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h2>foo</h2><hr>{}<h2>baz</h2>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<h2>foo[bar]baz</h2>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<h2>foo</h2><hr>{}<h2>baz</h2>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<h3>foo[bar]baz</h3>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h3>foo</h3><hr>{}<h3>baz</h3>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<h3>foo[bar]baz</h3>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<h3>foo</h3><hr>{}<h3>baz</h3>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<h4>foo[bar]baz</h4>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h4>foo</h4><hr>{}<h4>baz</h4>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<h4>foo[bar]baz</h4>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<h4>foo</h4><hr>{}<h4>baz</h4>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<h5>foo[bar]baz</h5>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h5>foo</h5><hr>{}<h5>baz</h5>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<h5>foo[bar]baz</h5>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<h5>foo</h5><hr>{}<h5>baz</h5>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<h6>foo[bar]baz</h6>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h6>foo</h6><hr>{}<h6>baz</h6>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<h6>foo[bar]baz</h6>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<h6>foo</h6><hr>{}<h6>baz</h6>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<header>foo[bar]baz</header>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<header>foo<hr>{}baz</header>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<header>foo[bar]baz</header>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<header>foo<hr>{}baz</header>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<hgroup>foo[bar]baz</hgroup>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<hgroup>foo</hgroup><hr>{}<hgroup>baz</hgroup>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<hgroup>foo[bar]baz</hgroup>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<hgroup>foo</hgroup><hr>{}<hgroup>baz</hgroup>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<hgroup><h1>foo[bar]baz</h1></hgroup>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<hgroup><h1>foo</h1></hgroup><hr>{}<hgroup><h1>baz</h1></hgroup>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<hgroup><h1>foo[bar]baz</h1></hgroup>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<hgroup><h1>foo</h1></hgroup><hr>{}<hgroup><h1>baz</h1></hgroup>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<i>foo[bar]baz</i>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<i>foo</i><hr>{}<i>baz</i>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<i>foo[bar]baz</i>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<i>foo</i><hr>{}<i>baz</i>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<ins>foo[bar]baz</ins>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ins>foo<hr>{}baz</ins>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<ins>foo[bar]baz</ins>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<ins>foo<hr>{}baz</ins>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<kbd>foo[bar]baz</kbd>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<kbd>foo</kbd><hr>{}<kbd>baz</kbd>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<kbd>foo[bar]baz</kbd>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<kbd>foo</kbd><hr>{}<kbd>baz</kbd>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<mark>foo[bar]baz</mark>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<mark>foo</mark><hr>{}<mark>baz</mark>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<mark>foo[bar]baz</mark>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<mark>foo</mark><hr>{}<mark>baz</mark>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<nav>foo[bar]baz</nav>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<nav>foo<hr>{}baz</nav>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<nav>foo[bar]baz</nav>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<nav>foo<hr>{}baz</nav>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<ol><li>foo[bar]baz</li></ol>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ol><li>foo<hr>{}baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<ol><li>foo[bar]baz</li></ol>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<ol><li>foo<hr>{}baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<p>foo[bar]baz</p>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<p>foo[bar]baz</p>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<p>foo</p><hr>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<pre>foo[bar]baz</pre>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<pre>foo</pre><hr>{}<pre>baz</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<pre>foo[bar]baz</pre>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<pre>foo</pre><hr>{}<pre>baz</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<q>foo[bar]baz</q>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<q>foo</q><hr>{}<q>baz</q>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<q>foo[bar]baz</q>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<q>foo</q><hr>{}<q>baz</q>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<ruby>foo[bar]baz<rt>quz</rt></ruby>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ruby>foo</ruby><hr>{}<ruby>baz<rt>quz</rt></ruby>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<ruby>foo[bar]baz<rt>quz</rt></ruby>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<ruby>foo</ruby><hr>{}<ruby>baz<rt>quz</rt></ruby>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<ruby>foo<rt>bar[baz]quz</rt></ruby>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ruby>foo<rt>bar</rt></ruby><hr>{}<ruby><rt>quz</rt></ruby>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<ruby>foo<rt>bar[baz]quz</rt></ruby>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<ruby>foo<rt>bar</rt></ruby><hr>{}<ruby><rt>quz</rt></ruby>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<ruby>foo<rp>bar[baz]quz</rp><rt>qoz</rt><rp>qiz</rp></ruby>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ruby>foo<rp>bar</rp></ruby><hr>{}<ruby><rp>quz</rp><rt>qoz</rt><rp>qiz</rp></ruby>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<ruby>foo<rp>bar[baz]quz</rp><rt>qoz</rt><rp>qiz</rp></ruby>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<ruby>foo<rp>bar</rp></ruby><hr>{}<ruby><rp>quz</rp><rt>qoz</rt><rp>qiz</rp></ruby>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<s>foo[bar]baz</s>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<s>foo</s><hr>{}<s>baz</s>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<s>foo[bar]baz</s>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<s>foo</s><hr>{}<s>baz</s>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<samp>foo[bar]baz</samp>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<samp>foo</samp><hr>{}<samp>baz</samp>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<samp>foo[bar]baz</samp>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<samp>foo</samp><hr>{}<samp>baz</samp>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<section>foo[bar]baz</section>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<section>foo<hr>{}baz</section>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<section>foo[bar]baz</section>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<section>foo<hr>{}baz</section>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<small>foo[bar]baz</small>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<small>foo</small><hr>{}<small>baz</small>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<small>foo[bar]baz</small>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<small>foo</small><hr>{}<small>baz</small>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<span>foo[bar]baz</span>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<span>foo</span><hr>{}<span>baz</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<span>foo[bar]baz</span>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<span>foo</span><hr>{}<span>baz</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<strong>foo[bar]baz</strong>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<strong>foo</strong><hr>{}<strong>baz</strong>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<strong>foo[bar]baz</strong>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<strong>foo</strong><hr>{}<strong>baz</strong>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<sub>foo[bar]baz</sub>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<sub>foo</sub><hr>{}<sub>baz</sub>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<sub>foo[bar]baz</sub>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<sub>foo</sub><hr>{}<sub>baz</sub>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<sup>foo[bar]baz</sup>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<sup>foo</sup><hr>{}<sup>baz</sup>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<sup>foo[bar]baz</sup>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<sup>foo</sup><hr>{}<sup>baz</sup>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo[bar]baz</td></table>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<table><tbody><tr><td>foo<hr>{}baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<table><tr><td>foo[bar]baz</td></table>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<table><tbody><tr><td>foo<hr>{}baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<table><tr><th>foo[bar]baz</th></table>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<table><tbody><tr><th>foo<hr>{}baz</th></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<table><tr><th>foo[bar]baz</th></table>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<table><tbody><tr><th>foo<hr>{}baz</th></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<u>foo[bar]baz</u>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<u>foo</u><hr>{}<u>baz</u>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<u>foo[bar]baz</u>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<u>foo</u><hr>{}<u>baz</u>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<ul><li>foo[bar]baz</li></ul>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ul><li>foo<hr>{}baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<ul><li>foo[bar]baz</li></ul>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<ul><li>foo<hr>{}baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<var>foo[bar]baz</var>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<var>foo</var><hr>{}<var>baz</var>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<var>foo[bar]baz</var>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<var>foo</var><hr>{}<var>baz</var>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<acronym>foo[bar]baz</acronym>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<acronym>foo</acronym><hr>{}<acronym>baz</acronym>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<acronym>foo[bar]baz</acronym>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<acronym>foo</acronym><hr>{}<acronym>baz</acronym>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<big>foo[bar]baz</big>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<big>foo</big><hr>{}<big>baz</big>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<big>foo[bar]baz</big>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<big>foo</big><hr>{}<big>baz</big>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<blink>foo[bar]baz</blink>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<blink>foo</blink><hr>{}<blink>baz</blink>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<blink>foo[bar]baz</blink>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<blink>foo</blink><hr>{}<blink>baz</blink>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<center>foo[bar]baz</center>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<center>foo<hr>{}baz</center>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<center>foo[bar]baz</center>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<center>foo<hr>{}baz</center>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<dir>foo[bar]baz</dir>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dir>foo</dir><hr>{}<dir>baz</dir>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<dir>foo[bar]baz</dir>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<dir>foo</dir><hr>{}<dir>baz</dir>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<dir><li>foo[bar]baz</li></dir>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dir><li>foo<hr>{}baz</li></dir>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<dir><li>foo[bar]baz</li></dir>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<dir><li>foo<hr>{}baz</li></dir>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<font>foo[bar]baz</font>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<font>foo</font><hr>{}<font>baz</font>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<font>foo[bar]baz</font>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<font>foo</font><hr>{}<font>baz</font>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<listing>foo[bar]baz</listing>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<listing>foo</listing><hr>{}<listing>baz</listing>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<listing>foo[bar]baz</listing>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<listing>foo</listing><hr>{}<listing>baz</listing>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<marquee>foo[bar]baz</marquee>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<marquee>foo</marquee><hr>{}<marquee>baz</marquee>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<marquee>foo[bar]baz</marquee>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<marquee>foo</marquee><hr>{}<marquee>baz</marquee>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<nobr>foo[bar]baz</nobr>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<nobr>foo</nobr><hr>{}<nobr>baz</nobr>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<nobr>foo[bar]baz</nobr>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<nobr>foo</nobr><hr>{}<nobr>baz</nobr>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<strike>foo[bar]baz</strike>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<strike>foo</strike><hr>{}<strike>baz</strike>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<strike>foo[bar]baz</strike>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<strike>foo</strike><hr>{}<strike>baz</strike>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<tt>foo[bar]baz</tt>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<tt>foo</tt><hr>{}<tt>baz</tt>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<tt>foo[bar]baz</tt>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<tt>foo</tt><hr>{}<tt>baz</tt>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<xmp>foo[bar]baz</xmp>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<xmp>foo</xmp><hr>{}<xmp>baz</xmp>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<xmp>foo[bar]baz</xmp>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<xmp>foo</xmp><hr>{}<xmp>baz</xmp>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<quasit>foo[bar]baz</quasit>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<quasit>foo<hr>{}baz</quasit>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<quasit>foo[bar]baz</quasit>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<quasit>foo<hr>{}baz</quasit>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["<table><tr><td>fo[o<td>b]ar</table>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<table><tbody><tr><td>fo<hr>{}</td><td>ar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["<table><tr><td>fo[o<td>b]ar</table>",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"<table><tbody><tr><td>fo<hr>{}</td><td>ar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["fo[o<span contenteditable=false>bar</span>b]az",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"fo<hr>{}<span contenteditable=\"false\">bar</span>az",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
+["fo[o<span contenteditable=false>bar</span>b]az",
+	[["stylewithcss","true"],["inserthorizontalrule",""]],
+	"fo<hr>{}<span contenteditable=\"false\">bar</span>az",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"fooab<b>c</b>d{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"fooab<b>c</b>d{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>[bar]</span>baz",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"fooab<b>c</b>d{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>{bar}</span>baz",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"fooab<b>c</b>d{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo{<span style=color:#aBcDeF>bar</span>}baz",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"fooab<b>c</b>d{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"ab<b>c</b>d{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["[foo<span style=color:#aBcDeF>bar]</span>baz",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"ab<b>c</b>d{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"ab<b>c</b>d{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["{foo<span style=color:#aBcDeF>bar}</span>baz",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"ab<b>c</b>d{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>[bar</span>baz]",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"fooab<b>c</b>d{}",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>{bar</span>baz}",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"fooab<b>c</b>d{}",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}quz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
+	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
+	"fooab<b>c</b>d{}quz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml",""]],
 	"foo[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserthtml",""]],
+	"foo[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","\u0000"]],
 	"foo[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserthtml","\u0000"]],
+	"foo[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","\u0007"]],
 	"foo\u0007{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserthtml","\u0007"]],
+	"foo\u0007{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","<b>"]],
 	"foo<b></b>{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserthtml","<b>"]],
+	"foo<b></b>{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","<b>abc"]],
 	"foo<b>abc</b>{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserthtml","<b>abc"]],
+	"foo<b>abc</b>{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<p>foo</p><p>abc</p>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>foo[bar]baz",
+	[["stylewithcss","true"],["inserthtml","<p>abc"]],
+	"<p>foo</p><p>abc</p>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","<li>abc"]],
 	"<p>foo</p><p>abc</p>{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>foo[bar]baz",
+	[["stylewithcss","true"],["inserthtml","<li>abc"]],
+	"<p>foo</p><p>abc</p>{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ol>{<li>foo</li>}<li>bar</ol>",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<p>abc</p>{}<ol><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ol>{<li>foo</li>}<li>bar</ol>",
+	[["stylewithcss","true"],["inserthtml","<p>abc"]],
+	"<p>abc</p>{}<ol><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li>{<li>bar</li>}<li>baz</ol>",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<ol><li>foo</li></ol><p>abc</p>{}<ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ol><li>foo</li>{<li>bar</li>}<li>baz</ol>",
+	[["stylewithcss","true"],["inserthtml","<p>abc"]],
+	"<ol><li>foo</li></ol><p>abc</p>{}<ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]</li><li>bar</ol>",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<ol><li><p>abc</p>{}</li><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ol><li>[foo]</li><li>bar</ol>",
+	[["stylewithcss","true"],["inserthtml","<p>abc"]],
+	"<ol><li><p>abc</p>{}</li><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<xmp>f[o]o</xmp>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<xmp>fabc{}o</xmp>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<xmp>f[o]o</xmp>",
+	[["stylewithcss","true"],["inserthtml","abc"]],
+	"<xmp>fabc{}o</xmp>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<xmp>f[o]o</xmp>",
 	[["stylewithcss","false"],["inserthtml","<b>abc</b>"]],
 	"<xmp>f<b>abc</b>{}o</xmp>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<xmp>f[o]o</xmp>",
+	[["stylewithcss","true"],["inserthtml","<b>abc</b>"]],
+	"<xmp>f<b>abc</b>{}o</xmp>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<script>f[o]o</script>bar",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<script>fabc{}o</script>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<script>f[o]o</script>bar",
+	[["stylewithcss","true"],["inserthtml","abc"]],
+	"<script>fabc{}o</script>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<script>f[o]o</script>bar",
 	[["stylewithcss","false"],["inserthtml","<b>abc</b>"]],
 	"<script>f<b>abc</b>{}o</script>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<script>f[o]o</script>bar",
+	[["stylewithcss","true"],["inserthtml","<b>abc</b>"]],
+	"<script>f<b>abc</b>{}o</script>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<a>f[o]o</a>",
 	[["stylewithcss","false"],["inserthtml","<a>abc</a>"]],
 	"<a>f</a><a>abc</a>{}<a>o</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<a>f[o]o</a>",
+	[["stylewithcss","true"],["inserthtml","<a>abc</a>"]],
+	"<a>f</a><a>abc</a>{}<a>o</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<a href=.>f[o]o</a>",
 	[["stylewithcss","false"],["inserthtml","<a href=/>abc</a>"]],
 	"<a href=\".\">f</a><a href=\"/\">abc</a>{}<a href=\".\">o</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<a href=.>f[o]o</a>",
+	[["stylewithcss","true"],["inserthtml","<a href=/>abc</a>"]],
+	"<a href=\".\">f</a><a href=\"/\">abc</a>{}<a href=\".\">o</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>f[o]o",
 	[["stylewithcss","false"],["inserthtml","<hr>"]],
 	"<p>f</p><hr>{}<p>o</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>f[o]o",
+	[["stylewithcss","true"],["inserthtml","<hr>"]],
+	"<p>f</p><hr>{}<p>o</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<b>f[o]o</b>",
 	[["stylewithcss","false"],["inserthtml","<hr>"]],
 	"<b>f</b><hr>{}<b>o</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<b>f[o]o</b>",
+	[["stylewithcss","true"],["inserthtml","<hr>"]],
+	"<b>f</b><hr>{}<b>o</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<h1>f[o]o</h1>",
 	[["stylewithcss","false"],["inserthtml","<h2>abc</h2>"]],
 	"<h1>f</h1><h2>abc</h2>{}<h1>o</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<h1>f[o]o</h1>",
+	[["stylewithcss","true"],["inserthtml","<h2>abc</h2>"]],
+	"<h1>f</h1><h2>abc</h2>{}<h1>o</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<table><tr><td>f[o]o</table>",
 	[["stylewithcss","false"],["inserthtml","<td>abc</td>"]],
 	"<table><tbody><tr><td>fabc{}o</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<table><tr><td>f[o]o</table>",
+	[["stylewithcss","true"],["inserthtml","<td>abc</td>"]],
+	"<table><tbody><tr><td>fabc{}o</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<td>abc</td>"]],
 	"fabc{}o",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["f[o]o",
+	[["stylewithcss","true"],["inserthtml","<td>abc</td>"]],
+	"fabc{}o",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<dl><dt>f[o]o<dd>bar</dl>",
 	[["stylewithcss","false"],["inserthtml","<dt>abc</dt>"]],
 	"<dl><dt>f</dt><dt>abc</dt>{}<dt>o</dt><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<dl><dt>f[o]o<dd>bar</dl>",
+	[["stylewithcss","true"],["inserthtml","<dt>abc</dt>"]],
+	"<dl><dt>f</dt><dt>abc</dt>{}<dt>o</dt><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>b[a]r</dl>",
 	[["stylewithcss","false"],["inserthtml","<dt>abc</dt>"]],
 	"<dl><dt>foo</dt><dd>b</dd><dt>abc</dt>{}<dd>r</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>b[a]r</dl>",
+	[["stylewithcss","true"],["inserthtml","<dt>abc</dt>"]],
+	"<dl><dt>foo</dt><dd>b</dd><dt>abc</dt>{}<dd>r</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<dl><dt>f[o]o<dd>bar</dl>",
 	[["stylewithcss","false"],["inserthtml","<dd>abc</dd>"]],
 	"<dl><dt>f</dt><dd>abc</dd>{}<dt>o</dt><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<dl><dt>f[o]o<dd>bar</dl>",
+	[["stylewithcss","true"],["inserthtml","<dd>abc</dd>"]],
+	"<dl><dt>f</dt><dd>abc</dd>{}<dt>o</dt><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>b[a]r</dl>",
 	[["stylewithcss","false"],["inserthtml","<dd>abc</dd>"]],
 	"<dl><dt>foo</dt><dd>b</dd><dd>abc</dd>{}<dd>r</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>b[a]r</dl>",
+	[["stylewithcss","true"],["inserthtml","<dd>abc</dd>"]],
+	"<dl><dt>foo</dt><dd>b</dd><dd>abc</dd>{}<dd>r</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<dt>abc</dt>"]],
 	"f<dl><dt>abc</dt>{}</dl>o",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["f[o]o",
+	[["stylewithcss","true"],["inserthtml","<dt>abc</dt>"]],
+	"f<dl><dt>abc</dt>{}</dl>o",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ol><li>f[o]o</ol>",
 	[["stylewithcss","false"],["inserthtml","<dt>abc</dt>"]],
 	"<ol><li>f<dl><dt>abc</dt>{}</dl>o</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ol><li>f[o]o</ol>",
+	[["stylewithcss","true"],["inserthtml","<dt>abc</dt>"]],
+	"<ol><li>f<dl><dt>abc</dt>{}</dl>o</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<dd>abc</dd>"]],
 	"f<dl><dd>abc</dd>{}</dl>o",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["f[o]o",
+	[["stylewithcss","true"],["inserthtml","<dd>abc</dd>"]],
+	"f<dl><dd>abc</dd>{}</dl>o",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ol><li>f[o]o</ol>",
 	[["stylewithcss","false"],["inserthtml","<dd>abc</dd>"]],
 	"<ol><li>f<dl><dd>abc</dd>{}</dl>o</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ol><li>f[o]o</ol>",
+	[["stylewithcss","true"],["inserthtml","<dd>abc</dd>"]],
+	"<ol><li>f<dl><dd>abc</dd>{}</dl>o</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<dir><li>f[o]o</dir>",
 	[["stylewithcss","false"],["inserthtml","<li>abc</li>"]],
 	"<dir><li>f</li><li>abc</li>{}<li>o</li></dir>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<dir><li>f[o]o</dir>",
+	[["stylewithcss","true"],["inserthtml","<li>abc</li>"]],
+	"<dir><li>f</li><li>abc</li>{}<li>o</li></dir>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ol><li>f[o]o</ol>",
 	[["stylewithcss","false"],["inserthtml","<li>abc</li>"]],
 	"<ol><li>f</li><li>abc</li>{}<li>o</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ol><li>f[o]o</ol>",
+	[["stylewithcss","true"],["inserthtml","<li>abc</li>"]],
+	"<ol><li>f</li><li>abc</li>{}<li>o</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ul><li>f[o]o</ul>",
 	[["stylewithcss","false"],["inserthtml","<li>abc</li>"]],
 	"<ul><li>f</li><li>abc</li>{}<li>o</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ul><li>f[o]o</ul>",
+	[["stylewithcss","true"],["inserthtml","<li>abc</li>"]],
+	"<ul><li>f</li><li>abc</li>{}<li>o</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<dir><li>f[o]o</dir>",
 	[["stylewithcss","false"],["inserthtml","<dir><li>abc</dir>"]],
 	"<dir><li>f<dir><li>abc</li></dir>{}o</li></dir>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<dir><li>f[o]o</dir>",
+	[["stylewithcss","true"],["inserthtml","<dir><li>abc</dir>"]],
+	"<dir><li>f<dir><li>abc</li></dir>{}o</li></dir>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ol><li>f[o]o</ol>",
 	[["stylewithcss","false"],["inserthtml","<dir><li>abc</dir>"]],
 	"<ol><li>f<dir><li>abc</li></dir>{}o</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ol><li>f[o]o</ol>",
+	[["stylewithcss","true"],["inserthtml","<dir><li>abc</dir>"]],
+	"<ol><li>f<dir><li>abc</li></dir>{}o</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ul><li>f[o]o</ul>",
 	[["stylewithcss","false"],["inserthtml","<dir><li>abc</dir>"]],
 	"<ul><li>f<dir><li>abc</li></dir>{}o</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ul><li>f[o]o</ul>",
+	[["stylewithcss","true"],["inserthtml","<dir><li>abc</dir>"]],
+	"<ul><li>f<dir><li>abc</li></dir>{}o</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<dir><li>f[o]o</dir>",
 	[["stylewithcss","false"],["inserthtml","<ol><li>abc</ol>"]],
 	"<dir><li>f<ol><li>abc</li></ol>{}o</li></dir>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<dir><li>f[o]o</dir>",
+	[["stylewithcss","true"],["inserthtml","<ol><li>abc</ol>"]],
+	"<dir><li>f<ol><li>abc</li></ol>{}o</li></dir>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ol><li>f[o]o</ol>",
 	[["stylewithcss","false"],["inserthtml","<ol><li>abc</ol>"]],
 	"<ol><li>f<ol><li>abc</li></ol>{}o</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ol><li>f[o]o</ol>",
+	[["stylewithcss","true"],["inserthtml","<ol><li>abc</ol>"]],
+	"<ol><li>f<ol><li>abc</li></ol>{}o</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ul><li>f[o]o</ul>",
 	[["stylewithcss","false"],["inserthtml","<ol><li>abc</ol>"]],
 	"<ul><li>f<ol><li>abc</li></ol>{}o</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ul><li>f[o]o</ul>",
+	[["stylewithcss","true"],["inserthtml","<ol><li>abc</ol>"]],
+	"<ul><li>f<ol><li>abc</li></ol>{}o</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<dir><li>f[o]o</dir>",
 	[["stylewithcss","false"],["inserthtml","<ul><li>abc</ul>"]],
 	"<dir><li>f<ul><li>abc</li></ul>{}o</li></dir>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<dir><li>f[o]o</dir>",
+	[["stylewithcss","true"],["inserthtml","<ul><li>abc</ul>"]],
+	"<dir><li>f<ul><li>abc</li></ul>{}o</li></dir>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ol><li>f[o]o</ol>",
 	[["stylewithcss","false"],["inserthtml","<ul><li>abc</ul>"]],
 	"<ol><li>f<ul><li>abc</li></ul>{}o</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ol><li>f[o]o</ol>",
+	[["stylewithcss","true"],["inserthtml","<ul><li>abc</ul>"]],
+	"<ol><li>f<ul><li>abc</li></ul>{}o</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<ul><li>f[o]o</ul>",
 	[["stylewithcss","false"],["inserthtml","<ul><li>abc</ul>"]],
 	"<ul><li>f<ul><li>abc</li></ul>{}o</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<ul><li>f[o]o</ul>",
+	[["stylewithcss","true"],["inserthtml","<ul><li>abc</ul>"]],
+	"<ul><li>f<ul><li>abc</li></ul>{}o</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<li>abc</li>"]],
 	"f<p>abc</p>{}o",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["f[o]o",
+	[["stylewithcss","true"],["inserthtml","<li>abc</li>"]],
+	"f<p>abc</p>{}o",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<nobr>f[o]o</nobr>",
 	[["stylewithcss","false"],["inserthtml","<nobr>abc</nobr>"]],
 	"<nobr>f</nobr><nobr>abc</nobr>{}<nobr>o</nobr>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<nobr>f[o]o</nobr>",
+	[["stylewithcss","true"],["inserthtml","<nobr>abc</nobr>"]],
+	"<nobr>f</nobr><nobr>abc</nobr>{}<nobr>o</nobr>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<nobr>abc</nobr>"]],
 	"f<nobr>abc</nobr>{}o",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["f[o]o",
+	[["stylewithcss","true"],["inserthtml","<nobr>abc</nobr>"]],
+	"f<nobr>abc</nobr>{}o",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<font color=blue>foo[]bar</font>",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<font color=\"blue\">foo</font><p><font color=\"#0000ff\">abc</font></p>{}<font color=\"blue\">bar</font>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<font color=blue>foo[]bar</font>",
+	[["stylewithcss","true"],["inserthtml","<p>abc"]],
+	"<font color=\"blue\">foo</font><p><span style=\"color:rgb(0, 0, 255)\">abc</span></p>{}<font color=\"blue\">bar</font>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<span style=color:blue>foo[]bar</span>",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo</span><p><font color=\"#0000ff\">abc</font></p>{}<span style=\"color:rgb(0, 0, 255)\">bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<span style=color:blue>foo[]bar</span>",
+	[["stylewithcss","true"],["inserthtml","<p>abc"]],
+	"<span style=\"color:rgb(0, 0, 255)\">foo</span><p><span style=\"color:rgb(0, 0, 255)\">abc</span></p>{}<span style=\"color:rgb(0, 0, 255)\">bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<span style=font-variant:small-caps>foo[]bar</span>",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<span style=font-variant:small-caps>foo[]bar</span>",
+	[["stylewithcss","true"],["inserthtml","<p>abc"]],
+	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>[foo]</p>",
 	[["stylewithcss","false"],["inserthtml"," "]],
 	"<p> {}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>[foo]</p>",
+	[["stylewithcss","true"],["inserthtml"," "]],
+	"<p> {}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>[foo]</p>",
 	[["stylewithcss","false"],["inserthtml","<span style=display:none></span>"]],
 	"<p><span style=\"display:none\"></span>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>[foo]</p>",
+	[["stylewithcss","true"],["inserthtml","<span style=display:none></span>"]],
+	"<p><span style=\"display:none\"></span>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>[foo]</p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--abc-->{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>[foo]</p>",
+	[["stylewithcss","true"],["inserthtml","<!--abc-->"]],
+	"<p><!--abc-->{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>{}<br></p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p>abc{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>{}<br></p>",
+	[["stylewithcss","true"],["inserthtml","abc"]],
+	"<p>abc{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>{}<br></p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--abc-->{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>{}<br></p>",
+	[["stylewithcss","true"],["inserthtml","<!--abc-->"]],
+	"<p><!--abc-->{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p><!--foo-->{}<span><br></span><!--bar--></p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p><!--foo-->abc{}<!--bar--></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p><!--foo-->{}<span><br></span><!--bar--></p>",
+	[["stylewithcss","true"],["inserthtml","abc"]],
+	"<p><!--foo-->abc{}<!--bar--></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p><!--foo-->{}<span><br></span><!--bar--></p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--foo--><!--abc-->{}<!--bar--><br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p><!--foo-->{}<span><br></span><!--bar--></p>",
+	[["stylewithcss","true"],["inserthtml","<!--abc-->"]],
+	"<p><!--foo--><!--abc-->{}<!--bar--><br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>{}<span><!--foo--><br><!--bar--></span></p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p>abc{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>{}<span><!--foo--><br><!--bar--></span></p>",
+	[["stylewithcss","true"],["inserthtml","abc"]],
+	"<p>abc{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p>{}<span><!--foo--><br><!--bar--></span></p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--abc-->{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p>{}<span><!--foo--><br><!--bar--></span></p>",
+	[["stylewithcss","true"],["inserthtml","<!--abc-->"]],
+	"<p><!--abc-->{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p><br>{}</p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p><br>abc{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p><br>{}</p>",
+	[["stylewithcss","true"],["inserthtml","abc"]],
+	"<p><br>abc{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p><br>{}</p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><br><!--abc-->{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p><br>{}</p>",
+	[["stylewithcss","true"],["inserthtml","<!--abc-->"]],
+	"<p><br><!--abc-->{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p><!--foo--><span><br></span>{}<!--bar--></p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p><!--foo--><span><br></span>abc{}<!--bar--></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p><!--foo--><span><br></span>{}<!--bar--></p>",
+	[["stylewithcss","true"],["inserthtml","abc"]],
+	"<p><!--foo--><span><br></span>abc{}<!--bar--></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p><!--foo--><span><br></span>{}<!--bar--></p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--foo--><span><br></span><!--abc-->{}<!--bar--></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p><!--foo--><span><br></span>{}<!--bar--></p>",
+	[["stylewithcss","true"],["inserthtml","<!--abc-->"]],
+	"<p><!--foo--><span><br></span><!--abc-->{}<!--bar--></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p><span><!--foo--><br><!--bar--></span>{}</p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p><span><!--foo--><br><!--bar--></span>abc{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p><span><!--foo--><br><!--bar--></span>{}</p>",
+	[["stylewithcss","true"],["inserthtml","abc"]],
+	"<p><span><!--foo--><br><!--bar--></span>abc{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["<p><span><!--foo--><br><!--bar--></span>{}</p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><span><!--foo--><br><!--bar--></span><!--abc-->{}</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
+["<p><span><!--foo--><br><!--bar--></span>{}</p>",
+	[["stylewithcss","true"],["inserthtml","<!--abc-->"]],
+	"<p><span><!--foo--><br><!--bar--></span><!--abc-->{}</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<img src=\"/img/lion.svg\">{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<span>foo</span><img src=\"/img/lion.svg\">{}<span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<span>foo</span>{}<span>bar</span>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<span>foo</span><img src=\"/img/lion.svg\">{}<span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<span>foo<img src=\"/img/lion.svg\">{}</span><span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<span>foo[</span><span>]bar</span>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<span>foo<img src=\"/img/lion.svg\">{}</span><span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertimage",""]],
 	"foo[bar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["insertimage",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<img src=\"/img/lion.svg\">{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>[bar]</span>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>{bar}</span>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo{<span style=color:#aBcDeF>bar</span>}baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<img src=\"/img/lion.svg\">{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["[foo<span style=color:#aBcDeF>bar]</span>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<img src=\"/img/lion.svg\">{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<img src=\"/img/lion.svg\">{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["{foo<span style=color:#aBcDeF>bar}</span>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<img src=\"/img/lion.svg\">{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>[bar</span>baz]",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>{bar</span>baz}",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo<b>[bar]</b>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo<b>{bar}</b>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo<b>{bar}</b>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo{<b>bar</b>}baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo<span>[bar]</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo<span>[bar]</span>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo<span>{bar}</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo<span>{bar}</span>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo{<span>bar</span>}baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo{<span>bar</span>}baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<b>foo[bar</b><i>baz]quz</i>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<b>foo<img src=\"/img/lion.svg\">{}</b><i>quz</i>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<b>foo[bar</b><i>baz]quz</i>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<b>foo<img src=\"/img/lion.svg\">{}</b><i>quz</i>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo</p><p>[bar]</p><p>baz</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo</p><p><img src=\"/img/lion.svg\">{}</p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo</p><p>[bar]</p><p>baz</p>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo</p><p><img src=\"/img/lion.svg\">{}</p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo</p><p>{bar}</p><p>baz</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo</p><p><img src=\"/img/lion.svg\">{}</p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo</p><p>{bar}</p><p>baz</p>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo</p><p><img src=\"/img/lion.svg\">{}</p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo</p><img src=\"/img/lion.svg\">{}<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo</p>{<p>bar</p>}<p>baz</p>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo</p><img src=\"/img/lion.svg\">{}<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p>baz]quz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[bar<p>baz]quz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[bar<div>baz]quz</div>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[bar<div>baz]quz</div>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[bar<h1>baz]quz</h1>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[bar<h1>baz]quz</h1>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<div>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<div>foo<img src=\"/img/lion.svg\">{}quz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<div>foo[bar</div><p>baz]quz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<div>foo<img src=\"/img/lion.svg\">{}quz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<blockquote>foo<img src=\"/img/lion.svg\">{}quz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<blockquote>foo<img src=\"/img/lion.svg\">{}quz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p><b>foo[bar</b><p>baz]quz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p><b>foo</b><img src=\"/img/lion.svg\">{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p><b>foo[bar</b><p>baz]quz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p><b>foo</b><img src=\"/img/lion.svg\">{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<div><p>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<div><p>foo<img src=\"/img/lion.svg\">{}quz</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<div><p>foo[bar</div><p>baz]quz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<div><p>foo<img src=\"/img/lion.svg\">{}quz</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p><blockquote><p>qoz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}quz</p><blockquote><p>qoz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p style=color:blue>baz]quz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}<font color=\"#0000ff\">quz</font></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[bar<p style=color:blue>baz]quz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[bar<p><b>baz]quz</b>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}<b>quz</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[bar<p><b>baz]quz</b>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}<b>quz</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<div><p>foo<p>[bar<p>baz]</div>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<div><p>foo</p><p><img src=\"/img/lion.svg\">{}</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<div><p>foo<p>[bar<p>baz]</div>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<div><p>foo</p><p><img src=\"/img/lion.svg\">{}</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[<br>]bar",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[<br>]bar",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<img src=\"/img/lion.svg\">{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[</p><p>]bar</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[</p><p>]bar</p>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[</p><p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}bar<br>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[</p><p>]bar<br>baz</p>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}bar<br>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[<p>]bar</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[<p>]bar</p>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<img src=\"/img/lion.svg\">{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[<p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar<p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[<p>]bar<br>baz</p>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<img src=\"/img/lion.svg\">{}bar<p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[<p>]bar</p>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar<br>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[<p>]bar</p>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<img src=\"/img/lion.svg\">{}bar<br>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[</p>]bar",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[</p>]bar",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[</p>]bar<br>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[</p>]bar<br>baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<p>foo[</p>]bar<p>baz</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<p>foo[</p>]bar<p>baz</p>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<p>foo<img src=\"/img/lion.svg\">{}bar</p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[<div><p>]bar</div>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[<div><p>]bar</div>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<img src=\"/img/lion.svg\">{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<div><p>foo[</p></div>]bar",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<div><p>foo<img src=\"/img/lion.svg\">{}bar</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<div><p>foo[</p></div>]bar",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<div><p>foo<img src=\"/img/lion.svg\">{}bar</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[<div><p>]bar</p>baz</div>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar<div>baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[<div><p>]bar</p>baz</div>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<img src=\"/img/lion.svg\">{}bar<div>baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[<div>]bar<p>baz</p></div>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar<div><p>baz</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["foo[<div>]bar<p>baz</p></div>",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"foo<img src=\"/img/lion.svg\">{}bar<div><p>baz</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<div><p>foo</p>bar[</div>]baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<div><p>foo</p>bar<img src=\"/img/lion.svg\">{}baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<div><p>foo</p>bar[</div>]baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<div><p>foo</p>bar<img src=\"/img/lion.svg\">{}baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["<div>foo<p>bar[</p></div>]baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<div>foo<p>bar<img src=\"/img/lion.svg\">{}baz</p></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
+["<div>foo<p>bar[</p></div>]baz",
+	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
+	"<div>foo<p>bar<img src=\"/img/lion.svg\">{}baz</p></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<br>{}baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"foo<br>{}baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["fo[o<table><tr><td>b]ar</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"fo<br>{}<br><table><tbody><tr><td>ar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["fo[o<table><tr><td>b]ar</table>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"fo<br>{}<br><table><tbody><tr><td>ar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td><br>{}<br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<table><tbody><tr><td><br>{}<br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody>{}<tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<table><tbody>{}<tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<table><tr><td>fo[o</table>b]ar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td>fo<br>{}<br></td></tr></tbody></table>ar",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<table><tr><td>fo[o</table>b]ar",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<table><tbody><tr><td>fo<br>{}<br></td></tr></tbody></table>ar",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td>fo<br>{}<br></td><td>ar</td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<table><tbody><tr><td>fo<br>{}<br></td><td>ar</td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["{<table><tr><td>foo</table>}",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<br>{}<br>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["{<table><tr><td>foo</table>}",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<br>{}<br>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<table><tr><td>[foo]</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td><br>{}<br></td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<table><tr><td>[foo]</table>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<table><tbody><tr><td><br>{}<br></td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]<li>bar</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}<br></li><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>[foo]<li>bar</ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li><br>{}<br></li><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>f[o]o<li>bar</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>f<br>{}o</li><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>f[o]o<li>bar</ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li>f<br>{}o</li><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["[]foo",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<br>{}foo",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["[]foo",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<br>{}foo",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["foo[]",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<br>{}<br>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["foo[]",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"foo<br>{}<br>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<span>foo[]</span>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<span>foo<br>{}<br></span>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<span>foo[]</span>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<span>foo<br>{}<br></span>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["foo[]<br>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<br>{}<br>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["foo[]<br>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"foo<br>{}<br>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<br>{}bar",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"foo<br>{}bar",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<address>[]foo</address>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<address><br>{}foo</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<address>[]foo</address>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<address><br>{}foo</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<address>foo[]</address>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<address>foo<br>{}<br></address>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<address>foo[]</address>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<address>foo<br>{}<br></address>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<address>foo[]<br></address>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<address>foo<br>{}<br></address>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<address>foo[]<br></address>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<address>foo<br>{}<br></address>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<address>foo[]bar</address>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<address>foo<br>{}bar</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<address>foo[]bar</address>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<address>foo<br>{}bar</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<div>[]foo</div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div><br>{}foo</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<div>[]foo</div>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<div><br>{}foo</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<div>foo[]</div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div>foo<br>{}<br></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<div>foo[]</div>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<div>foo<br>{}<br></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<div>foo[]<br></div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div>foo<br>{}<br></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<div>foo[]<br></div>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<div>foo<br>{}<br></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<div>foo[]bar</div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div>foo<br>{}bar</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<div>foo[]bar</div>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<div>foo<br>{}bar</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>[]foo<dd>bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt><br>{}foo</dt><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>[]foo<dd>bar</dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt><br>{}foo</dt><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[]<dd>bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo[]<dd>bar</dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[]<br><dd>bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo[]<br><dd>bar</dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo<br>{}bar</dt><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo[]bar<dd>baz</dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo<br>{}bar</dt><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>[]bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd><br>{}bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>[]bar</dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo</dt><dd><br>{}bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar[]</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar[]</dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar[]<br></dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar[]<br></dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar[]baz</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd>bar<br>{}baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar[]baz</dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo</dt><dd>bar<br>{}baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<h1>[]foo</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1><br>{}foo</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<h1>[]foo</h1>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<h1><br>{}foo</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<h1>foo[]</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo<br>{}<br></h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<h1>foo[]</h1>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<h1>foo<br>{}<br></h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<h1>foo[]<br></h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo<br>{}<br></h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<h1>foo[]<br></h1>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<h1>foo<br>{}<br></h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<h1>foo[]bar</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo<br>{}bar</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<h1>foo[]bar</h1>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<h1>foo<br>{}bar</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>[]foo</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}foo</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>[]foo</ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li><br>{}foo</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo<br>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>foo[]</ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li>foo<br>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<br></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo<br>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<br></ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li>foo<br>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]bar</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo<br>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>foo[]bar</ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li>foo<br>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>[]foo</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><br>{}foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>[]foo</p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p><br>{}foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo[]</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo[]</p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<br>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo[]<br></p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo[]<br></p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<br>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo[]bar</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo[]bar</p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<br>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<pre>[]foo</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre><br>{}foo</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<pre>[]foo</pre>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<pre><br>{}foo</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<pre>foo[]</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}<br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<pre>foo[]</pre>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<pre>foo<br>{}<br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<pre>foo[]<br></pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}<br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<pre>foo[]<br></pre>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<pre>foo<br>{}<br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<pre>foo[]bar</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}bar</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<pre>foo[]bar</pre>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<pre>foo<br>{}bar</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<pre>foo[]<br><br></pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}<br><br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<pre>foo[]<br><br></pre>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<pre>foo<br>{}<br><br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<pre>foo<br>{}<br></pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br><br>{}<br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<pre>foo<br>{}<br></pre>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<pre>foo<br><br>{}<br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<pre>foo&#10;[]</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo\n<br>{}<br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<pre>foo&#10;[]</pre>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<pre>foo\n<br>{}<br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<pre>foo[]&#10;</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}\n</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<pre>foo[]&#10;</pre>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<pre>foo<br>{}\n</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<pre>foo&#10;[]&#10;</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo\n<br>{}\n</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<pre>foo&#10;[]&#10;</pre>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<pre>foo\n<br>{}\n</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<xmp>foo[]bar</xmp>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<xmp>foo[]bar</xmp>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<xmp>foo[]bar</xmp>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<xmp>foo[]bar</xmp>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<script>foo[]bar</script>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<script>foo[]bar</script>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<script>foo[]bar</script>baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<script>foo[]bar</script>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<listing>foo[]bar</listing>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<listing>foo<br>{}bar</listing>",
 	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<listing>foo[]bar</listing>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<listing>foo<br>{}bar</listing>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br></li></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>{}<br></li></ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li><br>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["foo<ol><li>{}<br></li></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<ol><li><br>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["foo<ol><li>{}<br></li></ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"foo<ol><li><br>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br></li></ol>foo",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}<br></li></ol>foo",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>{}<br></li></ol>foo",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li><br>{}<br></li></ol>foo",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>{}<br></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo</li><li><br>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>{}<br></ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li>foo</li><li><br>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br><li>bar</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}<br></li><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>{}<br><li>bar</ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li><br>{}<br></li><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo</li><ul><li><br>{}<br></li></ul></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ol><li>foo</li><ul><li><br>{}<br></li></ul></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>{}<br></dt></dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt><br>{}<br></dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>{}<br></dt></dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt><br>{}<br></dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>{}<br></dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd><br>{}<br></dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>{}<br></dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo</dt><dd><br>{}<br></dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>{}<br><dd>bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt><br>{}<br></dt><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>{}<br><dd>bar</dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt><br>{}<br></dt><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd>bar<dl><dt><br>{}<br></dt><dd>baz</dd></dl></dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo</dt><dd>bar<dl><dt><br>{}<br></dt><dd>baz</dd></dl></dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt><dd><br>{}<br></dd></dl></dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt><dd><br>{}<br></dd></dl></dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<h1>foo[bar</h1><p>baz]quz</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo<br>{}quz</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<h1>foo[bar</h1><p>baz]quz</p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<h1>foo<br>{}quz</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo[bar</p><h1>baz]quz</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo[bar</p><h1>baz]quz</h1>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<br>{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo</p>{}<br>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo</p><br>{}<br>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo</p>{}<br>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo</p><br>{}<br>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["{}<br><p>foo</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<br>{}<br><p>foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["{}<br><p>foo</p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<br>{}<br><p>foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo</p>{}<br><h1>bar</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo</p><br>{}<br><h1>bar</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo</p>{}<br><h1>bar</h1>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo</p><br>{}<br><h1>bar</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<h1>foo</h1>{}<br><p>bar</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo</h1><br>{}<br><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<h1>foo</h1>{}<br><p>bar</p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<h1>foo</h1><br>{}<br><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<h1>foo</h1>{}<br><h2>bar</h2>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo</h1><br>{}<br><h2>bar</h2>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<h1>foo</h1>{}<br><h2>bar</h2>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<h1>foo</h1><br>{}<br><h2>bar</h2>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo</p><h1>[bar]</h1><p>baz</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo</p><h1><br>{}<br></h1><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo</p><h1>[bar]</h1><p>baz</p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo</p><h1><br>{}<br></h1><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo</p><br>{}<br><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo</p><br>{}<br><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo[]bar</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td>foo<br>{}bar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<table><tr><td>foo[]bar</table>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<table><tbody><tr><td>foo<br>{}bar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<table><tr><td><p>foo[]bar</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td><p>foo<br>{}bar</p></td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<table><tr><td><p>foo[]bar</table>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<table><tbody><tr><td><p>foo<br>{}bar</p></td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<blockquote>[]foo</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><br>{}foo</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<blockquote>[]foo</blockquote>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<blockquote><br>{}foo</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<blockquote>foo[]</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote>foo<br>{}<br></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<blockquote>foo[]</blockquote>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<blockquote>foo<br>{}<br></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<blockquote>foo[]<br></blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote>foo<br>{}<br></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<blockquote>foo[]<br></blockquote>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<blockquote>foo<br>{}<br></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<blockquote>foo[]bar</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote>foo<br>{}bar</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<blockquote>foo[]bar</blockquote>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<blockquote>foo<br>{}bar</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<blockquote><p>[]foo</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p><br>{}foo</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<blockquote><p>[]foo</blockquote>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<blockquote><p><br>{}foo</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[]</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p>foo<br>{}<br></p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[]</blockquote>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<blockquote><p>foo<br>{}<br></p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[]bar</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p>foo<br>{}bar</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[]bar</blockquote>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<blockquote><p>foo<br>{}bar</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[]<p>bar</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p>foo<br>{}<br></p><p>bar</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[]<p>bar</blockquote>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<blockquote><p>foo<br>{}<br></p><p>bar</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[]bar<p>baz</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p>foo<br>{}bar</p><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[]bar<p>baz</blockquote>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<blockquote><p>foo<br>{}bar</p><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<span>foo[]bar</span>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<span>foo<br>{}bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<span>foo[]bar</span>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<span>foo<br>{}bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<span>foo[]bar</span>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<span>foo<br>{}bar</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<span>foo[]bar</span>baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<span>foo<br>{}bar</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<b>foo[]bar</b>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b>foo<br>{}bar</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<b>foo[]bar</b>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<b>foo<br>{}bar</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<b>foo[]bar</b>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b>foo<br>{}bar</b>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<b>foo[]bar</b>baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<b>foo<br>{}bar</b>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<b>foo[]</b>bar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b>foo<br>{}</b>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<b>foo[]</b>bar",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<b>foo<br>{}</b>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["foo<b>[]bar</b>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<b><br>{}bar</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["foo<b>[]bar</b>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"foo<b><br>{}bar</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<b>foo[]</b><i>bar</i>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b>foo<br>{}</b><i>bar</i>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<b>foo[]</b><i>bar</i>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<b>foo<br>{}</b><i>bar</i>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<b id=x class=y>foo[]bar</b>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b id=\"x\" class=\"y\">foo<br>{}bar</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<b id=x class=y>foo[]bar</b>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<b id=\"x\" class=\"y\">foo<br>{}bar</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<i><b>foo[]bar</b>baz</i>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<i><b>foo<br>{}bar</b>baz</i>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<i><b>foo[]bar</b>baz</i>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<i><b>foo<br>{}bar</b>baz</i>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p><b>foo[]bar</b></p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><b>foo<br>{}bar</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p><b>foo[]bar</b></p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p><b>foo<br>{}bar</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p><b>[]foo</b></p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><b><br>{}foo</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p><b>[]foo</b></p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p><b><br>{}foo</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p><b id=x class=y>foo[]bar</b></p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><b id=\"x\" class=\"y\">foo<br>{}bar</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p><b id=x class=y>foo[]bar</b></p>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p><b id=\"x\" class=\"y\">foo<br>{}bar</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<div><b>foo[]bar</b></div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div><b>foo<br>{}bar</b></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<div><b>foo[]bar</b></div>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<div><b>foo<br>{}bar</b></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<a href=foo>foo[]bar</a>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<a href=\"foo\">foo<br>{}bar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<a href=foo>foo[]bar</a>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<a href=\"foo\">foo<br>{}bar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<a href=foo>foo[]bar</a>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<a href=\"foo\">foo<br>{}bar</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<a href=foo>foo[]bar</a>baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<a href=\"foo\">foo<br>{}bar</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<a href=foo>foo[]</a>bar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<a href=\"foo\">foo<br>{}</a>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<a href=foo>foo[]</a>bar",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<a href=\"foo\">foo<br>{}</a>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["foo<a href=foo>[]bar</a>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<a href=\"foo\"><br>{}bar</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["foo<a href=foo>[]bar</a>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"foo<a href=\"foo\"><br>{}bar</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo[]<!--bar-->",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}<br><!--bar--></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo[]<!--bar-->",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<br>{}<br><!--bar--></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p><!--foo-->[]bar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><!--foo--><br>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p><!--foo-->[]bar",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p><!--foo--><br>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><br>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p><br>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><br>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p><br>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}<br></span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}<br></span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}<br></span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}<br></span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ul contenteditable><li>{}<br></ul>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ul contenteditable=\"\"><li><br>{}<br></li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ul contenteditable><li>{}<br></ul>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ul contenteditable=\"\"><li><br>{}<br></li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<ul contenteditable><li>foo[]</ul>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ul contenteditable=\"\"><li>foo<br>{}<br></li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<ul contenteditable><li>foo[]</ul>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<ul contenteditable=\"\"><li>foo<br>{}<br></li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li><br>{}<br></li></ul></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li><br>{}<br></li></ul></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo<br>{}<br></li></ul></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
+["<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>",
+	[["stylewithcss","true"],["insertlinebreak",""]],
+	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo<br>{}<br></li></ul></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo[]bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo[]bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo[bar]baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo[bar]baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo<br>[bar]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["foo<br>[bar]",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<ol><li>[bar]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["f[oo<br>b]ar<br>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>f[oo</li><li>b]ar</li></ol>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["f[oo<br>b]ar<br>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>f[oo</li><li>b]ar</li></ol>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo]<br>bar</p>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["[foo<ol><li>bar]</ol>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><li>bar]</li></ol>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[true,false,"",false,true,""]}],
+["[foo<ol><li>bar]</ol>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><li>bar]</li></ol>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[true,false,"",false,true,""]}],
 ["foo<ol><li>[bar</ol>baz]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar</li><li>baz]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[true,false,"",false,true,""]}],
+["foo<ol><li>[bar</ol>baz]",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<ol><li>[bar</li><li>baz]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[true,false,"",false,true,""]}],
 ["[foo<ul><li>bar]</ul>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><li>bar]</li></ol>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["[foo<ul><li>bar]</ul>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><li>bar]</li></ol>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo<ul><li>[bar</ul>baz]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar</li><li>baz]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["foo<ul><li>[bar</ul>baz]",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<ol><li>[bar</li><li>baz]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[true,false,"",false,true,""]}],
+["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[true,false,"",false,true,""]}],
 ["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[true,false,"",false,true,""]}],
+["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[true,false,"",false,true,""]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<table><tbody><tr><td>foo</td><td><ol><li>b[a]r</li></ol></td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<table><tbody><tr><td>foo</td><td><ol><li>b[a]r</li></ol></td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<table><tbody><tr><td>fo[o<td>b]ar<td>baz</table>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<table><tbody><tr><td><ol><li>fo[o</li></ol></td><td><ol><li>b]ar</li></ol></td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<table><tbody><tr><td>fo[o<td>b]ar<td>baz</table>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<table><tbody><tr><td><ol><li>fo[o</li></ol></td><td><ol><li>b]ar</li></ol></td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["{<table><tr><td>foo<td>bar<td>baz</table>}",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<p>foo<p>[bar]<p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>foo</p><ol><li>[bar]</li></ol><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<p>foo<p>[bar]<p>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>foo</p><ol><li>[bar]</li></ol><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<p>foo<blockquote>[bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<p>foo<blockquote>[bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<dl><dt>foo<dd>[bar]<dt>baz<dd>quz</dl>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<dl><dt>foo</dt><dd><ol><li>[bar]</li></ol></dd><dt>baz</dt><dd>quz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<dl><dt>foo<dd>[bar]<dt>baz<dd>quz</dl>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<dl><dt>foo</dt><dd><ol><li>[bar]</li></ol></dd><dt>baz</dt><dd>quz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<dl><dt>foo<dd>bar<dt>[baz]<dd>quz</dl>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<dl><dt>foo</dt><dd>bar</dd><dt><ol><li>[baz]</li></ol></dt><dd>quz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<dl><dt>foo<dd>bar<dt>[baz]<dd>quz</dl>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<dl><dt>foo</dt><dd>bar</dd><dt><ol><li>[baz]</li></ol></dt><dd>quz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo<p>bar]<p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><li>bar]</li></ol><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo<p>bar]<p>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><li>bar]</li></ol><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo<blockquote>bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo<blockquote>bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<dl><dt>[foo<dd>bar]<dt>baz<dd>quz</dl>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<dl><dt><ol><li>[foo</li></ol></dt><dd><ol><li>bar]</li></ol></dd><dt>baz</dt><dd>quz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<dl><dt>[foo<dd>bar]<dt>baz<dd>quz</dl>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<dl><dt><ol><li>[foo</li></ol></dt><dd><ol><li>bar]</li></ol></dd><dt>baz</dt><dd>quz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<dl><dt>foo<dd>[bar<dt>baz]<dd>quz</dl>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<dl><dt>foo</dt><dd><ol><li>[bar</li></ol></dd><dt><ol><li>baz]</li></ol></dt><dd>quz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<dl><dt>foo<dd>[bar<dt>baz]<dd>quz</dl>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<dl><dt>foo</dt><dd><ol><li>[bar</li></ol></dd><dt><ol><li>baz]</li></ol></dt><dd>quz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li></ol><p>[bar]</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>foo<li>[bar]<li>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li></ol><p>[bar]</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>foo</ol>[bar]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><li>[bar]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol>[bar]",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><li>[bar]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["[foo]<ol><li>bar</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["[foo]<ol><li>bar</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</ol>[bar]<ol><li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol>[bar]<ol><li>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ol><ol><li>[foo]</ol></ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+["<ol><ol><li>[foo]</ol></ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,true,""]}],
 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>[foo]<br>bar<li>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>foo<br>[bar]<li>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li><div>[foo]</div>bar<li>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,true,""]}],
 ["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,true,""]}],
 ["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,true,""]}],
 ["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,true,""]}],
 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><p>[quz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><p>[quz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><p>[quz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><p>[quz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>foo<li>[bar<li>baz]</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li></ol><p>[bar</p><p>baz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>foo<li>[bar<li>baz]</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li></ol><p>[bar</p><p>baz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",true,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",true,false,""]}],
+["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",true,false,""]}],
 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",true,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",true,false,""]}],
+["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",true,false,""]}],
 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",true,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",true,false,""]}],
+["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",true,false,""]}],
 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,true,""]}],
+["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,true,""]}],
 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol></ol><p>[baz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",false,false,""]}],
+["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol></ol><p>[baz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",false,false,""]}],
 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,true,"",true,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,true,"",true,false,""]}],
+["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,true,"",true,false,""]}],
 ["<ul><li>foo<li>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<li>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo</ul>[bar]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo</ul>[bar]",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["[foo]<ul><li>bar</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><ul><li>bar</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["[foo]<ul><li>bar</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><ul><li>bar</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo</ul>[bar]<ul><li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo</ul>[bar]<ul><li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><ul><li>[foo]</ul></ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><ol><li>[foo]</li></ol></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><ul><li>[foo]</ul></ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><ol><li>[foo]</li></ol></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>[foo]<br>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]<br>bar</li></ol><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>[foo]<br>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]<br>bar</li></ol><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<br>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo<br>[bar]</li></ol><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<br>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo<br>[bar]</li></ol><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li><div>[foo]</div>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li><div>[foo]</div>bar</li></ol><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li><div>[foo]</div>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li><div>[foo]</div>bar</li></ol><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<ul><li>[bar]<li>baz</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li><ol><li>[bar]</li></ol><ul><li>baz</li></ul><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<ul><li>[bar]<li>baz</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li><ol><li>[bar]</li></ol><ul><li>baz</li></ul><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<ul><li>bar<li>[baz]</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li><ul><li>bar</li></ul><ol><li>[baz]</li></ol><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<ul><li>bar<li>[baz]</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li><ul><li>bar</li></ul><ol><li>[baz]</li></ol><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo</li><ul><li>[bar]<li>baz</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li><ol><li>[bar]</li></ol><ul><li>baz</li></ul><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo</li><ul><li>[bar]<li>baz</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li><ol><li>[bar]</li></ol><ul><li>baz</li></ul><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo</li><ul><li>bar<li>[baz]</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li><ul><li>bar</li></ul><ol><li>[baz]</li></ol><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo</li><ul><li>bar<li>[baz]</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li><ul><li>bar</li></ul><ol><li>[baz]</li></ol><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><ul><li>baz</li></ul><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><ul><li>baz</li></ul><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><ul><li>baz</li></ul><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><ul><li>baz</li></ul><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><ol><li>[quz]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><ol><li>[quz]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><ol><li>[quz]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><ol><li>[quz]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<li>[bar<li>baz]</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li></ul><ol><li>[bar</li><li>baz]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<li>[bar<li>baz]</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li></ul><ol><li>[bar</li><li>baz]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li></ul><ol><ol><li>b[ar</li></ol><li>b]az</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li></ul><ol><ol><li>b[ar</li></ol><li>b]az</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<ul><li>[bar]</ul>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li><ol><li>[bar]</li></ol><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<ul><li>[bar]</ul>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li><ol><li>[bar]</li></ol><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li><ul><li>bar</li></ul></ul><ol><li>[baz]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul><li>foo</li><ul><li>bar</li></ul></ul><ol><li>[baz]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>bar</li><li>[baz]</li></ol>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<ol><li>bar</li><li>[baz]</li></ol>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo<ol><li>bar</ol><ul><li>[baz</ul>quz]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>bar</li><li>[baz</li><li>quz]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["foo<ol><li>bar</ol><ul><li>[baz</ul>quz]",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<ol><li>bar</li><li>[baz</li><li>quz]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar]</li><li>baz</li></ol>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<ol><li>[bar]</li><li>baz</li></ol>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["[foo<ul><li>bar]</ul><ol><li>baz</ol>quz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><li>bar]</li><li>baz</li></ol>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["[foo<ul><li>bar]</ul><ol><li>baz</ol>quz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><li>bar]</li><li>baz</li></ol>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["[foo]<blockquote>bar</blockquote>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><blockquote>bar</blockquote>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["[foo]<blockquote>bar</blockquote>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><blockquote>bar</blockquote>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo<blockquote>[bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<blockquote><ol><li>[bar]</li></ol></blockquote>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["foo<blockquote>[bar]</blockquote>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<blockquote><ol><li>[bar]</li></ol></blockquote>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["[foo<blockquote>bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["[foo<blockquote>bar]</blockquote>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</ol><blockquote>[bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol><blockquote>[bar]</blockquote>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["[foo]<blockquote><ol><li>bar</ol></blockquote>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><blockquote><ol><li>bar</li></ol></blockquote>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["[foo]<blockquote><ol><li>bar</ol></blockquote>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><blockquote><ol><li>bar</li></ol></blockquote>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo<blockquote>[bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<blockquote><ol><li>[bar]</li></ol>baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["foo<blockquote>[bar]<br>baz</blockquote>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"foo<blockquote><ol><li>[bar]</li></ol>baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["[foo<blockquote>bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote>baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["[foo<blockquote>bar]<br>baz</blockquote>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote>baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</ol><blockquote>[bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><blockquote>baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol><blockquote>[bar]<br>baz</blockquote>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><blockquote>baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><blockquote><p>bar</p></blockquote><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><blockquote><p>bar</p></blockquote><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul id=\"abc\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul id=\"abc\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><ol><li><font color=\"#0000ff\">[bar]</font></li></ol><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><ol><li><span style=\"color:rgb(0, 0, 255)\">[bar]</span></li></ol><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul style=\"text-indent:1em\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul style=\"text-indent:1em\"><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul style=\"text-indent:1em\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul style=\"text-indent:1em\"><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li><font color=\"#0000ff\">[foo]</font></li></ol><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li><span style=\"color:rgb(0, 0, 255)\">[foo]</span></li></ol><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ol><li>[foo]</li></ol><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><ol><li>[baz]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><ol><li>[baz]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><ol><li><font color=\"#0000ff\">[baz]</font></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><ol><li><span style=\"color:rgb(0, 0, 255)\">[baz]</span></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><ol><li>[baz]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
+["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
+	[["stylewithcss","true"],["insertorderedlist",""]],
+	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><ol><li>[baz]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["fo[o<table><tr><td>b]ar</table>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>fo</p><p>{}<br></p><table><tbody><tr><td>ar</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["fo[o<table><tr><td>b]ar</table>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>fo</p><p>{}<br></p><table><tbody><tr><td>ar</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<table><tbody><tr><td><p><br></p><p>{}<br></p></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<table><tbody><tr><td><p><br></p><p>{}<br></p></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<table><tbody>{}<tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<table><tbody>{}<tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<table><tr><td>fo[o</table>b]ar",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<table><tbody><tr><td><p>fo</p><p>{}<br></p></td></tr></tbody></table>ar",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<table><tr><td>fo[o</table>b]ar",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<table><tbody><tr><td><p>fo</p><p>{}<br></p></td></tr></tbody></table>ar",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<table><tbody><tr><td><p>fo</p><p>{}<br></p></td><td>ar</td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<table><tbody><tr><td><p>fo</p><p>{}<br></p></td><td>ar</td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["{<table><tr><td>foo</table>}",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["{<table><tr><td>foo</table>}",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><br></p><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<table><tr><td>[foo]</table>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<table><tbody><tr><td><p><br></p><p>{}<br></p></td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<table><tr><td>[foo]</table>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<table><tbody><tr><td><p><br></p><p>{}<br></p></td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]<li>bar</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p><ol><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>[foo]<li>bar</ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>{}<br></p><ol><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>f[o]o<li>bar</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>f</li><li>{}o</li><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>f[o]o<li>bar</ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<ol><li>f</li><li>{}o</li><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["[]foo",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["[]foo",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><br></p><p>{}foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["foo[]",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["foo[]",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<span>foo[]</span>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><span>foo</span></p><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<span>foo[]</span>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><span>foo</span></p><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["foo[]<br>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["foo[]<br>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<address>[]foo</address>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<address><br>{}foo</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<address>[]foo</address>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<address><br>{}foo</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<address>foo[]</address>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<address>foo<br>{}<br></address>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<address>foo[]</address>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<address>foo<br>{}<br></address>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<address>foo[]<br></address>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<address>foo<br>{}<br></address>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<address>foo[]<br></address>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<address>foo<br>{}<br></address>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<address>foo[]bar</address>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<address>foo<br>{}bar</address>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<address>foo[]bar</address>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<address>foo<br>{}bar</address>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<div>[]foo</div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div><br></div><div>{}foo</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<div>[]foo</div>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<div><br></div><div>{}foo</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<div>foo[]</div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div>foo</div><div>{}<br></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<div>foo[]</div>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<div>foo</div><div>{}<br></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<div>foo[]<br></div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div>foo</div><div>{}<br></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<div>foo[]<br></div>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<div>foo</div><div>{}<br></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<div>foo[]bar</div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div>foo</div><div>{}bar</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<div>foo[]bar</div>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<div>foo</div><div>{}bar</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>[]foo<dd>bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt><br></dt><dt>{}foo</dt><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>[]foo<dd>bar</dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt><br></dt><dt>{}foo</dt><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[]<dd>bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo[]<dd>bar</dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[]<br><dd>bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo[]<br><dd>bar</dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo[]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dt>{}bar</dt><dd>baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo[]bar<dd>baz</dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt><dt>{}bar</dt><dd>baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>[]bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd><br></dd><dd>{}bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>[]bar</dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt><dd><br></dd><dd>{}bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar[]</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar[]</dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar[]<br></dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar[]<br></dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar[]baz</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>bar</dd><dd>{}baz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar[]baz</dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt><dd>bar</dd><dd>{}baz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<h1>[]foo</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1><br></h1><h1>{}foo</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<h1>[]foo</h1>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<h1><br></h1><h1>{}foo</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<h1>foo[]</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<h1>foo[]</h1>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<h1>foo</h1><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<h1>foo[]<br></h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<h1>foo[]<br></h1>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<h1>foo</h1><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<h1>foo[]bar</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><h1>{}bar</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<h1>foo[]bar</h1>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<h1>foo</h1><h1>{}bar</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>[]foo</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li><br></li><li>{}foo</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>[]foo</ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<ol><li><br></li><li>{}foo</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>foo[]</ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<ol><li>foo</li><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]<br></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>foo[]<br></ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<ol><li>foo</li><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>foo[]bar</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>foo[]bar</ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<ol><li>foo</li><li>{}bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>[]foo</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>[]foo</p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><br></p><p>{}foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo[]</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo[]</p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo[]<br></p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo[]<br></p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo[]bar</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo[]bar</p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<pre>[]foo</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre><br>{}foo</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<pre>[]foo</pre>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<pre><br>{}foo</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<pre>foo[]</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}<br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<pre>foo[]</pre>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<pre>foo<br>{}<br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<pre>foo[]<br></pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}<br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<pre>foo[]<br></pre>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<pre>foo<br>{}<br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<pre>foo[]bar</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}bar</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<pre>foo[]bar</pre>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<pre>foo<br>{}bar</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<pre>foo[]<br><br></pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}<br><br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<pre>foo[]<br><br></pre>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<pre>foo<br>{}<br><br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<pre>foo<br>{}<br></pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br><br>{}<br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<pre>foo<br>{}<br></pre>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<pre>foo<br><br>{}<br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<pre>foo&#10;[]</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo\n<br>{}<br></pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<pre>foo&#10;[]</pre>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<pre>foo\n<br>{}<br></pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<pre>foo[]&#10;</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}\n</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<pre>foo[]&#10;</pre>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<pre>foo<br>{}\n</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<pre>foo&#10;[]&#10;</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo\n<br>{}\n</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<pre>foo&#10;[]&#10;</pre>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<pre>foo\n<br>{}\n</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<xmp>foo[]bar</xmp>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<xmp>foo</xmp><xmp>{}bar</xmp>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<xmp>foo[]bar</xmp>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<xmp>foo</xmp><xmp>{}bar</xmp>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<script>foo[]bar</script>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><script>foo</script><br></p><p>{}<script>bar</script>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<script>foo[]bar</script>baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><script>foo</script><br></p><p>{}<script>bar</script>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<div style=display:none>foo[]bar</div>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<div style=display:none>foo[]bar</div>baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<listing>foo[]bar</listing>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<listing>foo<br>{}bar</listing>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<listing>foo[]bar</listing>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<listing>foo<br>{}bar</listing>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br></li></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>{}<br></li></ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["foo<ol><li>{}<br></li></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"foo<p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["foo<ol><li>{}<br></li></ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"foo<p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br></li></ol>foo",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p>foo",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>{}<br></li></ol>foo",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>{}<br></p>foo",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>{}<br></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li></ol><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>{}<br></ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<ol><li>foo</li></ol><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>{}<br><li>bar</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p><ol><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>{}<br><li>bar</ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>{}<br></p><ol><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<ol><li>foo</li><li>{}<br></li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>{}<br></dt></dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>{}<br></dt></dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>{}<br></dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt></dl><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>{}<br></dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt></dl><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>{}<br><dd>bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p><dl><dd>bar</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>{}<br><dd>bar</dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>{}<br></p><dl><dd>bar</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt><dd><dl><dd>baz</dd></dl></dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt><dd><dl><dd>baz</dd></dl></dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt></dl></dd><dd>{}<br></dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt></dl></dd><dd>{}<br></dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<h1>foo[bar</h1><p>baz]quz</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><h1>{}quz</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<h1>foo[bar</h1><p>baz]quz</p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<h1>foo</h1><h1>{}quz</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo[bar</p><h1>baz]quz</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo[bar</p><h1>baz]quz</h1>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo</p>{}<br>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p><br></p><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo</p>{}<br>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p><br></p><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["{}<br><p>foo</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}<br></p><p>foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["{}<br><p>foo</p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><br></p><p>{}<br></p><p>foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo</p>{}<br><h1>bar</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p><br></p><p>{}<br></p><h1>bar</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo</p>{}<br><h1>bar</h1>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p><br></p><p>{}<br></p><h1>bar</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<h1>foo</h1>{}<br><p>bar</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><p><br></p><p>{}<br></p><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<h1>foo</h1>{}<br><p>bar</p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<h1>foo</h1><p><br></p><p>{}<br></p><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<h1>foo</h1>{}<br><h2>bar</h2>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><p><br></p><p>{}<br></p><h2>bar</h2>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<h1>foo</h1>{}<br><h2>bar</h2>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<h1>foo</h1><p><br></p><p>{}<br></p><h2>bar</h2>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo</p><h1>[bar]</h1><p>baz</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><h1><br></h1><p>{}<br></p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo</p><h1>[bar]</h1><p>baz</p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><h1><br></h1><p>{}<br></p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<br></p><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<table><tr><td>foo[]bar</table>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<table><tr><td>foo[]bar</table>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<table><tr><td><p>foo[]bar</table>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<table><tr><td><p>foo[]bar</table>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<blockquote>[]foo</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<blockquote>[]foo</blockquote>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<blockquote>foo[]</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<blockquote>foo[]</blockquote>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<blockquote>foo[]<br></blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<blockquote>foo[]<br></blockquote>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<blockquote>foo[]bar</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<blockquote>foo[]bar</blockquote>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<blockquote><p>[]foo</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<blockquote><p>[]foo</blockquote>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[]</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[]</blockquote>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[]bar</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[]bar</blockquote>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[]<p>bar</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}<br></p><p>bar</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[]<p>bar</blockquote>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<blockquote><p>foo</p><p>{}<br></p><p>bar</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[]bar<p>baz</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}bar</p><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[]bar<p>baz</blockquote>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<blockquote><p>foo</p><p>{}bar</p><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<span>foo[]bar</span>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><span>foo</span></p><p>{}<span>bar</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<span>foo[]bar</span>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><span>foo</span></p><p>{}<span>bar</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<span>foo[]bar</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><span>foo</span></p><p>{}<span>bar</span>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<span>foo[]bar</span>baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><span>foo</span></p><p>{}<span>bar</span>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<b>foo[]bar</b>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<b>foo[]bar</b>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<b>foo[]bar</b>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}<b>bar</b>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<b>foo[]bar</b>baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><b>foo</b></p><p>{}<b>bar</b>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<b>foo[]</b>bar",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<b>foo[]</b>bar",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><b>foo</b></p><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["foo<b>[]bar</b>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<b>bar</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["foo<b>[]bar</b>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<b>bar</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<b>foo[]</b><i>bar</i>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}<i>bar</i></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<b>foo[]</b><i>bar</i>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><b>foo</b></p><p>{}<i>bar</i></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<b id=x class=y>foo[]bar</b>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<b id=x class=y>foo[]bar</b>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<i><b>foo[]bar</b>baz</i>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><i><b>foo</b></i></p><p>{}<i><b>bar</b>baz</i></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<i><b>foo[]bar</b>baz</i>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><i><b>foo</b></i></p><p>{}<i><b>bar</b>baz</i></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p><b>foo[]bar</b></p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p><b>foo[]bar</b></p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p><b>[]foo</b></p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}<b>foo</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p><b>[]foo</b></p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><br></p><p>{}<b>foo</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p><b id=x class=y>foo[]bar</b></p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p><b id=x class=y>foo[]bar</b></p>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<div><b>foo[]bar</b></div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<div><b>foo[]bar</b></div>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<a href=foo>foo[]bar</a>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><a href=\"foo\">foo</a></p><p>{}<a href=\"foo\">bar</a></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<a href=foo>foo[]bar</a>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><a href=\"foo\">foo</a></p><p>{}<a href=\"foo\">bar</a></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<a href=foo>foo[]bar</a>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><a href=\"foo\">foo</a></p><p>{}<a href=\"foo\">bar</a>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<a href=foo>foo[]bar</a>baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><a href=\"foo\">foo</a></p><p>{}<a href=\"foo\">bar</a>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<a href=foo>foo[]</a>bar",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><a href=\"foo\">foo</a></p><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<a href=foo>foo[]</a>bar",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><a href=\"foo\">foo</a></p><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["foo<a href=foo>[]bar</a>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<a href=\"foo\">bar</a></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["foo<a href=foo>[]bar</a>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<a href=\"foo\">bar</a></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo[]<!--bar-->",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<!--bar--><br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo[]<!--bar-->",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<!--bar--><br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p><!--foo-->[]bar",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><!--foo--><br></p><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p><!--foo-->[]bar",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><!--foo--><br></p><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><br></p><p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p><br></p><p>{}baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}<br></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<p>foo</p><p>{}quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ul contenteditable><li>{}<br></ul>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ul contenteditable=\"\"><li>{}<br></li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ul contenteditable><li>{}<br></ul>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<ul contenteditable=\"\"><li>{}<br></li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<ul contenteditable><li>foo[]</ul>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ul contenteditable=\"\"><li>foo</li><li>{}<br></li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<ul contenteditable><li>foo[]</ul>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<ul contenteditable=\"\"><li>foo</li><li>{}<br></li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>{}<br></li></ul></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>{}<br></li></ul></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo</li><li>{}<br></li></ul></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
+["<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>",
+	[["stylewithcss","true"],["insertparagraph",""]],
+	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo</li><li>{}<br></li></ul></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"fooa[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"fooa[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserttext",""]],
 	"foo[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["inserttext",""]],
+	"foo[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","\t"]],
 	"foo\t[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["inserttext","\t"]],
+	"foo\t[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","&"]],
 	"foo&amp;[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["inserttext","&"]],
+	"foo&amp;[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","\n"]],
 	"<p>foo</p><p>{}bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["inserttext","\n"]],
+	"<p>foo</p><p>{}bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","abc\ndef"]],
 	"<p>fooabc</p><p>def[]bar</p>",
 	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]bar",
+	[["stylewithcss","true"],["inserttext","abc\ndef"]],
+	"<p>fooabc</p><p>def[]bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]bar",
 	[["stylewithcss","false"],["inserttext","�"]],
 	"foo�[]bar",
 	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]bar",
+	[["stylewithcss","true"],["inserttext","�"]],
+	"foo�[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]bar",
 	[["stylewithcss","false"],["inserttext","\u0007"]],
 	"foo\u0007[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["inserttext","\u0007"]],
+	"foo\u0007[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo []bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo []bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp; []bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo []bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo&nbsp; []bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[] bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp;[] bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[] bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo&nbsp;[] bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo &nbsp;[]bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp; []bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo &nbsp;[]bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp; []bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo []&nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[] bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo []&nbsp;bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp;[] bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[] &nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []&nbsp; bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[] &nbsp;bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo []&nbsp; bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo&nbsp; []bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp; []bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo&nbsp; []bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp; []bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo&nbsp;[] bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[] bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo&nbsp;[] bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp;[] bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]&nbsp; bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []&nbsp; bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]&nbsp; bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo []&nbsp; bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo&nbsp;&nbsp;[]bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp; []bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo&nbsp;&nbsp;[]bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp; []bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo&nbsp;[]&nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[] bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo&nbsp;[]&nbsp;bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp;[] bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]&nbsp;&nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []&nbsp; bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]&nbsp;&nbsp;bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo []&nbsp; bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo []&nbsp;        bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[]&nbsp; bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo []&nbsp;        bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp;[]&nbsp; bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo  []bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp; []bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo  []bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo&nbsp; []bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo []&nbsp;&nbsp; &nbsp; bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[] &nbsp; &nbsp; bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo []&nbsp;&nbsp; &nbsp; bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp;[] &nbsp; &nbsp; bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[]foo",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"&nbsp;[]foo",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[]foo",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"&nbsp;[]foo",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["{}foo",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"&nbsp;[]foo",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["{}foo",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"&nbsp;[]foo",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp;[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo&nbsp;[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo{}",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp;[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo{}",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo&nbsp;[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo&nbsp;[]",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo&nbsp;[]",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp;[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo&nbsp;{}",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo&nbsp;{}",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp;[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo&nbsp;&nbsp;[]",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;&nbsp;[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo&nbsp;&nbsp;[]",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp;&nbsp;[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo&nbsp;&nbsp;{}",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;&nbsp;[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo&nbsp;&nbsp;{}",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo &nbsp;&nbsp;[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<b>foo[]</b>bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<b>foo []</b>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<b>foo[]</b>bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<b>foo []</b>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]<b>bar</b>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []<b>bar</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]<b>bar</b>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"foo []<b>bar</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<pre>foo[]</pre>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<pre>foo []</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<pre>foo[]</pre>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<pre>foo []</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<pre>[]foo</pre>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<pre> []foo</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<pre>[]foo</pre>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<pre> []foo</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<pre>foo []bar</pre>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<pre>foo  []bar</pre>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<pre>foo []bar</pre>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<pre>foo  []bar</pre>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<span style=white-space:pre>foo[]</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre\">foo []</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<span style=white-space:pre>foo[]</span>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<span style=\"white-space:pre\">foo []</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<span style=white-space:pre>[]foo</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre\"> []foo</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<span style=white-space:pre>[]foo</span>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<span style=\"white-space:pre\"> []foo</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<span style=white-space:pre>foo []bar</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre\">foo  []bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<span style=white-space:pre>foo []bar</span>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<span style=\"white-space:pre\">foo  []bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<span style=white-space:pre-wrap>foo[]</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre-wrap\">foo []</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<span style=white-space:pre-wrap>foo[]</span>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<span style=\"white-space:pre-wrap\">foo []</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<span style=white-space:pre-wrap>[]foo</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre-wrap\"> []foo</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<span style=white-space:pre-wrap>[]foo</span>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<span style=\"white-space:pre-wrap\"> []foo</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<span style=white-space:pre-wrap>foo []bar</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre-wrap\">foo  []bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<span style=white-space:pre-wrap>foo []bar</span>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<span style=\"white-space:pre-wrap\">foo  []bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["{}<br>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"&nbsp;[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["{}<br>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"&nbsp;[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>{}<br>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<p>&nbsp;[]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>{}<br>",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<p>&nbsp;[]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo[]<p>bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<p>foo&nbsp;[]</p><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo[]<p>bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<p>foo&nbsp;[]</p><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo&nbsp;[]<p>bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<p>foo &nbsp;[]</p><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo&nbsp;[]<p>bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<p>foo &nbsp;[]</p><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo[]<p>&nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<p>foo&nbsp;[]</p><p>&nbsp;bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo[]<p>&nbsp;bar",
+	[["stylewithcss","true"],["inserttext"," "]],
+	"<p>foo&nbsp;[]</p><p>&nbsp;bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]",
 	[["stylewithcss","false"],["inserttext","   "]],
 	"foo &nbsp;&nbsp;[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]",
+	[["stylewithcss","true"],["inserttext","   "]],
+	"foo &nbsp;&nbsp;[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"fooa[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"fooa[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo&nbsp;[]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo a[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo&nbsp;[]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo a[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo []",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo a[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo []",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo a[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo[]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>fooa[]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo[]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>fooa[]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo</p>{}",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo</p>a[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo</p>{}",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foo</p>a[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>[]foo",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>[]foo",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>a[]foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>{}foo",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>{}foo",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>a[]foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["{}<p>foo",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]<p>foo</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["{}<p>foo",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]<p>foo</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo</p>{}<p>bar</p>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo</p>a[]<p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo</p>{}<p>bar</p>",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foo</p>a[]<p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<b>foo[]</b>bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<b>fooa[]</b>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<b>foo[]</b>bar",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<b>fooa[]</b>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<b>foo</b>[]bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<b>foo</b>a[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<b>foo</b>[]bar",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<b>foo</b>a[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<b>{}</b>bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<b>a[]</b>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<b>{}</b>bar",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<b>a[]</b>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<a>foo[]</a>bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<a>fooa[]</a>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<a>foo[]</a>bar",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<a>fooa[]</a>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<a>foo</a>[]bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<a>foo</a>a[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<a>foo</a>[]bar",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<a>foo</a>a[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<a href=/>foo[]</a>bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<a href=\"/\">fooa[]</a>bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<a href=/>foo[]</a>bar",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<a href=\"/\">fooa[]</a>bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<a href=/>foo</a>[]bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<a href=\"/\">foo</a>a[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<a href=/>foo</a>[]bar",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<a href=\"/\">foo</a>a[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>fo[o<p>b]ar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foa[]ar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>fo[o<p>b]ar",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foa[]ar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>fo[o<p>bar<p>b]az",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foa[]az</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>fo[o<p>bar<p>b]az",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foa[]az</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["{}<br>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["{}<br>",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>{}<br>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>{}<br>",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>a[]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p><span>{}<br></span>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p><span>a[]</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p><span>{}<br></span>",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p><span>a[]</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>a[]baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>a[]baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>quz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>quz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<b>a[]</b>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<b>[bar]</b>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<b>a[]</b>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<i>[bar]</i>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<i>a[]</i>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<i>[bar]</i>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<i>a[]</i>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<s>[bar]</s>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<s>a[]</s>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<s>[bar]</s>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<s>a[]</s>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<sub>[bar]</sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub>a[]</sub>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<sub>[bar]</sub>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<sub>a[]</sub>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<sup>[bar]</sup>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sup>a[]</sup>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<sup>[bar]</sup>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<sup>a[]</sup>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<u>[bar]</u>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<u>a[]</u>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<u>[bar]</u>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<u>a[]</u>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com>[bar]</a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com>[bar]</a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\">a[]</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font face=sans-serif>[bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font face=\"sans-serif\">a[]</font>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font face=sans-serif>[bar]</font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font face=\"sans-serif\">a[]</font>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font size=4>[bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font size=\"4\">a[]</font>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font size=4>[bar]</font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font size=\"4\">a[]</font>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font color=#0000FF>[bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font color=\"#0000FF\">a[]</font>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font color=#0000FF>[bar]</font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font color=\"#0000FF\">a[]</font>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<span style=background-color:#00FFFF>[bar]</span>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<span style=background-color:#00FFFF>[bar]</span>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com><font color=blue>[bar]</font></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"blue\">a[]</font></a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com><font color=blue>[bar]</font></a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\"><font color=\"blue\">a[]</font></a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font color=blue><a href=http://www.google.com>[bar]</a></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font color=\"blue\"><a href=\"http://www.google.com\">a[]</a></font>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font color=blue><a href=http://www.google.com>[bar]</a></font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font color=\"blue\"><a href=\"http://www.google.com\">a[]</a></font>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com><font color=brown>[bar]</font></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"brown\">a[]</font></a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com><font color=brown>[bar]</font></a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\"><font color=\"brown\">a[]</font></a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font color=brown><a href=http://www.google.com>[bar]</a></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font color=\"brown\"><a href=\"http://www.google.com\">a[]</a></font>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font color=brown><a href=http://www.google.com>[bar]</a></font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font color=\"brown\"><a href=\"http://www.google.com\">a[]</a></font>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com><font color=black>[bar]</font></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"black\">a[]</font></a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com><font color=black>[bar]</font></a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\"><font color=\"black\">a[]</font></a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com><u>[bar]</u></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><u>a[]</u></a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com><u>[bar]</u></a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\"><u>a[]</u></a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<u><a href=http://www.google.com>[bar]</a></u>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<u><a href=\"http://www.google.com\">a[]</a></u>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<u><a href=http://www.google.com>[bar]</a></u>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<u><a href=\"http://www.google.com\">a[]</a></u>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<sub><font size=2>[bar]</font></sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub><font size=\"2\">a[]</font></sub>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<sub><font size=2>[bar]</font></sub>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<sub><font size=\"2\">a[]</font></sub>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font size=2><sub>[bar]</sub></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font size=\"2\"><sub>a[]</sub></font>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font size=2><sub>[bar]</sub></font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font size=\"2\"><sub>a[]</sub></font>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<sub><font size=3>[bar]</font></sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub><font size=\"3\">a[]</font></sub>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<sub><font size=3>[bar]</font></sub>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<sub><font size=\"3\">a[]</font></sub>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font size=3><sub>[bar]</sub></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font size=\"3\"><sub>a[]</sub></font>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font size=3><sub>[bar]</sub></font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font size=\"3\"><sub>a[]</sub></font>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<b>bar]</b>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<b>bar]</b>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<i>bar]</i>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<i>bar]</i>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<s>bar]</s>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<s>bar]</s>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<sub>bar]</sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<sub>bar]</sub>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<sup>bar]</sup>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<sup>bar]</sup>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<u>bar]</u>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<u>bar]</u>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<a href=http://www.google.com>bar]</a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<a href=http://www.google.com>bar]</a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<font face=sans-serif>bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<font face=sans-serif>bar]</font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<font size=4>bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<font size=4>bar]</font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<font color=#0000FF>bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<font color=#0000FF>bar]</font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<span style=background-color:#00FFFF>bar]</span>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<span style=background-color:#00FFFF>bar]</span>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<sub><font size=2>bar]</font></sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<sub><font size=2>bar]</font></sub>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<font size=2><sub>bar]</sub></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<font size=2><sub>bar]</sub></font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<sub><font size=3>bar]</font></sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<sub><font size=3>bar]</font></sub>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["[foo<font size=3><sub>bar]</sub></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["[foo<font size=3><sub>bar]</sub></font>baz",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"a[]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<b>[bar</b>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<b>a[]</b>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<b>[bar</b>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<b>a[]</b>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<i>[bar</i>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<i>a[]</i>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<i>[bar</i>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<i>a[]</i>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<s>[bar</s>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<s>a[]</s>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<s>[bar</s>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<s>a[]</s>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<sub>[bar</sub>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub>a[]</sub>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<sub>[bar</sub>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<sub>a[]</sub>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<sup>[bar</sup>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sup>a[]</sup>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<sup>[bar</sup>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<sup>a[]</sup>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<u>[bar</u>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<u>a[]</u>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<u>[bar</u>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<u>a[]</u>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com>[bar</a>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com>[bar</a>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\">a[]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font face=sans-serif>[bar</font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font face=\"sans-serif\">a[]</font>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font face=sans-serif>[bar</font>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font face=\"sans-serif\">a[]</font>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font size=4>[bar</font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font size=\"4\">a[]</font>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font size=4>[bar</font>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font size=\"4\">a[]</font>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font color=#0000FF>[bar</font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font color=\"#0000FF\">a[]</font>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font color=#0000FF>[bar</font>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font color=\"#0000FF\">a[]</font>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<span style=background-color:#00FFFF>[bar</span>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<span style=background-color:#00FFFF>[bar</span>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com><font color=blue>[bar</font></a>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"blue\">a[]</font></a>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com><font color=blue>[bar</font></a>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\"><font color=\"blue\">a[]</font></a>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font color=blue><a href=http://www.google.com>[bar</a></font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font color=\"blue\"><a href=\"http://www.google.com\">a[]</a></font>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font color=blue><a href=http://www.google.com>[bar</a></font>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font color=\"blue\"><a href=\"http://www.google.com\">a[]</a></font>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com><font color=brown>[bar</font></a>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"brown\">a[]</font></a>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com><font color=brown>[bar</font></a>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\"><font color=\"brown\">a[]</font></a>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font color=brown><a href=http://www.google.com>[bar</a></font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font color=\"brown\"><a href=\"http://www.google.com\">a[]</a></font>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font color=brown><a href=http://www.google.com>[bar</a></font>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font color=\"brown\"><a href=\"http://www.google.com\">a[]</a></font>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com><font color=black>[bar</font></a>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"black\">a[]</font></a>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com><font color=black>[bar</font></a>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\"><font color=\"black\">a[]</font></a>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com><u>[bar</u></a>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><u>a[]</u></a>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com><u>[bar</u></a>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<a href=\"http://www.google.com\"><u>a[]</u></a>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<u><a href=http://www.google.com>[bar</a></u>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<u><a href=\"http://www.google.com\">a[]</a></u>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<u><a href=http://www.google.com>[bar</a></u>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<u><a href=\"http://www.google.com\">a[]</a></u>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<sub><font size=2>[bar</font></sub>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub><font size=\"2\">a[]</font></sub>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<sub><font size=2>[bar</font></sub>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<sub><font size=\"2\">a[]</font></sub>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font size=2><sub>[bar</sub></font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font size=\"2\"><sub>a[]</sub></font>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font size=2><sub>[bar</sub></font>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font size=\"2\"><sub>a[]</sub></font>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<sub><font size=3>[bar</font></sub>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub><font size=\"3\">a[]</font></sub>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<sub><font size=3>[bar</font></sub>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<sub><font size=\"3\">a[]</font></sub>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo<font size=3><sub>[bar</sub></font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font size=\"3\"><sub>a[]</sub></font>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["foo<font size=3><sub>[bar</sub></font>baz]",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"foo<font size=\"3\"><sub>a[]</sub></font>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["<blockquote><font color=blue>[foo]</font></blockquote>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<blockquote><font color=\"blue\">a[]</font></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
+["<blockquote><font color=blue>[foo]</font></blockquote>",
+	[["stylewithcss","true"],["inserttext","a"]],
+	"<blockquote><font color=\"blue\">a[]</font></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo[]bar</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo[]bar</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo[bar]baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo[bar]baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["foo<br>[bar]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["foo<br>[bar]",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<ul><li>[bar]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["f[oo<br>b]ar<br>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>f[oo</li><li>b]ar</li></ul>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["f[oo<br>b]ar<br>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>f[oo</li><li>b]ar</li></ul>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><p>bar</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo]<br>bar</p>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li></ul><p>bar</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["[foo<ol><li>bar]</ol>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><li>bar]</li></ul>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["[foo<ol><li>bar]</ol>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><li>bar]</li></ul>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["foo<ol><li>[bar</ol>baz]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar</li><li>baz]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["foo<ol><li>[bar</ol>baz]",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<ul><li>[bar</li><li>baz]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["[foo<ul><li>bar]</ul>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><li>bar]</li></ul>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+["[foo<ul><li>bar]</ul>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><li>bar]</li></ul>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[true,false,"",false,true,""]}],
 ["foo<ul><li>[bar</ul>baz]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar</li><li>baz]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+["foo<ul><li>[bar</ul>baz]",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<ul><li>[bar</li><li>baz]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[true,false,"",false,true,""]}],
 ["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[true,false,"",false,true,""]}],
 ["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[true,false,"",false,true,""]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<table><tbody><tr><td>foo</td><td><ul><li>b[a]r</li></ul></td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<table><tbody><tr><td>foo</td><td><ul><li>b[a]r</li></ul></td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<table><tbody><tr><td>fo[o<td>b]ar<td>baz</table>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<table><tbody><tr><td><ul><li>fo[o</li></ul></td><td><ul><li>b]ar</li></ul></td><td>baz</td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<table><tbody><tr><td>fo[o<td>b]ar<td>baz</table>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<table><tbody><tr><td><ul><li>fo[o</li></ul></td><td><ul><li>b]ar</li></ul></td><td>baz</td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["{<table><tr><td>foo<td>bar<td>baz</table>}",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<p>foo<p>[bar]<p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>foo</p><ul><li>[bar]</li></ul><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<p>foo<p>[bar]<p>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>foo</p><ul><li>[bar]</li></ul><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<p>foo<blockquote>[bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<p>foo<blockquote>[bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<dl><dt>foo<dd>[bar]<dt>baz<dd>quz</dl>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<dl><dt>foo</dt><dd><ul><li>[bar]</li></ul></dd><dt>baz</dt><dd>quz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<dl><dt>foo<dd>[bar]<dt>baz<dd>quz</dl>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<dl><dt>foo</dt><dd><ul><li>[bar]</li></ul></dd><dt>baz</dt><dd>quz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<dl><dt>foo<dd>bar<dt>[baz]<dd>quz</dl>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<dl><dt>foo</dt><dd>bar</dd><dt><ul><li>[baz]</li></ul></dt><dd>quz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<dl><dt>foo<dd>bar<dt>[baz]<dd>quz</dl>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<dl><dt>foo</dt><dd>bar</dd><dt><ul><li>[baz]</li></ul></dt><dd>quz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo<p>bar]<p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><li>bar]</li></ul><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo<p>bar]<p>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><li>bar]</li></ul><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo<blockquote>bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo<blockquote>bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<dl><dt>[foo<dd>bar]<dt>baz<dd>quz</dl>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<dl><dt><ul><li>[foo</li></ul></dt><dd><ul><li>bar]</li></ul></dd><dt>baz</dt><dd>quz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<dl><dt>[foo<dd>bar]<dt>baz<dd>quz</dl>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<dl><dt><ul><li>[foo</li></ul></dt><dd><ul><li>bar]</li></ul></dd><dt>baz</dt><dd>quz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<dl><dt>foo<dd>[bar<dt>baz]<dd>quz</dl>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<dl><dt>foo</dt><dd><ul><li>[bar</li></ul></dd><dt><ul><li>baz]</li></ul></dt><dd>quz</dd></dl>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<dl><dt>foo<dd>[bar<dt>baz]<dd>quz</dl>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<dl><dt>foo</dt><dd><ul><li>[bar</li></ul></dd><dt><ul><li>baz]</li></ul></dt><dd>quz</dd></dl>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<li>[bar]<li>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</ol>[bar]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol>[bar]",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["[foo]<ol><li>bar</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><ol><li>bar</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["[foo]<ol><li>bar</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li></ul><ol><li>bar</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</ol>[bar]<ol><li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol>[bar]<ol><li>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><ol><li>[foo]</ol></ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><ul><li>[foo]</li></ul></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><ol><li>[foo]</ol></ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><ul><li>[foo]</li></ul></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]<br>bar</li></ul><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>[foo]<br>bar<li>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]<br>bar</li></ul><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo<br>[bar]</li></ul><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<br>[bar]<li>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo<br>[bar]</li></ul><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li><div>[foo]</div>bar</li></ul><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li><div>[foo]</div>bar<li>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li><div>[foo]</div>bar</li></ul><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li><ul><li>[bar]</li></ul><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li><ul><li>[bar]</li></ul><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol><ul><li>[baz]</li></ul><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol><ul><li>[baz]</li></ul><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li><ul><li>[bar]</li></ul><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li><ul><li>[bar]</li></ul><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol><ul><li>[baz]</li></ul><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol><ul><li>[baz]</li></ul><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><ul><li>[quz]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><ul><li>[quz]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><ul><li>[quz]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><ul><li>[quz]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<li>[bar<li>baz]</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><ul><li>[bar</li><li>baz]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<li>[bar<li>baz]</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><ul><li>[bar</li><li>baz]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><ul><ul><li>b[ar</li></ul><li>b]az</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><ul><ul><li>b[ar</li></ul><li>b]az</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar</li></ul><li>baz]</li></ul><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><ul><li>bar</li></ul><li>baz]</li></ul><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li><ul><li>[bar]</li></ul><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li><ul><li>[bar]</li></ul><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol></ol><ul><li>[baz]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol></ol><ul><li>[baz]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo<li>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li></ul><p>[bar]</p><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>foo<li>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li></ul><p>[bar]</p><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>foo</ul>[bar]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><li>[bar]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo</ul>[bar]",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><li>[bar]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["[foo]<ul><li>bar</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li><li>bar</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["[foo]<ul><li>bar</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li><li>bar</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ul><li>foo</ul>[bar]<ul><li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ul><li>foo</ul>[bar]<ul><li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ul><ul><li>[foo]</ul></ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+["<ul><ul><li>[foo]</ul></ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,true,""]}],
 ["<ul><li>[foo]<br>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo]<br>bar</p><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>[foo]<br>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo]<br>bar</p><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>foo<br>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>foo<br>[bar]</p><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>foo<br>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>foo<br>[bar]</p><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li><div>[foo]</div>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<div>[foo]</div><p>bar</p><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li><div>[foo]</div>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<div>[foo]</div><p>bar</p><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>foo<ul><li>[bar]<li>baz</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><li>[bar]</li><ul><li>baz</li></ul><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+["<ul><li>foo<ul><li>[bar]<li>baz</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><li>[bar]</li><ul><li>baz</li></ul><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,true,""]}],
 ["<ul><li>foo<ul><li>bar<li>[baz]</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><ul><li>bar</li></ul><li>[baz]</li><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+["<ul><li>foo<ul><li>bar<li>[baz]</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><ul><li>bar</li></ul><li>[baz]</li><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,true,""]}],
 ["<ul><li>foo</li><ul><li>[bar]<li>baz</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><li>[bar]</li><ul><li>baz</li></ul><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+["<ul><li>foo</li><ul><li>[bar]<li>baz</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><li>[bar]</li><ul><li>baz</li></ul><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,true,""]}],
 ["<ul><li>foo</li><ul><li>bar<li>[baz]</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><ul><li>bar</li></ul><li>[baz]</li><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+["<ul><li>foo</li><ul><li>bar<li>[baz]</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><ul><li>bar</li></ul><li>[baz]</li><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,true,""]}],
 ["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li></ul><p>[bar]</p><ul><ul><li>baz</li></ul><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li></ul><p>[bar]</p><ul><ul><li>baz</li></ul><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li></ul><p>[bar]</p><ul><ul><li>baz</li></ul><li>quz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li></ul><p>[bar]</p><ul><ul><li>baz</li></ul><li>quz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><p>[quz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><p>[quz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><p>[quz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><p>[quz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>foo<li>[bar<li>baz]</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li></ul><p>[bar</p><p>baz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>foo<li>[bar<li>baz]</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li></ul><p>[bar</p><p>baz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo</p><ul><li>bar]</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",true,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",true,false,""]}],
+["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo</p><ul><li>bar]</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",true,false,""]}],
 ["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><li>b[ar</li></ul><p>b]az</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",true,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",true,false,""]}],
+["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><li>b[ar</li></ul><p>b]az</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",true,false,""]}],
 ["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo</p><ul><li>bar</li></ul><p>baz]</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",true,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",true,false,""]}],
+["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo</p><ul><li>bar</li></ul><p>baz]</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",true,false,""]}],
 ["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>foo<ul><li>[bar]</ul>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,true,""]}],
+["<ul><li>foo<ul><li>[bar]</ul>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,true,""]}],
 ["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><ul><li>bar</li></ul></ul><p>[baz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>foo</li><ul><li>bar</li></ul></ul><p>[baz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo</p><ul><li>bar]</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",true,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",true,false,""]}],
+["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo</p><ul><li>bar]</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",true,false,""]}],
 ["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ol><li>bar</li></ol><p>[baz]</p>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<ol><li>bar</li></ol><p>[baz]</p>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["foo<ol><li>bar</ol><ul><li>[baz</ul>quz]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ol><li>bar</li></ol><ul><li>[baz</li><li>quz]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+["foo<ol><li>bar</ol><ul><li>[baz</ul>quz]",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<ol><li>bar</li></ol><ul><li>[baz</li><li>quz]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[true,false,"",false,true,""]}],
 ["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<p>[bar]</p><ol><li>baz</li></ol>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<p>[bar]</p><ol><li>baz</li></ol>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["[foo<ul><li>bar]</ul><ol><li>baz</ol>quz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><li>bar]</li></ul><ol><li>baz</li></ol>quz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[true,false,"",false,true,""]}],
+["[foo<ul><li>bar]</ul><ol><li>baz</ol>quz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><li>bar]</li></ul><ol><li>baz</li></ol>quz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[true,false,"",false,true,""]}],
 ["[foo]<blockquote>bar</blockquote>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><blockquote>bar</blockquote>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["[foo]<blockquote>bar</blockquote>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li></ul><blockquote>bar</blockquote>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["foo<blockquote>[bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<blockquote><ul><li>[bar]</li></ul></blockquote>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["foo<blockquote>[bar]</blockquote>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<blockquote><ul><li>[bar]</li></ul></blockquote>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["[foo<blockquote>bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["[foo<blockquote>bar]</blockquote>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</ol><blockquote>[bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol><blockquote>[bar]</blockquote>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["[foo]<blockquote><ol><li>bar</ol></blockquote>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><blockquote><ol><li>bar</li></ol></blockquote>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["[foo]<blockquote><ol><li>bar</ol></blockquote>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li></ul><blockquote><ol><li>bar</li></ol></blockquote>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["foo<blockquote>[bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<blockquote><ul><li>[bar]</li></ul>baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["foo<blockquote>[bar]<br>baz</blockquote>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"foo<blockquote><ul><li>[bar]</li></ul>baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["[foo<blockquote>bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote>baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["[foo<blockquote>bar]<br>baz</blockquote>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote>baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</ol><blockquote>[bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul>baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol><blockquote>[bar]<br>baz</blockquote>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul>baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><blockquote><p>bar</p></blockquote><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo]</li></ul><blockquote><p>bar</p></blockquote><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 ["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul id=\"abc\"><li>foo</li></ul><p>[bar]</p><ul><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul id=\"abc\"><li>foo</li></ul><p>[bar]</p><ul><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><p>[bar]</p><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><p>[bar]</p><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul style=\"text-indent:1em\"><li>foo</li></ul><p>[bar]</p><ul style=\"text-indent:1em\"><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul style=\"text-indent:1em\"><li>foo</li></ul><p>[bar]</p><ul style=\"text-indent:1em\"><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo]</p><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo]</p><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo]</p><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo]</p><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo]</p><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<p>[foo]</p><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,true,"",false,false,""]}],
+["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,true,"",false,false,""]}],
 ["{<div style=\"font-size: 1.3em\">1</div><div style=\"font-size: 1.1em\">2</div>}",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul>{<li style=\"font-size:1.3em\">1</li><li style=\"font-size:1.1em\">2</li>}</ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
-["foo[]bar",
-	[["stylewithcss","false"],["italic",""]],
-	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"italic":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["{<div style=\"font-size: 1.3em\">1</div><div style=\"font-size: 1.1em\">2</div>}",
+	[["stylewithcss","true"],["insertunorderedlist",""]],
+	"<ul>{<li style=\"font-size:1.3em\">1</li><li style=\"font-size:1.1em\">2</li>}</ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
+["foo[]bar",
+	[["stylewithcss","false"],["italic",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[]bar",
@@ -13295,806 +20395,1606 @@
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
 	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p style=\"margin-left:40px\">foo[bar]</p><p style=\"margin-left:40px\">baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p style=\"margin-left:40px\">foo[bar]</p><p style=\"margin-left:40px\">baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p style=\"margin-left:40px\">foo[bar</p><p style=\"margin-left:40px\">b]az</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p style=\"margin-left:40px\">foo[bar</p><p style=\"margin-left:40px\">b]az</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p style=\"margin-left:40px\">foo[bar]</p><p>baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p style=\"margin-left:40px\">foo[bar]</p><p>baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p style=\"margin-left:40px\">foo[bar</p><p>b]az</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p style=\"margin-left:40px\">foo[bar</p><p>b]az</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><blockquote>foo[bar]baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote>foo[bar]baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><blockquote>foo[bar]baz</blockquote></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote>foo[bar]baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><blockquote data-abc=def>foo[bar]baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><blockquote data-abc=def>foo[bar]baz</blockquote></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote data-abc=def><blockquote>foo[bar]baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote data-abc=def><blockquote>foo[bar]baz</blockquote></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><div>foo[bar]baz</div></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div>foo[bar]baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><div>foo[bar]baz</div></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<div>foo[bar]baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><div id=abc>foo[bar]baz</div></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div id=\"abc\">foo[bar]baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><div id=abc>foo[bar]baz</div></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<div id=\"abc\">foo[bar]baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote id=abc>foo[bar]baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div id=\"abc\">foo[bar]baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote id=abc>foo[bar]baz</blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<div id=\"abc\">foo[bar]baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"color: blue\">foo[bar]baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div style=\"color:rgb(0, 0, 255)\">foo[bar]baz</div>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote style=\"color: blue\">foo[bar]baz</blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<div style=\"color:rgb(0, 0, 255)\">foo[bar]baz</div>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><blockquote><p>foo[bar]<p>baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><blockquote><p>foo[bar]<p>baz</blockquote></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><blockquote data-abc=def><p>foo[bar]<p>baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote data-abc=\"def\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><blockquote data-abc=def><p>foo[bar]<p>baz</blockquote></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote data-abc=\"def\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote data-abc=def><blockquote><p>foo[bar]<p>baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote data-abc=\"def\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote data-abc=def><blockquote><p>foo[bar]<p>baz</blockquote></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote data-abc=\"def\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><div><p>foo[bar]<p>baz</div></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><div><p>foo[bar]<p>baz</div></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<div><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><div id=abc><p>foo[bar]<p>baz</div></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><div id=abc><p>foo[bar]<p>baz</div></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote id=abc><p>foo[bar]<p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote id=abc><p>foo[bar]<p>baz</blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"color: blue\"><p>foo[bar]<p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote style=\"color: blue\"><p>foo[bar]<p>baz</blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<div style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><p><b>foo[bar]</b><p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p><b>foo[bar]</b></p><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><p><b>foo[bar]</b><p>baz</blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p><b>foo[bar]</b></p><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><p><strong>foo[bar]</strong><p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p><strong>foo[bar]</strong></p><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><p><strong>foo[bar]</strong><p>baz</blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p><strong>foo[bar]</strong></p><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><p><span>foo[bar]</span><p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p><span>foo[bar]</span></p><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><p><span>foo[bar]</span><p>baz</blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p><span>foo[bar]</span></p><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><blockquote style=\"color: blue\"><p>foo[bar]</blockquote><p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p></blockquote><blockquote><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><blockquote style=\"color: blue\"><p>foo[bar]</blockquote><p>baz</blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p></blockquote><blockquote><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote style=\"color: blue\"><blockquote><p>foo[bar]</blockquote><p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><p>baz</p></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote style=\"color: blue\"><blockquote><p>foo[bar]</blockquote><p>baz</blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><p>baz</p></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li></ol><p>[bar]</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>[bar]<li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li></ol><p>[bar]</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li>{</ol><p>bar</p>}<ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li>{</ol><p>bar</p>}<ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</ol>[bar]",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li></ol>[bar]",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</ol>[bar]",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li></ol>[bar]",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[foo]<br>bar<li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<br>[bar]<li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li><div>[foo]</div>bar<li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li>{<li>bar</li>}<ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li>{<li>bar</li>}<ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol>{<li>baz</li>}<li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol>{<li>baz</li>}<li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>b[a]r</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>b[a]r</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>b[a]r</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>b[a]r</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li>{<li>bar</li>}<li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li>{<li>bar</li>}<li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li>{<li>bar</li>}<li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li>{<li>bar</li>}<li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><p>[quz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><p>[quz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><p>[quz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><p>[quz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<li>b[ar<li>baz]</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li></ol><p>b[ar</p><p>baz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<li>b[ar<li>baz]</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li></ol><p>b[ar</p><p>baz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><ol><li>bar</li></ol></ol><p>[baz]</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><ol><li>bar</li></ol></ol><p>[baz]</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["foo<ol start=5><li>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<p>[bar]</p>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["foo<ol start=5><li>[bar]</ol>baz",
+	[["stylewithcss","true"],["outdent",""]],
+	"foo<p>[bar]</p>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["foo<ol id=abc><li>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<div id=\"abc\"><p>[bar]</p></div>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["foo<ol id=abc><li>[bar]</ol>baz",
+	[["stylewithcss","true"],["outdent",""]],
+	"foo<div id=\"abc\"><p>[bar]</p></div>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["foo<ol style=color:blue><li>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[bar]</p></div>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["foo<ol style=color:blue><li>[bar]</ol>baz",
+	[["stylewithcss","true"],["outdent",""]],
+	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[bar]</p></div>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["foo<ol><li value=5>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<p value=\"5\">[bar]</p>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["foo<ol><li value=5>[bar]</ol>baz",
+	[["stylewithcss","true"],["outdent",""]],
+	"foo<p value=\"5\">[bar]</p>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["foo<ol><li id=abc>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<p id=\"abc\">[bar]</p>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["foo<ol><li id=abc>[bar]</ol>baz",
+	[["stylewithcss","true"],["outdent",""]],
+	"foo<p id=\"abc\">[bar]</p>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["foo<ol><li style=color:blue>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<p style=\"color:rgb(0, 0, 255)\">[bar]</p>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["foo<ol><li style=color:blue>[bar]</ol>baz",
+	[["stylewithcss","true"],["outdent",""]],
+	"foo<p style=\"color:rgb(0, 0, 255)\">[bar]</p>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol><li value=5>[bar]</ol></ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li value=\"5\">[bar]</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol><li value=5>[bar]</ol></ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li value=\"5\">[bar]</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ul><li>foo</li><ol><li value=5>[bar]</ol></ul>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ul><li>foo</li><li value=\"5\">[bar]</li></ul>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ul><li>foo</li><ol><li value=5>[bar]</ol></ul>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ul><li>foo</li><li value=\"5\">[bar]</li></ul>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol start=5><li>[bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol start=5><li>[bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol id=abc><li>[bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol id=abc><li>[bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol style=color:blue><li>[bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li><font color=\"#0000ff\">[bar]</font></li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol style=color:blue><li>[bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li><span style=\"color:rgb(0, 0, 255)\">[bar]</span></li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol style=text-indent:1em><li>[bar]</ol><li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol style=text-indent:1em><li>[bar]</ol><li>baz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol start=5><li>[bar<li>baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol start=5><li>[bar<li>baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol id=abc><li>[bar<li>baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol id=abc><li>[bar<li>baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol style=color:blue><li>[bar<li>baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li><font color=\"#0000ff\">[bar</font></li><li><font color=\"#0000ff\">baz]</font></li><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol style=color:blue><li>[bar<li>baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li><span style=\"color:rgb(0, 0, 255)\">[bar</span></li><li><span style=\"color:rgb(0, 0, 255)\">baz]</span></li><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>foo</li><ol style=text-indent:1em><li>[bar<li>baz]</ol><li>quz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>foo</li><ol style=text-indent:1em><li>[bar<li>baz]</ol><li>quz</ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><ol><li>[foo]</ol></blockquote><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>[foo]</li></ol><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><ol><li>[foo]</ol></blockquote><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<ol><li>[foo]</li></ol><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote>foo<ol><li>[bar]</ol>baz</blockquote><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote>foo</blockquote><ol><li>[bar]</li></ol><blockquote>baz</blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote>foo<ol><li>[bar]</ol>baz</blockquote><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote>foo</blockquote><ol><li>[bar]</li></ol><blockquote>baz</blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><ol><li>foo</li><ol><li>[bar]</ol><li>baz</ol></blockquote><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote><p>extra</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><ol><li>foo</li><ol><li>[bar]</ol><li>baz</ol></blockquote><p>extra",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote><p>extra</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li><h1>[foo]</h1></ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<h1>[foo]</h1>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li><h1>[foo]</h1></ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<h1>[foo]</h1>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li><xmp>[foo]</xmp></li></ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<xmp>[foo]</xmp>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li><xmp>[foo]</xmp></li></ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<xmp>[foo]</xmp>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><ol><li>foo<div><ol><li>[bar]</ol></div><li>baz</ol></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><ol><li>foo<div><ol><li>[bar]</ol></div><li>baz</ol></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<ol><li>[]a<table><tr><td><br></table></ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[]a</p><table><tbody><tr><td><br></td></tr></tbody></table>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<ol><li>[]a<table><tr><td><br></table></ol>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<p>[]a</p><table><tbody><tr><td><br></td></tr></tbody></table>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 ["<blockquote><span>foo<br>[bar]</span></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote>foo</blockquote><span>[bar]</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
-["foo[]bar",
-	[["stylewithcss","false"],["removeformat",""]],
-	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
+["<blockquote><span>foo<br>[bar]</span></blockquote>",
+	[["stylewithcss","true"],["outdent",""]],
+	"<blockquote>foo</blockquote><span>[bar]</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","false"],["removeformat",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["<span>foo</span>{}<span>bar</span>",
+	[["stylewithcss","true"],["removeformat",""]],
+	"<span>foo</span>{}<span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<span>foo[</span><span>]bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["<span>foo[</span><span>]bar</span>",
+	[["stylewithcss","true"],["removeformat",""]],
+	"<span>foo[</span><span>]bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<b>bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<b>bar</b>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo[<b>bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo[barbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo[<b>bar</b>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo[barbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo[<b>bar</b>]baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo[bar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo[<b>bar</b>]baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo[bar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<b>[bar]</b>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<b>b[a]r</b>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<b>b</b>[a]<b>r</b>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<b>b[a]r</b>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<b>b</b>[a]<b>r</b>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<strong>bar</strong>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<strong>bar</strong>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<span style=\"font-weight: bold\">bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<span style=\"font-weight: bold\">bar</span>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<span style=\"font-weight: bold\">b[a]r</span>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<span style=\"font-weight:bold\">b</span>[a]<span style=\"font-weight:bold\">r</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<span style=\"font-weight: bold\">b[a]r</span>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<span style=\"font-weight:bold\">b</span>[a]<span style=\"font-weight:bold\">r</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<span style=\"font-variant: small-caps\">bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<span style=\"font-variant: small-caps\">bar</span>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<span style=\"font-variant: small-caps\">b[a]r</span>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<span style=\"font-variant:small-caps\">b</span>[a]<span style=\"font-variant:small-caps\">r</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<span style=\"font-variant: small-caps\">b[a]r</span>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<span style=\"font-variant:small-caps\">b</span>[a]<span style=\"font-variant:small-caps\">r</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<b id=foo>bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<b id=foo>bar</b>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<b id=foo>b[a]r</b>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<b id=\"foo\">b</b>[a]<b>r</b>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<b id=foo>b[a]r</b>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<b id=\"foo\">b</b>[a]<b>r</b>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<a>bar</a>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<a>bar</a>baz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<a>bar</a>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<a>bar</a>baz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<a>b[a]r</a>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<a>b[a]r</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<a>b[a]r</a>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<a>b[a]r</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<a href=foo>bar</a>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<a href=\"foo\">bar</a>baz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<a href=foo>bar</a>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<a href=\"foo\">bar</a>baz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<a href=foo>b[a]r</a>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<a href=\"foo\">b[a]r</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<a href=foo>b[a]r</a>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<a href=\"foo\">b[a]r</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<abbr>bar</abbr>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<abbr>bar</abbr>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<abbr>b[a]r</abbr>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<abbr>b</abbr>[a]<abbr>r</abbr>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<abbr>b[a]r</abbr>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<abbr>b</abbr>[a]<abbr>r</abbr>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<acronym>bar</acronym>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<acronym>bar</acronym>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<acronym>b[a]r</acronym>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<acronym>b</acronym>[a]<acronym>r</acronym>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<acronym>b[a]r</acronym>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<acronym>b</acronym>[a]<acronym>r</acronym>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<b>bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<b>bar</b>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<b>b[a]r</b>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<b>b</b>[a]<b>r</b>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<b>b[a]r</b>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<b>b</b>[a]<b>r</b>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<bdi dir=rtl>bar</bdi>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<bdi dir=rtl>bar</bdi>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<bdi dir=rtl>b[a]r</bdi>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<bdi dir=\"rtl\">b</bdi>[a]<bdi dir=\"rtl\">r</bdi>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<bdi dir=rtl>b[a]r</bdi>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<bdi dir=\"rtl\">b</bdi>[a]<bdi dir=\"rtl\">r</bdi>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<bdo dir=rtl>bar</bdo>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<bdo dir=rtl>bar</bdo>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<bdo dir=rtl>b[a]r</bdo>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<bdo dir=\"rtl\">b</bdo>[a]<bdo dir=\"rtl\">r</bdo>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<bdo dir=rtl>b[a]r</bdo>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<bdo dir=\"rtl\">b</bdo>[a]<bdo dir=\"rtl\">r</bdo>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<big>bar</big>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<big>bar</big>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<big>b[a]r</big>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<big>b</big>[a]<big>r</big>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<big>b[a]r</big>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<big>b</big>[a]<big>r</big>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<blink>bar</blink>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<blink>bar</blink>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<blink>b[a]r</blink>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<blink>b</blink>[a]<blink>r</blink>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<blink>b[a]r</blink>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<blink>b</blink>[a]<blink>r</blink>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<cite>bar</cite>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<cite>bar</cite>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<cite>b[a]r</cite>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<cite>b</cite>[a]<cite>r</cite>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<cite>b[a]r</cite>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<cite>b</cite>[a]<cite>r</cite>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<code>bar</code>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<code>bar</code>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<code>b[a]r</code>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<code>b</code>[a]<code>r</code>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<code>b[a]r</code>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<code>b</code>[a]<code>r</code>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<del>bar</del>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<del>bar</del>baz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<del>bar</del>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<del>bar</del>baz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<del>b[a]r</del>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<del>b[a]r</del>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<del>b[a]r</del>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<del>b[a]r</del>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<dfn>bar</dfn>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<dfn>bar</dfn>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<dfn>b[a]r</dfn>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<dfn>b</dfn>[a]<dfn>r</dfn>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<dfn>b[a]r</dfn>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<dfn>b</dfn>[a]<dfn>r</dfn>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<em>bar</em>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<em>bar</em>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<em>b[a]r</em>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<em>b</em>[a]<em>r</em>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<em>b[a]r</em>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<em>b</em>[a]<em>r</em>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<font>bar</font>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<font>bar</font>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<font>b[a]r</font>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<font>b</font>[a]<font>r</font>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<font>b[a]r</font>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<font>b</font>[a]<font>r</font>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<font color=blue>bar</font>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<font color=blue>bar</font>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<font color=blue>b[a]r</font>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<font color=\"blue\">b</font>[a]<font color=\"blue\">r</font>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<font color=blue>b[a]r</font>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<font color=\"blue\">b</font>[a]<font color=\"blue\">r</font>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<i>bar</i>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<i>bar</i>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<i>b[a]r</i>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<i>b</i>[a]<i>r</i>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<i>b[a]r</i>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<i>b</i>[a]<i>r</i>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<ins>bar</ins>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<ins>bar</ins>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<ins>b[a]r</ins>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<ins>b</ins>[a]<ins>r</ins>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<ins>b[a]r</ins>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<ins>b</ins>[a]<ins>r</ins>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<kbd>bar</kbd>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<kbd>bar</kbd>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<kbd>b[a]r</kbd>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<kbd>b</kbd>[a]<kbd>r</kbd>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<kbd>b[a]r</kbd>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<kbd>b</kbd>[a]<kbd>r</kbd>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<mark>bar</mark>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<mark>bar</mark>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<mark>b[a]r</mark>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<mark>b</mark>[a]<mark>r</mark>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<mark>b[a]r</mark>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<mark>b</mark>[a]<mark>r</mark>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<nobr>bar</nobr>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<nobr>bar</nobr>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<nobr>b[a]r</nobr>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<nobr>b</nobr>[a]<nobr>r</nobr>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<nobr>b[a]r</nobr>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<nobr>b</nobr>[a]<nobr>r</nobr>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<q>bar</q>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<q>bar</q>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<q>b[a]r</q>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<q>b</q>[a]<q>r</q>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<q>b[a]r</q>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<q>b</q>[a]<q>r</q>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<samp>bar</samp>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<samp>bar</samp>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<samp>b[a]r</samp>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<samp>b</samp>[a]<samp>r</samp>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<samp>b[a]r</samp>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<samp>b</samp>[a]<samp>r</samp>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<s>bar</s>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<s>bar</s>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<s>b[a]r</s>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<s>b</s>[a]<s>r</s>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<s>b[a]r</s>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<s>b</s>[a]<s>r</s>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<small>bar</small>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<small>bar</small>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<small>b[a]r</small>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<small>b</small>[a]<small>r</small>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<small>b[a]r</small>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<small>b</small>[a]<small>r</small>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<span>bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<span>bar</span>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<span>b[a]r</span>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<span>b</span>[a]<span>r</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<span>b[a]r</span>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<span>b</span>[a]<span>r</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<strike>bar</strike>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<strike>bar</strike>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<strike>b[a]r</strike>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<strike>b</strike>[a]<strike>r</strike>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<strike>b[a]r</strike>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<strike>b</strike>[a]<strike>r</strike>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<strong>bar</strong>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<strong>bar</strong>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<strong>b[a]r</strong>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<strong>b</strong>[a]<strong>r</strong>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<strong>b[a]r</strong>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<strong>b</strong>[a]<strong>r</strong>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<sub>bar</sub>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<sub>bar</sub>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<sub>b[a]r</sub>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<sub>b[a]r</sub>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<sub>b</sub>[a]<sub>r</sub>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<sup>bar</sup>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<sup>bar</sup>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<sup>b[a]r</sup>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<sup>b[a]r</sup>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<sup>b</sup>[a]<sup>r</sup>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<tt>bar</tt>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<tt>bar</tt>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<tt>b[a]r</tt>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<tt>b</tt>[a]<tt>r</tt>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<tt>b[a]r</tt>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<tt>b</tt>[a]<tt>r</tt>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<u>bar</u>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<u>bar</u>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<u>b[a]r</u>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<u>b</u>[a]<u>r</u>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<u>b[a]r</u>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<u>b</u>[a]<u>r</u>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<var>bar</var>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<var>bar</var>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<var>b[a]r</var>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<var>b</var>[a]<var>r</var>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<var>b[a]r</var>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<var>b</var>[a]<var>r</var>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<br>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<br>bar]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<br>bar]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<br>bar]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<hr>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<hr>bar]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<hr>bar]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<hr>bar]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<wbr>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<wbr>bar]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<wbr>bar]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<wbr>bar]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<img>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<img>bar]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<img>bar]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<img>bar]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<img src=abc>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<img src=\"abc\">bar]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<img src=abc>bar]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<img src=\"abc\">bar]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<video></video>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<video></video>bar]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<video></video>bar]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<video></video>bar]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<video src=abc></video>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<video src=\"abc\"></video>bar]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<video src=abc></video>bar]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<video src=\"abc\"></video>bar]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<svg><circle fill=blue r=20 cx=20 cy=20 /></svg>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<svg><circle fill=\"blue\" r=\"20\" cx=\"20\" cy=\"20\"></circle></svg>bar]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<svg><circle fill=blue r=20 cx=20 cy=20 /></svg>bar]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<svg><circle fill=\"blue\" r=\"20\" cx=\"20\" cy=\"20\"></circle></svg>bar]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<nonexistentelement>bar</nonexistentelement>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<nonexistentelement>bar</nonexistentelement>baz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<nonexistentelement>bar</nonexistentelement>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<nonexistentelement>bar</nonexistentelement>baz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<nonexistentelement>b[a]r</nonexistentelement>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<nonexistentelement>b[a]r</nonexistentelement>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<nonexistentelement>b[a]r</nonexistentelement>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<nonexistentelement>b[a]r</nonexistentelement>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<nonexistentelement style=\"display: block\">bar</nonexistentelement>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<nonexistentelement style=\"display:block\">bar</nonexistentelement>baz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<nonexistentelement style=\"display: block\">bar</nonexistentelement>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foo<nonexistentelement style=\"display:block\">bar</nonexistentelement>baz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<nonexistentelement style=\"display: block\">b[a]r</nonexistentelement>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<nonexistentelement style=\"display:block\">b[a]r</nonexistentelement>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<nonexistentelement style=\"display: block\">b[a]r</nonexistentelement>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<nonexistentelement style=\"display:block\">b[a]r</nonexistentelement>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<span id=foo>bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<span id=foo>bar</span>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<span id=foo>b[a]r</span>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<span id=\"foo\">b</span>[a]<span>r</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<span id=foo>b[a]r</span>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<span id=\"foo\">b</span>[a]<span>r</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<span class=foo>bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<span class=foo>bar</span>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<span class=foo>b[a]r</span>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<span class=\"foo\">b</span>[a]<span class=\"foo\">r</span>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<span class=foo>b[a]r</span>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<span class=\"foo\">b</span>[a]<span class=\"foo\">r</span>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["[foo<b style=\"font-weight: normal\">bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["[foo<b style=\"font-weight: normal\">bar</b>baz]",
+	[["stylewithcss","true"],["removeformat",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["foo<b style=\"font-weight: normal\">b[a]r</b>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<b style=\"font-weight:normal\">b</b>[a]<b style=\"font-weight:normal\">r</b>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["foo<b style=\"font-weight: normal\">b[a]r</b>baz",
+	[["stylewithcss","true"],["removeformat",""]],
+	"foo<b style=\"font-weight:normal\">b</b>[a]<b style=\"font-weight:normal\">r</b>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["<p style=\"background-color: aqua\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["<p style=\"background-color: aqua\">foo[bar]baz</p>",
+	[["stylewithcss","true"],["removeformat",""]],
+	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["<p><span style=\"background-color: aqua\">foo[bar]baz</span></p>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>[bar]<span style=\"background-color:rgb(0, 255, 255)\">baz</span></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["<p><span style=\"background-color: aqua\">foo[bar]baz</span></p>",
+	[["stylewithcss","true"],["removeformat",""]],
+	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>[bar]<span style=\"background-color:rgb(0, 255, 255)\">baz</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["<p style=\"font-weight: bold\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p><b>foo</b>[bar]<b>baz</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["<p style=\"font-weight: bold\">foo[bar]baz</p>",
+	[["stylewithcss","true"],["removeformat",""]],
+	"<p><span style=\"font-weight:bold\">foo</span>[bar]<span style=\"font-weight:bold\">baz</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p><b>foo</b>[bar]<b>baz</b></p>",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>",
+	[["stylewithcss","true"],["removeformat",""]],
+	"<p><span style=\"font-weight:bold\">foo</span>[bar]<span style=\"font-weight:bold\">baz</span></p>",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["<p style=\"font-variant: small-caps\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p style=\"font-variant:small-caps\">foo[bar]baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["<p style=\"font-variant: small-caps\">foo[bar]baz</p>",
+	[["stylewithcss","true"],["removeformat",""]],
+	"<p style=\"font-variant:small-caps\">foo[bar]baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["{<p style=\"font-variant: small-caps\">foobarbaz</p>}",
 	[["stylewithcss","false"],["removeformat",""]],
 	"{<p style=\"font-variant:small-caps\">foobarbaz</p>}",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["{<p style=\"font-variant: small-caps\">foobarbaz</p>}",
+	[["stylewithcss","true"],["removeformat",""]],
+	"{<p style=\"font-variant:small-caps\">foobarbaz</p>}",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["<p style=\"text-indent: 2em\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p style=\"text-indent:2em\">foo[bar]baz</p>",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["<p style=\"text-indent: 2em\">foo[bar]baz</p>",
+	[["stylewithcss","true"],["removeformat",""]],
+	"<p style=\"text-indent:2em\">foo[bar]baz</p>",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["{<p style=\"text-indent: 2em\">foobarbaz</p>}",
 	[["stylewithcss","false"],["removeformat",""]],
 	"{<p style=\"text-indent:2em\">foobarbaz</p>}",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["{<p style=\"text-indent: 2em\">foobarbaz</p>}",
+	[["stylewithcss","true"],["removeformat",""]],
+	"{<p style=\"text-indent:2em\">foobarbaz</p>}",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 ["<table data-start=0 data-end=1><tr><td><b>foo</b></table>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<table>{<tbody><tr><td>foo</td></tr></tbody>}</table>",
-	{"stylewithcss":[false,false,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
-["foo[]bar",
-	[["stylewithcss","false"],["strikethrough",""]],
-	"foo[]bar",
-	{"stylewithcss":[false,false,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
+["<table data-start=0 data-end=1><tr><td><b>foo</b></table>",
+	[["stylewithcss","true"],["removeformat",""]],
+	"<table>{<tbody><tr><td>foo</td></tr></tbody>}</table>",
+	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","false"],["strikethrough",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo[]bar",
@@ -15959,114 +23859,222 @@
 	[["stylewithcss","false"],["unlink",""]],
 	"foo[]bar",
 	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["foo[]bar",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo[]bar",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["unlink",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<span>foo</span>{}<span>bar</span>",
+	[["stylewithcss","true"],["unlink",""]],
+	"<span>foo</span>{}<span>bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["unlink",""]],
 	"<span>foo[</span><span>]bar</span>",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<span>foo[</span><span>]bar</span>",
+	[["stylewithcss","true"],["unlink",""]],
+	"<span>foo[</span><span>]bar</span>",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<a href=http://www.google.com/>foo[bar]baz</a>",
 	[["stylewithcss","false"],["unlink",""]],
 	"foo[bar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<a href=http://www.google.com/>foo[bar]baz</a>",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<a href=http://www.google.com/>foo[barbaz</a>}",
 	[["stylewithcss","false"],["unlink",""]],
 	"foo[barbaz}",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<a href=http://www.google.com/>foo[barbaz</a>}",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo[barbaz}",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["{<a href=http://www.google.com/>foobar]baz</a>",
 	[["stylewithcss","false"],["unlink",""]],
 	"{foobar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["{<a href=http://www.google.com/>foobar]baz</a>",
+	[["stylewithcss","true"],["unlink",""]],
+	"{foobar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["{<a href=http://www.google.com/>foobarbaz</a>}",
 	[["stylewithcss","false"],["unlink",""]],
 	"{foobarbaz}",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["{<a href=http://www.google.com/>foobarbaz</a>}",
+	[["stylewithcss","true"],["unlink",""]],
+	"{foobarbaz}",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<a href=http://www.google.com/>[foobarbaz]</a>",
 	[["stylewithcss","false"],["unlink",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<a href=http://www.google.com/>[foobarbaz]</a>",
+	[["stylewithcss","true"],["unlink",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com/>b[]ar</a>baz",
 	[["stylewithcss","false"],["unlink",""]],
 	"foob[]arbaz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com/>b[]ar</a>baz",
+	[["stylewithcss","true"],["unlink",""]],
+	"foob[]arbaz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com/>[bar]</a>baz",
 	[["stylewithcss","false"],["unlink",""]],
 	"foo[bar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com/>[bar]</a>baz",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["foo[<a href=http://www.google.com/>bar</a>]baz",
 	[["stylewithcss","false"],["unlink",""]],
 	"foo[bar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["foo[<a href=http://www.google.com/>bar</a>]baz",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["foo<a href=http://www.google.com/>[bar</a>baz]",
 	[["stylewithcss","false"],["unlink",""]],
 	"foo[barbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["foo<a href=http://www.google.com/>[bar</a>baz]",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo[barbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["[foo<a href=http://www.google.com/>bar]</a>baz",
 	[["stylewithcss","false"],["unlink",""]],
 	"[foobar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["[foo<a href=http://www.google.com/>bar]</a>baz",
+	[["stylewithcss","true"],["unlink",""]],
+	"[foobar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["[foo<a href=http://www.google.com/>bar</a>baz]",
 	[["stylewithcss","false"],["unlink",""]],
 	"[foobarbaz]",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["[foo<a href=http://www.google.com/>bar</a>baz]",
+	[["stylewithcss","true"],["unlink",""]],
+	"[foobarbaz]",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<a id=foo href=http://www.google.com/>foobar[]baz</a>",
 	[["stylewithcss","false"],["unlink",""]],
 	"<a id=\"foo\">foobar[]baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<a id=foo href=http://www.google.com/>foobar[]baz</a>",
+	[["stylewithcss","true"],["unlink",""]],
+	"<a id=\"foo\">foobar[]baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<a id=foo href=http://www.google.com/>foo[bar]baz</a>",
 	[["stylewithcss","false"],["unlink",""]],
 	"<a id=\"foo\">foo[bar]baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<a id=foo href=http://www.google.com/>foo[bar]baz</a>",
+	[["stylewithcss","true"],["unlink",""]],
+	"<a id=\"foo\">foo[bar]baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<a id=foo href=http://www.google.com/>[foobarbaz]</a>",
 	[["stylewithcss","false"],["unlink",""]],
 	"<a id=\"foo\">[foobarbaz]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<a id=foo href=http://www.google.com/>[foobarbaz]</a>",
+	[["stylewithcss","true"],["unlink",""]],
+	"<a id=\"foo\">[foobarbaz]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["foo<a id=foo href=http://www.google.com/>[bar]</a>baz",
 	[["stylewithcss","false"],["unlink",""]],
 	"foo<a id=\"foo\">[bar]</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["foo<a id=foo href=http://www.google.com/>[bar]</a>baz",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo<a id=\"foo\">[bar]</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["foo[<a id=foo href=http://www.google.com/>bar</a>]baz",
 	[["stylewithcss","false"],["unlink",""]],
 	"foo[<a id=\"foo\">bar</a>]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["foo[<a id=foo href=http://www.google.com/>bar</a>]baz",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo[<a id=\"foo\">bar</a>]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["[foo<a id=foo href=http://www.google.com/>bar</a>baz]",
 	[["stylewithcss","false"],["unlink",""]],
 	"[foo<a id=\"foo\">bar</a>baz]",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["[foo<a id=foo href=http://www.google.com/>bar</a>baz]",
+	[["stylewithcss","true"],["unlink",""]],
+	"[foo<a id=\"foo\">bar</a>baz]",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<a name=foo>foobar[]baz</a>",
 	[["stylewithcss","false"],["unlink",""]],
 	"<a name=\"foo\">foobar[]baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<a name=foo>foobar[]baz</a>",
+	[["stylewithcss","true"],["unlink",""]],
+	"<a name=\"foo\">foobar[]baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<a name=foo>foo[bar]baz</a>",
 	[["stylewithcss","false"],["unlink",""]],
 	"<a name=\"foo\">foo[bar]baz</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<a name=foo>foo[bar]baz</a>",
+	[["stylewithcss","true"],["unlink",""]],
+	"<a name=\"foo\">foo[bar]baz</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["<a name=foo>[foobarbaz]</a>",
 	[["stylewithcss","false"],["unlink",""]],
 	"<a name=\"foo\">[foobarbaz]</a>",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["<a name=foo>[foobarbaz]</a>",
+	[["stylewithcss","true"],["unlink",""]],
+	"<a name=\"foo\">[foobarbaz]</a>",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["foo<a name=foo>[bar]</a>baz",
 	[["stylewithcss","false"],["unlink",""]],
 	"foo<a name=\"foo\">[bar]</a>baz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["foo<a name=foo>[bar]</a>baz",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo<a name=\"foo\">[bar]</a>baz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["foo[<a name=foo>bar</a>]baz",
 	[["stylewithcss","false"],["unlink",""]],
 	"foo[<a name=\"foo\">bar</a>]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["foo[<a name=foo>bar</a>]baz",
+	[["stylewithcss","true"],["unlink",""]],
+	"foo[<a name=\"foo\">bar</a>]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["[foo<a name=foo>bar</a>baz]",
 	[["stylewithcss","false"],["unlink",""]],
 	"[foo<a name=\"foo\">bar</a>baz]",
-	{"stylewithcss":[false,false,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"unlink":[false,false,"",false,false,""]}],
+["[foo<a name=foo>bar</a>baz]",
+	[["stylewithcss","true"],["unlink",""]],
+	"[foo<a name=\"foo\">bar</a>baz]",
+	{"stylewithcss":[false,false,"",false,true,""],"unlink":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["selectall",""]],
 	"foo[bar]baz",
-	{"stylewithcss":[false,false,"",false,false,""],"selectall":[false,false,"",false,false,""]}],
+	{"stylewithcss":[false,true,"",false,false,""],"selectall":[false,false,"",false,false,""]}],
+["foo[bar]baz",
+	[["stylewithcss","true"],["selectall",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[false,false,"",false,true,""],"selectall":[false,false,"",false,false,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["stylewithcss","true"]],
 	"foo[bar]baz",
-	{"stylewithcss":[false,false,"",false,true,""]}],
+	{"stylewithcss":[false,true,"",false,true,""]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["stylewithcss","true"]],
 	"foo[bar]baz",
--- a/conformancetest/gentest.html	Mon Sep 19 15:21:18 2011 -0600
+++ b/conformancetest/gentest.html	Mon Sep 19 14:57:47 2011 -0600
@@ -35,11 +35,9 @@
 			try {
 				if (command == "multitest") {
 					generateTest(normalizeTest(command, test));
-				} else if (doubleTestingCommands.indexOf(command) != -1) {
+				} else {
 					generateTest(normalizeTest(command, test, false));
 					generateTest(normalizeTest(command, test, true));
-				} else {
-					generateTest(normalizeTest(command, test, false));
 				}
 			} catch(e) {
 				var errorP = document.createElement("p");