Test queryCommand*() in conformance tests
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Wed, 07 Sep 2011 14:30:32 -0600
changeset 572 6fde8c6d7c8b
parent 571 efda2a3a76b8
child 573 0df4a33e01a1
Test queryCommand*() in conformance tests

This was a remarkably large amount of work. In the end it was mostly a
matter of repeatedly fixing things when they broke. There are a bunch
of lingering issues, but I want to commit this already and work on
followups one at a time.

Fixes: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14065
conformancetest/data.js
conformancetest/gentest.html
conformancetest/runtest.html
implementation.js
tests.js
--- a/conformancetest/data.js	Wed Sep 07 11:42:00 2011 -0600
+++ b/conformancetest/data.js	Wed Sep 07 14:30:32 2011 -0600
@@ -2,16493 +2,16229 @@
 ["foo[]bar",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo]bar[baz",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo]bar[baz",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[bar<i>baz]qoz</i>quz",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[bar<i>baz]qoz</i>quz",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: rgb(0, 255, 255)\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(0, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: rgb(0, 255, 255)\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(0, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: #00ffff\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(0, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: #00ffff\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(0, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: aqua\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(0, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: aqua\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(0, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[true,null,"rgb(0, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[true,null,"rgb(0, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</span>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</span>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<span style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</p>",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<p style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</p>",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["fo[o<span style=background-color:tan>b]ar</span>baz",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[true,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["fo[o<span style=background-color:tan>b]ar</span>baz",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[true,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo<span style=background-color:tan>ba[r</span>b]az",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[true,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo<span style=background-color:tan>ba[r</span>b]az",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[true,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["fo[o<span style=background-color:tan>bar</span>b]az",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"fo<span style=\"background-color:rgb(0, 255, 255)\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[true,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["fo[o<span style=background-color:tan>bar</span>b]az",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"fo<span style=\"background-color:rgb(0, 255, 255)\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[true,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[<span style=background-color:tan>b]ar</span>baz",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[<span style=background-color:tan>b]ar</span>baz",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo<span style=background-color:tan>ba[r</span>]baz",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo<span style=background-color:tan>ba[r</span>]baz",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[<span style=background-color:tan>bar</span>]baz",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"foo[<span style=\"background-color:rgb(0, 255, 255)\">bar</span>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[<span style=background-color:tan>bar</span>]baz",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"foo[<span style=\"background-color:rgb(0, 255, 255)\">bar</span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo<span style=background-color:tan>[bar]</span>baz",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo<span style=background-color:tan>[bar]</span>baz",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo{<span style=background-color:tan>bar</span>}baz",
 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
 	"foo{<span style=\"background-color:rgb(0, 255, 255)\">bar}</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo{<span style=background-color:tan>bar</span>}baz",
 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
 	"foo{<span style=\"background-color:rgb(0, 255, 255)\">bar}</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[true,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[true,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
 	[["stylewithcss","false"],["backcolor","#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":[null,true,null,null,false,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
 	[["stylewithcss","true"],["backcolor","#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":[null,false,null,null,true,null],"backcolor":[false,null,"rgb(210, 180, 140)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<b>foo[]bar</b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>foo[]bar</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<b>foo[]bar</b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<b>foo[]bar</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>[bar]</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo[bar<i>baz]qoz</i>quz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>[bar</b><i><b>baz]</b>qoz</i>quz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo[bar<i>baz]qoz</i>quz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span style=\"font-weight:bold\">[bar</span><i><span style=\"font-weight:bold\">baz]</span>qoz</i>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span contenteditable=false>[bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<span contenteditable=\"false\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span contenteditable=false>[bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span contenteditable=\"false\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["fo[o<span contenteditable=false>bar</span>b]az",
 	[["stylewithcss","false"],["bold",""]],
 	"fo<b>[o</b><span contenteditable=\"false\">bar</span><b>b]</b>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["fo[o<span contenteditable=false>bar</span>b]az",
 	[["stylewithcss","true"],["bold",""]],
 	"fo<span style=\"font-weight:bold\">[o</span><span contenteditable=\"false\">bar</span><span style=\"font-weight:bold\">b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span contenteditable=false>ba[r</span>b]az",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<span contenteditable=\"false\">ba[r</span><b>b]</b>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span contenteditable=false>ba[r</span>b]az",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span contenteditable=\"false\">ba[r</span><span style=\"font-weight:bold\">b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["fo[o<span contenteditable=false>b]ar</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"fo<b>[o</b><span contenteditable=\"false\">b]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["fo[o<span contenteditable=false>b]ar</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"fo<span style=\"font-weight:bold\">[o</span><span contenteditable=\"false\">b]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["fo[<b>o</b><span contenteditable=false>bar</span><b>b</b>]az",
 	[["stylewithcss","false"],["bold",""]],
 	"fo[o<span contenteditable=\"false\">bar</span>b]az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["fo[<b>o</b><span contenteditable=false>bar</span><b>b</b>]az",
 	[["stylewithcss","true"],["bold",""]],
 	"fo[o<span contenteditable=\"false\">bar</span>b]az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span contenteditable=\"false\">foo<span contenteditable=\"true\"><b>[bar]</b></span>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span contenteditable=\"false\">foo<span contenteditable=\"true\"><span style=\"font-weight:bold\">[bar]</span></span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span contenteditable=false>fo[o<span contenteditable=true>bar</span>b]az</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span contenteditable=\"false\">fo[o<span contenteditable=\"true\"><b>bar</b></span>b]az</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span contenteditable=false>fo[o<span contenteditable=true>bar</span>b]az</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span contenteditable=\"false\">fo[o<span contenteditable=\"true\"><span style=\"font-weight:bold\">bar</span></span>b]az</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span contenteditable=false>foo<span contenteditable=true>ba[r</span>b]az</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span contenteditable=\"false\">foo<span contenteditable=\"true\">ba<b>[r</b></span>b]az</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span contenteditable=false>foo<span contenteditable=true>ba[r</span>b]az</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span contenteditable=\"false\">foo<span contenteditable=\"true\">ba<span style=\"font-weight:bold\">[r</span></span>b]az</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span contenteditable=false>fo[o<span contenteditable=true>b]ar</span>baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span contenteditable=\"false\">fo[o<span contenteditable=\"true\"><b>b]</b>ar</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span contenteditable=false>fo[o<span contenteditable=true>b]ar</span>baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span contenteditable=\"false\">fo[o<span contenteditable=\"true\"><span style=\"font-weight:bold\">b]</span>ar</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span contenteditable=false>fo[<b>o<span contenteditable=true>bar</span>b</b>]az</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span contenteditable=\"false\">fo[<b>o<span contenteditable=\"true\"><span style=\"font-weight:normal\">bar</span></span>b</b>]az</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<span contenteditable=false>fo[<b>o<span contenteditable=true>bar</span>b</b>]az</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span contenteditable=\"false\">fo[<b>o<span contenteditable=\"true\"><span style=\"font-weight:normal\">bar</span></span>b</b>]az</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["bold",""]],
 	"<table><tbody><tr><td>foo</td><td>b<b>[a]</b>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["bold",""]],
 	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-weight:bold\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["bold",""]],
 	"<table><tbody><tr><td>foo</td>{<td><b>bar</b></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["bold",""]],
 	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-weight:bold\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["bold",""]],
 	"<table><tbody><tr>{<td><b>foo</b></td><td><b>bar</b></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["bold",""]],
 	"<table><tbody><tr>{<td><span style=\"font-weight:bold\">foo</span></td><td><span style=\"font-weight:bold\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["bold",""]],
 	"<table><tbody>{<tr><td><b>foo</b></td><td><b>bar</b></td><td><b>baz</b></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["bold",""]],
 	"<table><tbody>{<tr><td><span style=\"font-weight:bold\">foo</span></td><td><span style=\"font-weight:bold\">bar</span></td><td><span style=\"font-weight:bold\">baz</span></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["bold",""]],
 	"<table>{<tbody><tr><td><b>foo</b></td><td><b>bar</b></td><td><b>baz</b></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["bold",""]],
 	"<table>{<tbody><tr><td><span style=\"font-weight:bold\">foo</span></td><td><span style=\"font-weight:bold\">bar</span></td><td><span style=\"font-weight:bold\">baz</span></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["bold",""]],
 	"{<table><tbody><tr><td><b>foo</b></td><td><b>bar</b></td><td><b>baz</b></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["bold",""]],
 	"{<table><tbody><tr><td><span style=\"font-weight:bold\">foo</span></td><td><span style=\"font-weight:bold\">bar</span></td><td><span style=\"font-weight:bold\">baz</span></td></tr></tbody></table>}",
-	[]],
-["foo<span style=\"font-weight: bold\">[bar]</span>baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: bold\">[bar]</span>baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo<span style=\"font-weight: bold\">[bar]</span>baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<b>bar</b>[baz]",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>bar[baz]</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<b>bar</b>[baz]",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<b>bar[baz]</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["[foo]<b>bar</b>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>[foo]bar</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["[foo]<b>bar</b>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"<b>[foo]bar</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<b>foo</b>[bar]<b>baz</b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>foo[bar]baz</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<b>foo</b>[bar]<b>baz</b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<b>foo[bar]baz</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<strong>bar</strong>[baz]",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<strong>bar[baz]</strong>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<strong>bar</strong>[baz]",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<strong>bar[baz]</strong>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["[foo]<strong>bar</strong>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"<strong>[foo]bar</strong>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["[foo]<strong>bar</strong>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"<strong>[foo]bar</strong>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<strong>foo</strong>[bar]<strong>baz</strong>",
 	[["stylewithcss","false"],["bold",""]],
 	"<strong>foo[bar]baz</strong>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<strong>foo</strong>[bar]<strong>baz</strong>",
 	[["stylewithcss","true"],["bold",""]],
 	"<strong>foo[bar]baz</strong>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<b>foo</b>[bar]<strong>baz</strong>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>foo[bar]baz</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<b>foo</b>[bar]<strong>baz</strong>",
 	[["stylewithcss","true"],["bold",""]],
 	"<b>foo[bar]baz</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<strong>foo</strong>[bar]<b>baz</b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<strong>foo[bar]baz</strong>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<strong>foo</strong>[bar]<b>baz</b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<strong>foo[bar]baz</strong>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo[<b>bar</b>]baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<b>bar</b>]baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<b>bar]</b>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<b>bar]</b>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<b>[bar</b>]baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo<b>[bar</b>]baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo{<b></b>}baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo{<b></b>}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo{<b></b>}baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo{<b></b>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo{<i></i>}baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo{<i></i>}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo{<i></i>}baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo{<i></i>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo{<b><i></i></b>}baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo{<b><i></i></b>}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo{<b><i></i></b>}baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo{<b><i></i></b>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo{<i><b></b></i>}baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo{<i><b></b></i>}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo{<i><b></b></i>}baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo{<i><b></b></i>}baz",
-	[]],
-["foo<strong>[bar]</strong>baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<strong>[bar]</strong>baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
-["foo[<strong>bar</strong>]baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo<strong>[bar]</strong>baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<strong>bar</strong>]baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo[<strong>bar</strong>]baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<strong>bar]</strong>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<strong>bar]</strong>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
-["foo<strong>[bar</strong>]baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<strong>[bar</strong>]baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo<strong>[bar</strong>]baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: bold\">[bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: bold\">[bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
-["foo[<span style=\"font-weight: bold\">bar</span>]baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<span style=\"font-weight: bold\">bar</span>]baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
-["foo[<span style=\"font-weight: bold\">bar]</span>baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo[<span style=\"font-weight: bold\">bar</span>]baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<span style=\"font-weight: bold\">bar]</span>baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo[<span style=\"font-weight: bold\">bar]</span>baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: bold\">[bar</span>]baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: bold\">[bar</span>]baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<b>{<p>foo</p><p>bar</p>}<p>baz</p></b>",
 	[["stylewithcss","false"],["bold",""]],
 	"{<p>foo</p><p>bar</p>}<p><b>baz</b></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<b>{<p>foo</p><p>bar</p>}<p>baz</p></b>",
 	[["stylewithcss","true"],["bold",""]],
 	"{<p>foo</p><p>bar</p>}<p><span style=\"font-weight:bold\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<b><p>foo[<i>bar</i>}</p><p>baz</p></b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<p><b>foo[</b><i>bar</i>}</p><p><b>baz</b></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<b><p>foo[<i>bar</i>}</p><p>baz</p></b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<p><span style=\"font-weight:bold\">foo[</span><i>bar</i>}</p><p><span style=\"font-weight:bold\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo [bar <b>baz] qoz</b> quz sic",
 	[["stylewithcss","false"],["bold",""]],
 	"foo <b>[bar baz] qoz</b> quz sic",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[true,false,null,false,true,null]}],
 ["foo [bar <b>baz] qoz</b> quz sic",
 	[["stylewithcss","true"],["bold",""]],
 	"foo <b>[bar baz] qoz</b> quz sic",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[true,false,null,false,true,null]}],
 ["foo bar <b>baz [qoz</b> quz] sic",
 	[["stylewithcss","false"],["bold",""]],
 	"foo bar <b>baz [qoz quz]</b> sic",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[true,false,null,false,true,null]}],
 ["foo bar <b>baz [qoz</b> quz] sic",
 	[["stylewithcss","true"],["bold",""]],
 	"foo bar <b>baz [qoz quz]</b> sic",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[true,false,null,false,true,null]}],
 ["<b id=purple>bar [baz] qoz</b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span id=\"purple\"><b>bar </b>[baz]<b> qoz</b></span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<b id=purple>bar [baz] qoz</b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span id=\"purple\"><span style=\"font-weight:bold\">bar </span>[baz]<span style=\"font-weight:bold\"> qoz</span></span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: 100\">[bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>[bar]</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 100\">[bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 200\">[bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>[bar]</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 200\">[bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 300\">[bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>[bar]</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 300\">[bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 400\">[bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>[bar]</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 400\">[bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 500\">[bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>[bar]</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 500\">[bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
-	[]],
-["foo<span style=\"font-weight: 600\">[bar]</span>baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 600\">[bar]</span>baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
-["foo<span style=\"font-weight: 700\">[bar]</span>baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo<span style=\"font-weight: 600\">[bar]</span>baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: 700\">[bar]</span>baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
-["foo<span style=\"font-weight: 800\">[bar]</span>baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo<span style=\"font-weight: 700\">[bar]</span>baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: 800\">[bar]</span>baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo<span style=\"font-weight: 800\">[bar]</span>baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: 900\">[bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: 900\">[bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: 400\">[bar</span>]baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>[bar</b>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 400\">[bar</span>]baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span style=\"font-weight:bold\">[bar</span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: 700\">[bar</span>]baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: 700\">[bar</span>]baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<span style=\"font-weight: 400\">bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[<b>bar]</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo[<span style=\"font-weight: 400\">bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[<span style=\"font-weight:bold\">bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo[<span style=\"font-weight: 700\">bar]</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<span style=\"font-weight: 700\">bar]</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<span style=\"font-weight: 400\">bar</span>]baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[<b>bar</b>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["foo[<span style=\"font-weight: 400\">bar</span>]baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[<span style=\"font-weight:bold\">bar</span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo[<span style=\"font-weight: 700\">bar</span>]baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<span style=\"font-weight: 700\">bar</span>]baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=\"font-weight: 100\">foo[bar]baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:100\">foo<b>[bar]</b>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=\"font-weight: 100\">foo[bar]baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:100\">foo<span style=\"font-weight:bold\">[bar]</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=\"font-weight: 400\">foo[bar]baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:400\">foo<b>[bar]</b>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=\"font-weight: 400\">foo[bar]baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:400\">foo<span style=\"font-weight:bold\">[bar]</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=\"font-weight: 700\">foo[bar]baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>foo</b>[bar]<b>baz</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=\"font-weight: 700\">foo[bar]baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:700\">foo</span>[bar]<span style=\"font-weight:700\">baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=\"font-weight: 900\">foo[bar]baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:900\">foo</span>[bar]<span style=\"font-weight:900\">baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=\"font-weight: 900\">foo[bar]baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:900\">foo</span>[bar]<span style=\"font-weight:900\">baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["{<span style=\"font-weight: 100\">foobar]baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"{<span style=\"font-weight:100\"><b>foobar]</b>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["{<span style=\"font-weight: 100\">foobar]baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"{<span style=\"font-weight:100\"><span style=\"font-weight:bold\">foobar]</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["{<span style=\"font-weight: 400\">foobar]baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"{<span style=\"font-weight:400\"><b>foobar]</b>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["{<span style=\"font-weight: 400\">foobar]baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"{<span style=\"font-weight:400\"><span style=\"font-weight:bold\">foobar]</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["{<span style=\"font-weight: 700\">foobar]baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"{foobar]<b>baz</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["{<span style=\"font-weight: 700\">foobar]baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"{foobar]<span style=\"font-weight:700\">baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["{<span style=\"font-weight: 900\">foobar]baz</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"{foobar]<span style=\"font-weight:900\">baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["{<span style=\"font-weight: 900\">foobar]baz</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"{foobar]<span style=\"font-weight:900\">baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=\"font-weight: 100\">foo[barbaz</span>}",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:100\">foo<b>[barbaz</b></span>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=\"font-weight: 100\">foo[barbaz</span>}",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:100\">foo<span style=\"font-weight:bold\">[barbaz</span></span>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=\"font-weight: 400\">foo[barbaz</span>}",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:400\">foo<b>[barbaz</b></span>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=\"font-weight: 400\">foo[barbaz</span>}",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:400\">foo<span style=\"font-weight:bold\">[barbaz</span></span>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=\"font-weight: 700\">foo[barbaz</span>}",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>foo</b>[barbaz}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=\"font-weight: 700\">foo[barbaz</span>}",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:700\">foo</span>[barbaz}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=\"font-weight: 900\">foo[barbaz</span>}",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:900\">foo</span>[barbaz}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=\"font-weight: 900\">foo[barbaz</span>}",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:900\">foo</span>[barbaz}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<h3>foo[bar]baz</h3>",
 	[["stylewithcss","false"],["bold",""]],
 	"<h3>foo<span style=\"font-weight:normal\">[bar]</span>baz</h3>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<h3>foo[bar]baz</h3>",
 	[["stylewithcss","true"],["bold",""]],
 	"<h3>foo<span style=\"font-weight:normal\">[bar]</span>baz</h3>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["{<h3>foobar]baz</h3>",
 	[["stylewithcss","false"],["bold",""]],
 	"{<h3><span style=\"font-weight:normal\">foobar]</span>baz</h3>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["{<h3>foobar]baz</h3>",
 	[["stylewithcss","true"],["bold",""]],
 	"{<h3><span style=\"font-weight:normal\">foobar]</span>baz</h3>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<h3>foo[barbaz</h3>}",
 	[["stylewithcss","false"],["bold",""]],
 	"<h3>foo<span style=\"font-weight:normal\">[barbaz</span></h3>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<h3>foo[barbaz</h3>}",
 	[["stylewithcss","true"],["bold",""]],
 	"<h3>foo<span style=\"font-weight:normal\">[barbaz</span></h3>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<h3>[foobarbaz]</h3>",
 	[["stylewithcss","false"],["bold",""]],
 	"<h3><span style=\"font-weight:normal\">[foobarbaz]</span></h3>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<h3>[foobarbaz]</h3>",
 	[["stylewithcss","true"],["bold",""]],
 	"<h3><span style=\"font-weight:normal\">[foobarbaz]</span></h3>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["{<h3>foobarbaz]</h3>",
 	[["stylewithcss","false"],["bold",""]],
 	"{<h3><span style=\"font-weight:normal\">foobarbaz]</span></h3>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["{<h3>foobarbaz]</h3>",
 	[["stylewithcss","true"],["bold",""]],
 	"{<h3><span style=\"font-weight:normal\">foobarbaz]</span></h3>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<h3>[foobarbaz</h3>}",
 	[["stylewithcss","false"],["bold",""]],
 	"<h3><span style=\"font-weight:normal\">[foobarbaz</span></h3>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<h3>[foobarbaz</h3>}",
 	[["stylewithcss","true"],["bold",""]],
 	"<h3><span style=\"font-weight:normal\">[foobarbaz</span></h3>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["{<h3>foobarbaz</h3>}",
 	[["stylewithcss","false"],["bold",""]],
 	"{<h3><span style=\"font-weight:normal\">foobarbaz</span></h3>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["{<h3>foobarbaz</h3>}",
 	[["stylewithcss","true"],["bold",""]],
 	"{<h3><span style=\"font-weight:normal\">foobarbaz</span></h3>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<b>foo<span style=\"font-weight: normal\">bar<b>[baz]</b>quz</span>qoz</b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>foo<span style=\"font-weight:normal\">bar[baz]quz</span>qoz</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<b>foo<span style=\"font-weight: normal\">bar<b>[baz]</b>quz</span>qoz</b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<b>foo<span style=\"font-weight:normal\">bar[baz]quz</span>qoz</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<b>foo<span style=\"font-weight: normal\">[bar]</span>baz</b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>foo[bar]baz</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<b>foo<span style=\"font-weight: normal\">[bar]</span>baz</b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<b>foo[bar]baz</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["{<b>foo</b> <b>bar</b>}",
 	[["stylewithcss","false"],["bold",""]],
 	"{<b>foo bar}</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[true,false,null,false,true,null]}],
 ["{<b>foo</b> <b>bar</b>}",
 	[["stylewithcss","true"],["bold",""]],
 	"{<span style=\"font-weight:bold\">foo bar}</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[true,false,null,false,true,null]}],
 ["{<h3>foo</h3><b>bar</b>}",
 	[["stylewithcss","false"],["bold",""]],
 	"{<h3><span style=\"font-weight:normal\">foo</span></h3>bar}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["{<h3>foo</h3><b>bar</b>}",
 	[["stylewithcss","true"],["bold",""]],
 	"{<h3><span style=\"font-weight:normal\">foo</span></h3>bar}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<i><b>foo</b></i>[bar]<i><b>baz</b></i>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b><i>foo</i>[bar]<i>baz</i></b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<i><b>foo</b></i>[bar]<i><b>baz</b></i>",
 	[["stylewithcss","true"],["bold",""]],
 	"<b><i>foo</i>[bar]<i>baz</i></b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<i><b>foo</b></i>[bar]<b>baz</b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b><i>foo</i>[bar]baz</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<i><b>foo</b></i>[bar]<b>baz</b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<b><i>foo</i>[bar]baz</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<b>foo</b>[bar]<i><b>baz</b></i>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>foo[bar]<i>baz</i></b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<b>foo</b>[bar]<i><b>baz</b></i>",
 	[["stylewithcss","true"],["bold",""]],
 	"<b>foo[bar]<i>baz</i></b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<font color=blue face=monospace><b>foo</b></font>[bar]",
 	[["stylewithcss","false"],["bold",""]],
 	"<b><font color=\"blue\" face=\"monospace\">foo</font>[bar]</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<font color=blue face=monospace><b>foo</b></font>[bar]",
 	[["stylewithcss","true"],["bold",""]],
 	"<b><font color=\"blue\" face=\"monospace\">foo</font>[bar]</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-weight: normal\"><b>{bar}</b></span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-weight: normal\"><b>{bar}</b></span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["[foo<span class=notbold>bar</span>baz]",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>[foo<span class=\"notbold\"><b>bar</b></span>baz]</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["[foo<span class=notbold>bar</span>baz]",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:bold\">[foo<span class=\"notbold\"><span style=\"font-weight:bold\">bar</span></span>baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<b><span class=notbold>[foo]</span></b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span class=\"notbold\"><b>[foo]</b></span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<b><span class=notbold>[foo]</span></b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span class=\"notbold\"><span style=\"font-weight:bold\">[foo]</span></span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<b><span class=notbold>foo[bar]baz</span></b>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b><span class=\"notbold\">foo<b>[bar]</b>baz</span></b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<b><span class=notbold>foo[bar]baz</span></b>",
 	[["stylewithcss","true"],["bold",""]],
 	"<b><span class=\"notbold\">foo<span style=\"font-weight:bold\">[bar]</span>baz</span></b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<p style=\"font-weight: bold\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["bold",""]],
 	"<p><b>foo</b>[bar]<b>baz</b></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<p style=\"font-weight: bold\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["bold",""]],
 	"<p><span style=\"font-weight:bold\">foo</span>[bar]<span style=\"font-weight:bold\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["fo[o<b>b]ar</b>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"fo<b>[ob]ar</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[true,false,null,false,true,null]}],
 ["fo[o<b>b]ar</b>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"fo<b>[ob]ar</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[true,false,null,false,true,null]}],
 ["foo<b>ba[r</b>b]az",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>ba[rb]</b>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[true,false,null,false,true,null]}],
 ["foo<b>ba[r</b>b]az",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<b>ba[rb]</b>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[true,false,null,false,true,null]}],
 ["fo[o<b>bar</b>b]az",
 	[["stylewithcss","false"],["bold",""]],
 	"fo<b>[obarb]</b>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[true,false,null,false,true,null]}],
 ["fo[o<b>bar</b>b]az",
 	[["stylewithcss","true"],["bold",""]],
 	"fo<span style=\"font-weight:bold\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[true,false,null,false,true,null]}],
 ["foo[<b>b]ar</b>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[b]<b>ar</b>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<b>b]ar</b>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[b]<span style=\"font-weight:bold\">ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<b>ba[r</b>]baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo<b>ba</b>[r]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo<b>ba[r</b>]baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo<span style=\"font-weight:bold\">ba</span>[r]baz",
-	[]],
-["foo[<b>bar</b>]baz",
-	[["stylewithcss","false"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo[<b>bar</b>]baz",
-	[["stylewithcss","true"],["bold",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
+["foo[<b>bar</b>]baz",
+	[["stylewithcss","true"],["bold",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","false"],["bold",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","true"],["bold",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["fo[o<span style=font-weight:bold>b]ar</span>baz",
 	[["stylewithcss","false"],["bold",""]],
 	"fo<span style=\"font-weight:bold\">[ob]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[true,false,null,false,true,null]}],
 ["fo[o<span style=font-weight:bold>b]ar</span>baz",
 	[["stylewithcss","true"],["bold",""]],
 	"fo<span style=\"font-weight:bold\">[ob]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[true,false,null,false,true,null]}],
 ["<span style=font-weight:800>fo[o</span><span style=font-weight:900>b]ar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:800\">fo</span>[ob]<span style=\"font-weight:900\">ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=font-weight:800>fo[o</span><span style=font-weight:900>b]ar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:800\">fo</span>[ob]<span style=\"font-weight:900\">ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=font-weight:700>fo[o</span><span style=font-weight:800>b]ar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<b>fo</b>[ob]<span style=\"font-weight:800\">ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=font-weight:700>fo[o</span><span style=font-weight:800>b]ar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:700\">fo</span>[ob]<span style=\"font-weight:800\">ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=font-weight:600>fo[o</span><span style=font-weight:700>b]ar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:600\">fo</span>[ob]<b>ar</b>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=font-weight:600>fo[o</span><span style=font-weight:700>b]ar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:600\">fo</span>[ob]<span style=\"font-weight:700\">ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,true,null,false,false,null]}],
 ["<span style=font-weight:500>fo[o</span><span style=font-weight:600>b]ar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:500\">fo<b>[o</b></span><span style=\"font-weight:600\"><b>b]</b>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[true,false,null,false,true,null]}],
 ["<span style=font-weight:500>fo[o</span><span style=font-weight:600>b]ar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:500\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:600\"><span style=\"font-weight:bold\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[true,false,null,false,true,null]}],
 ["<span style=font-weight:400>fo[o</span><span style=font-weight:500>b]ar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:400\">fo<b>[o</b></span><span style=\"font-weight:500\"><b>b]</b>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=font-weight:400>fo[o</span><span style=font-weight:500>b]ar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:400\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:500\"><span style=\"font-weight:bold\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=font-weight:300>fo[o</span><span style=font-weight:400>b]ar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:300\">fo<b>[o</b></span><span style=\"font-weight:400\"><b>b]</b>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=font-weight:300>fo[o</span><span style=font-weight:400>b]ar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:300\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:400\"><span style=\"font-weight:bold\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=font-weight:200>fo[o</span><span style=font-weight:300>b]ar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:200\">fo<b>[o</b></span><span style=\"font-weight:300\"><b>b]</b>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=font-weight:200>fo[o</span><span style=font-weight:300>b]ar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:200\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:300\"><span style=\"font-weight:bold\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=font-weight:100>fo[o</span><span style=font-weight:200>b]ar</span>",
 	[["stylewithcss","false"],["bold",""]],
 	"<span style=\"font-weight:100\">fo<b>[o</b></span><span style=\"font-weight:200\"><b>b]</b>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"bold":[false,false,null,false,true,null]}],
 ["<span style=font-weight:100>fo[o</span><span style=font-weight:200>b]ar</span>",
 	[["stylewithcss","true"],["bold",""]],
 	"<span style=\"font-weight:100\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:200\"><span style=\"font-weight:bold\">b]</span>ar</span>",
-	[]],
-["foo[]bar",
-	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
-	"foo[]bar",
-	[]],
-["<span>foo</span>{}<span>bar</span>",
-	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
-	"<span>foo</span>{}<span>bar</span>",
-	[]],
-["<span>foo[</span><span>]bar</span>",
-	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
-	"<span>foo[</span><span>]bar</span>",
-	[]],
-["foo[bar]baz",
-	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
-	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
-	[]],
-["foo]bar[baz",
-	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
-	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
-	[]],
-["<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>",
-	[]],
-["<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>",
-	[]],
-["<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>",
-	[]],
-["<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>",
-	[]],
-["<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>",
-	[]],
-["{<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":[null,false,null,null,true,null],"bold":[false,false,null,false,true,null]}],
 ["<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":[null,true,null,null,false,null],"createlink":[false,null,"http://www.google.com/",false,null,"http://www.google.com/"]}],
 ["<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":[null,false,null,null,false,null],"createlink":[false,null,"http://www.google.com/",false,null,"http://www.google.com/"]}],
 ["{<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":[null,false,null,null,false,null],"createlink":[false,null,"http://www.google.com/",false,null,"http://www.google.com/"]}],
 ["{<a href=http://www.google.com/>foobarbaz</a>}",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"createlink":[false,null,"http://www.google.com/",false,null,"http://www.google.com/"]}],
 ["<a href=http://www.google.com/>[foobarbaz]</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"createlink":[false,null,"http://www.google.com/",false,null,"http://www.google.com/"]}],
 ["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",
-	[]],
-["[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",
-	[]],
-["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":[null,false,null,null,false,null],"createlink":[false,null,"http://www.google.com/",false,null,"http://www.google.com/"]}],
 ["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":[null,false,null,null,false,null],"createlink":[false,null,"http://www.google.com/",false,null,"http://www.google.com/"]}],
 ["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>",
-	[]],
-["[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",
-	[]],
-["[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":[null,false,null,null,false,null],"createlink":[true,null,"http://www.google.com/",false,null,"http://www.google.com/"]}],
 ["<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":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["<a href=otherurl>foo[barbaz</a>}",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">foo[barbaz</a>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["{<a href=otherurl>foobar]baz</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"{<a href=\"http://www.google.com/\">foobar]baz</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["{<a href=otherurl>foobarbaz</a>}",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["<a href=otherurl>[foobarbaz]</a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["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":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["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":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["foo<a href=otherurl>[bar</a>baz]",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"foo<a href=\"http://www.google.com/\">[barbaz]</a>",
-	[]],
-["[foo<a href=otherurl>bar]</a>baz",
-	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
-	"<a href=\"http://www.google.com/\">[foobar]</a>baz",
-	[]],
-["[foo<a href=otherurl>bar</a>baz]",
-	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
-	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"createlink":[true,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["<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":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["<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":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["{<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":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["<a href=otherurl><b>[foobarbaz]</b></a>",
 	[["stylewithcss","false"],["createlink","http://www.google.com/"]],
 	"<a href=\"http://www.google.com/\"><b>[foobarbaz]</b></a>",
-	[]],
-["<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>",
-	[]],
-["<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>",
-	[]],
-["foo[bar]baz",
-	[["stylewithcss","false"],["createlink",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"createlink":[false,null,"otherurl",false,null,"http://www.google.com/"]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>fo[]</span><span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo[]</span><span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<span style=display:none>bar</span>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<script>bar</script>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["fo&ouml;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo&#x308;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo&#x308;&#x327;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foö[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["&ouml;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["o&#x308;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"o[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["o&#x308;&#x327;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"ö[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["&#x5e9;&#x5c1;&#x5b8;[]&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
 	[["stylewithcss","false"],["delete",""]],
 	"שׁ[]לוֹם",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;[]&#x5dd;",
 	[["stylewithcss","false"],["delete",""]],
 	"שָׁלו[]ם",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<br></p><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<br></p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<br><br></p><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<br><br></p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br><br><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<br><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><p>foo</p></div><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p><div><p>[]bar</p></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><p>foo</p></div><div><p>[]bar</p></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><p>foo</p></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<div><p>[]bar</p></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div>foo</div><div>[]bar</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div>foo{}bar</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<pre>foo</pre>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<pre>foo{}bar</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br><b>[]bar</b>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}<b>bar</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<hr>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<hr><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p><br><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p><br><br><p>[]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><br><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p><img src=/img/lion.svg><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><img src=\"/img/lion.svg\">{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<img src=/img/lion.svg>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<a>foo</a>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<a href=/>foo</a>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<a name=abc>foo</a>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<a href=/ name=abc>foo</a>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<span><a>foo</a></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo</span>[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<span><a href=/>foo</a></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo</span>[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<span><a name=abc>foo</a></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo</span>[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<span><a href=/ name=abc>foo</a></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>foo</span>[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<a>[]bar</a>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<a>bar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<a href=/>[]bar</a>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<a href=\"/\">bar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<a name=abc>[]bar</a>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<a name=\"abc\">bar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<a href=/ name=abc>[]bar</a>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<a href=\"/\" name=\"abc\">bar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo &nbsp;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo []bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo&nbsp; []bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo []bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo&nbsp;&nbsp;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo []bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo  []bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<b>foo </b>&nbsp;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo </b>{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<b>foo&nbsp;</b> []bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo </b>{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<b>foo&nbsp;</b>&nbsp;[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo </b>{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<b>foo </b> []bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo[]</b>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<table><tr><td>[]bar</table>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<table><tr><td>bar</table>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<table><tr><td>foo<td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br><table><tr><td>[]bar</table>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<table><tr><td>bar<br></table>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{<table><tbody><tr><td>bar<br></td></tr></tbody></table>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<table><tr><td>foo<br><td>[]bar</table>",
 	[["stylewithcss","false"],["delete",""]],
 	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<hr><table><tr><td>[]bar</table>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<hr><table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<table><tr><td>bar<hr></table>[]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{<table><tbody><tr><td>bar<hr></td></tr></tbody></table>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<ol><li>[]bar<li>baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>[]bar</p><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br><ol><li>[]bar<li>baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>[]bar</p><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br><br><ol><li>[]bar<li>baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<br><br><p>[]bar</p><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>[]bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br><li>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>[]bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br><br><li>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br><br>[]bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li>[]bar<br>baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>[]bar<br>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br>bar<li>[]baz</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>bar<br>[]baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li><p>foo</p>{}bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li><p>foo{}bar</p></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li><p>foo<li>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li><p>foo</p>[]bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li><p>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<p>[]bar</p></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li><p>foo<li><p>[]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li><p>foo</p><p>[]bar</p></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<ul><li>[]bar</ul></ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>[]bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<ol><ol><li>[]bar</ol></ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<ol><li>[]bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<div><ol><li>[]bar</ol></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<div><p>[]bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<dl><dt>[]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>[]bar</p><dl><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<dl><dd>[]bar</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>[]bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>[]bar</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo<br>[]bar</dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dt>[]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo<br>[]bar</dt><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar<dd>[]baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo</dt><dd>bar<br>[]baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo</ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br></ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br><br></ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li><br></ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li><br></ol>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo</ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br></ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br><br></ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li><br></ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li><br></ol><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo</ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br></ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br><br></ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li><br></ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li><br></ol>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo</ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br></ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br><br></ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo<br>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li><br></ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li><br></ol><p>{}<br>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote>[]bar</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<br>[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote><blockquote>[]bar</blockquote></blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<blockquote>[]bar</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote><div>[]bar</div></blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<div>[]bar</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote style=\"color: blue\">[]bar</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<div style=\"color:rgb(0, 0, 255)\">[]bar</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote><blockquote><p>[]bar<p>baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<blockquote><p>[]bar</p><blockquote><p>baz</p></blockquote></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote><div><p>[]bar<p>baz</div></blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<div><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote><p><b>[]bar</b><p>baz</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p><b>[]bar</b></p><blockquote><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote><p><strong>[]bar</strong><p>baz</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p><strong>[]bar</strong></p><blockquote><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote><p><span>[]bar</span><p>baz</blockquote>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p><span>[]bar</span></p><blockquote><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<blockquote><ol><li>[]bar</ol></blockquote><p>extra",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<blockquote><p>[]bar</p></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<span></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<span><span></span></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<quasit></quasit>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br><span></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<span>foo<span></span></span>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<span>fo[]</span>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<span></span><span>[]bar</span>",
 	[["stylewithcss","false"],["delete",""]],
 	"fo[]<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<div><div><p>[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<div><div><p><!--abc-->[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<div><div><!--abc--><p>[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<div><!--abc--><div><p>[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<!--abc--><div><div><p>[]bar</div></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo</div></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo</div></div><!--abc-->[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo</div><!--abc--></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo</p><!--abc--></div></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo<!--abc--></div></div>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p style=color:blue>foo<p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<p style=color:brown>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p><font color=blue>foo</font><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><font color=\"blue\">foo</font>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<p><font color=brown>[]bar</font>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<font color=\"brown\">bar</font></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p style=background-color:aqua>foo<p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<p style=background-color:tan>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p style=text-decoration:underline>foo<p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><u>foo{}</u>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<p style=text-decoration:line-through>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<s>bar</s></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p><u>foo</u><p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><u>foo</u>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p><u>foo</u><p><s>[]bar</s>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><u>foo</u>{}<s>bar</s></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<p><s>[]bar</s>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<s>bar</s></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p style=color:blue>foo</p>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<p style=color:brown>[]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}<font color=\"#a52a2a\">bar</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<b>{bar}</b>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<span>[bar]</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<span>{bar}</span>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo{<span>bar</span>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<b>foo[bar</b><i>baz]quz</i>",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo[]</b><i>quz</i>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p><p>[bar]</p><p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p><p>{bar}</p><p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p><p>{bar</p>}<p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p>{<p>bar}</p><p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p>{}<br><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo</p>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<p>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<div>baz]quz</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<h1>baz]quz</h1>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<div>foo{}quz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
 	[["stylewithcss","false"],["delete",""]],
 	"<blockquote>foo{}quz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p><b>foo[bar</b><p>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p><b>foo</b>{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><p>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}quz</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<p style=color:blue>baz]quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<p><b>baz]quz</b>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}<b>quz</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><p>foo<p>[bar<p>baz]</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo</p><p>{}<br></p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<br>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[</p><p>]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[</p><p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar<br>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<p>]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo{<p>}bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<p>]bar</p>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<br>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo{<p>bar</p>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<p>{bar</p>}baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo{<p>bar}</p>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}<br>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[</p>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo{</p>}bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[</p>]bar<br>baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo[</p>]bar<p>baz</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<div><p>]bar</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><p>foo[</p></div>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo{}bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<div><p>]bar</p>baz</div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<div>baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<div>]bar<p>baz</p></div>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<div><p>baz</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div><p>foo</p>bar[</div>]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<div><p>foo</p>bar{}baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<div>foo<p>bar[</p></div>]baz",
 	[["stylewithcss","false"],["delete",""]],
 	"<div>foo<p>bar{}baz</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<br>{</p>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<br><br>{</p>]bar",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br>{<p>]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo<br><br>{<p>]bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo<br>{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<br>{</p><p>}bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>foo<br><br>{</p><p>}bar</p>",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>foo<br>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
 	[["stylewithcss","false"],["delete",""]],
 	"{}<br>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>fo[o<table><tr><td>bar</table><p>b]az",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>fo{}az</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>fo{}az</p><p>quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
 	[["stylewithcss","false"],["delete",""]],
 	"<p>fo{}uz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>fo{}ar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>fo{}ar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<ol><li>]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[<li>]bar</ol>",
 	[["stylewithcss","false"],["delete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<dl><dt>]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar<dl><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[<dl><dd>]bar</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[<dd>]bar</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo{}bar</dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
 	[["stylewithcss","false"],["delete",""]],
 	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<b>foo [&nbsp;</b>bar]",
 	[["stylewithcss","false"],["delete",""]],
 	"<b>foo&nbsp;[]</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"delete":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<font face=\"sans-serif\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["foo]bar[baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<font face=\"sans-serif\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["foo]bar[baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<table><tbody><tr><td>foo</td><td>b<font face=\"sans-serif\">[a]</font>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-family:sans-serif\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<table><tbody><tr><td>foo</td>{<td><font face=\"sans-serif\">bar</font></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-family:sans-serif\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<table><tbody><tr>{<td><font face=\"sans-serif\">foo</font></td><td><font face=\"sans-serif\">bar</font></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<table><tbody><tr>{<td><span style=\"font-family:sans-serif\">foo</span></td><td><span style=\"font-family:sans-serif\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<table><tbody>{<tr><td><font face=\"sans-serif\">foo</font></td><td><font face=\"sans-serif\">bar</font></td><td><font face=\"sans-serif\">baz</font></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<table><tbody>{<tr><td><span style=\"font-family:sans-serif\">foo</span></td><td><span style=\"font-family:sans-serif\">bar</span></td><td><span style=\"font-family:sans-serif\">baz</span></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<table>{<tbody><tr><td><font face=\"sans-serif\">foo</font></td><td><font face=\"sans-serif\">bar</font></td><td><font face=\"sans-serif\">baz</font></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<table>{<tbody><tr><td><span style=\"font-family:sans-serif\">foo</span></td><td><span style=\"font-family:sans-serif\">bar</span></td><td><span style=\"font-family:sans-serif\">baz</span></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"{<table><tbody><tr><td><font face=\"sans-serif\">foo</font></td><td><font face=\"sans-serif\">bar</font></td><td><font face=\"sans-serif\">baz</font></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"{<table><tbody><tr><td><span style=\"font-family:sans-serif\">foo</span></td><td><span style=\"font-family:sans-serif\">bar</span></td><td><span style=\"font-family:sans-serif\">baz</span></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["foo<code>[bar]</code>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<code><font face=\"sans-serif\">[bar]</font></code>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<code>[bar]</code>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<code><span style=\"font-family:sans-serif\">[bar]</span></code>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<kbd>[bar]</kbd>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<kbd><font face=\"sans-serif\">[bar]</font></kbd>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<kbd>[bar]</kbd>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<kbd><span style=\"font-family:sans-serif\">[bar]</span></kbd>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<listing>[bar]</listing>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<listing><font face=\"sans-serif\">[bar]</font></listing>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<listing>[bar]</listing>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<listing><span style=\"font-family:sans-serif\">[bar]</span></listing>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<pre>[bar]</pre>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<pre><font face=\"sans-serif\">[bar]</font></pre>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<pre>[bar]</pre>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<pre><span style=\"font-family:sans-serif\">[bar]</span></pre>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<samp>[bar]</samp>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<samp><font face=\"sans-serif\">[bar]</font></samp>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<samp>[bar]</samp>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<samp><span style=\"font-family:sans-serif\">[bar]</span></samp>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>[bar]</tt>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<tt><font face=\"sans-serif\">[bar]</font></tt>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>[bar]</tt>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<tt><span style=\"font-family:sans-serif\">[bar]</span></tt>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<code>b[a]r</code>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<code>b<font face=\"sans-serif\">[a]</font>r</code>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<code>b[a]r</code>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<code>b<span style=\"font-family:sans-serif\">[a]</span>r</code>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<kbd>b[a]r</kbd>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<kbd>b<font face=\"sans-serif\">[a]</font>r</kbd>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<kbd>b[a]r</kbd>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<kbd>b<span style=\"font-family:sans-serif\">[a]</span>r</kbd>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<listing>b[a]r</listing>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<listing>b<font face=\"sans-serif\">[a]</font>r</listing>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<listing>b[a]r</listing>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<listing>b<span style=\"font-family:sans-serif\">[a]</span>r</listing>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<pre>b[a]r</pre>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<pre>b<font face=\"sans-serif\">[a]</font>r</pre>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<pre>b[a]r</pre>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<pre>b<span style=\"font-family:sans-serif\">[a]</span>r</pre>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<samp>b[a]r</samp>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<samp>b<font face=\"sans-serif\">[a]</font>r</samp>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<samp>b[a]r</samp>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<samp>b<span style=\"font-family:sans-serif\">[a]</span>r</samp>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>b[a]r</tt>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<tt>b<font face=\"sans-serif\">[a]</font>r</tt>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>b[a]r</tt>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<tt>b<span style=\"font-family:sans-serif\">[a]</span>r</tt>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["[foo<code>bar</code>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo<code><font face=\"sans-serif\">bar</font></code>baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<code>bar</code>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo<code><span style=\"font-family:sans-serif\">bar</span></code>baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<kbd>bar</kbd>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo<kbd><font face=\"sans-serif\">bar</font></kbd>baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<kbd>bar</kbd>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo<kbd><span style=\"font-family:sans-serif\">bar</span></kbd>baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<listing>bar</listing>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo</font><listing><font face=\"sans-serif\">bar</font></listing><font face=\"sans-serif\">baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<listing>bar</listing>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo</span><listing><span style=\"font-family:sans-serif\">bar</span></listing><span style=\"font-family:sans-serif\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<pre>bar</pre>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo</font><pre><font face=\"sans-serif\">bar</font></pre><font face=\"sans-serif\">baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<pre>bar</pre>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo</span><pre><span style=\"font-family:sans-serif\">bar</span></pre><span style=\"font-family:sans-serif\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<samp>bar</samp>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo<samp><font face=\"sans-serif\">bar</font></samp>baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<samp>bar</samp>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo<samp><span style=\"font-family:sans-serif\">bar</span></samp>baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<tt>bar</tt>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo<tt><font face=\"sans-serif\">bar</font></tt>baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<tt>bar</tt>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo<tt><span style=\"font-family:sans-serif\">bar</span></tt>baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<code>ba]r</code>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo</font><code><font face=\"sans-serif\">ba]</font>r</code>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<code>ba]r</code>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo</span><code><span style=\"font-family:sans-serif\">ba]</span>r</code>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<kbd>ba]r</kbd>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo</font><kbd><font face=\"sans-serif\">ba]</font>r</kbd>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<kbd>ba]r</kbd>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo</span><kbd><span style=\"font-family:sans-serif\">ba]</span>r</kbd>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<listing>ba]r</listing>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo</font><listing><font face=\"sans-serif\">ba]</font>r</listing>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<listing>ba]r</listing>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo</span><listing><span style=\"font-family:sans-serif\">ba]</span>r</listing>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<pre>ba]r</pre>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo</font><pre><font face=\"sans-serif\">ba]</font>r</pre>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<pre>ba]r</pre>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo</span><pre><span style=\"font-family:sans-serif\">ba]</span>r</pre>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<samp>ba]r</samp>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo</font><samp><font face=\"sans-serif\">ba]</font>r</samp>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<samp>ba]r</samp>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo</span><samp><span style=\"font-family:sans-serif\">ba]</span>r</samp>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<tt>ba]r</tt>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<font face=\"sans-serif\">[foo</font><tt><font face=\"sans-serif\">ba]</font>r</tt>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["[foo<tt>ba]r</tt>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:sans-serif\">[foo</span><tt><span style=\"font-family:sans-serif\">ba]</span>r</tt>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["foo<code>b[ar</code>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<code>b<font face=\"sans-serif\">[ar</font></code><font face=\"sans-serif\">baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<code>b[ar</code>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<code>b<span style=\"font-family:sans-serif\">[ar</span></code><span style=\"font-family:sans-serif\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<kbd>b[ar</kbd>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<kbd>b<font face=\"sans-serif\">[ar</font></kbd><font face=\"sans-serif\">baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<kbd>b[ar</kbd>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<kbd>b<span style=\"font-family:sans-serif\">[ar</span></kbd><span style=\"font-family:sans-serif\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<listing>b[ar</listing>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<listing>b<font face=\"sans-serif\">[ar</font></listing><font face=\"sans-serif\">baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<listing>b[ar</listing>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<listing>b<span style=\"font-family:sans-serif\">[ar</span></listing><span style=\"font-family:sans-serif\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<pre>b[ar</pre>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<pre>b<font face=\"sans-serif\">[ar</font></pre><font face=\"sans-serif\">baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<pre>b[ar</pre>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<pre>b<span style=\"font-family:sans-serif\">[ar</span></pre><span style=\"font-family:sans-serif\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<samp>b[ar</samp>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<samp>b<font face=\"sans-serif\">[ar</font></samp><font face=\"sans-serif\">baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<samp>b[ar</samp>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<samp>b<span style=\"font-family:sans-serif\">[ar</span></samp><span style=\"font-family:sans-serif\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>b[ar</tt>baz]",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<tt>b<font face=\"sans-serif\">[ar</font></tt><font face=\"sans-serif\">baz]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>b[ar</tt>baz]",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<tt>b<span style=\"font-family:sans-serif\">[ar</span></tt><span style=\"font-family:sans-serif\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<span style=\"font-family: sans-serif\">[bar]</span>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<font face=\"sans-serif\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"sans-serif",false,null,"sans-serif"]}],
 ["foo<span style=\"font-family: sans-serif\">[bar]</span>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"sans-serif",false,null,"sans-serif"]}],
 ["foo<span style=\"font-family: sans-serif\">b[a]r</span>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:sans-serif\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"sans-serif",false,null,"sans-serif"]}],
 ["foo<span style=\"font-family: sans-serif\">b[a]r</span>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:sans-serif\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"sans-serif",false,null,"sans-serif"]}],
 ["foo<span style=\"font-family: monospace\">[bar]</span>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<font face=\"sans-serif\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<span style=\"font-family: monospace\">[bar]</span>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<span style=\"font-family: monospace\">b[a]r</span>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:monospace\">b<font face=\"sans-serif\">[a]</font>r</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<span style=\"font-family: monospace\">b[a]r</span>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:monospace\">b<span style=\"font-family:sans-serif\">[a]</span>r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt contenteditable=false>ba[r</tt>b]az",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<tt contenteditable=\"false\">ba[r</tt><font face=\"sans-serif\">b]</font>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["foo<tt contenteditable=false>ba[r</tt>b]az",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<tt contenteditable=\"false\">ba[r</tt><span style=\"font-family:sans-serif\">b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<tt contenteditable=false>b]ar</tt>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"fo<font face=\"sans-serif\">[o</font><tt contenteditable=\"false\">b]ar</tt>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<tt contenteditable=false>b]ar</tt>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"fo<span style=\"font-family:sans-serif\">[o</span><tt contenteditable=\"false\">b]ar</tt>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["foo<tt>{}<br></tt>bar",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<tt>{}<br></tt>bar",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>{}<br></tt>bar",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<tt>{}<br></tt>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>{<br></tt>}bar",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<tt>{<br></tt>}bar",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>{<br></tt>}bar",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<tt>{<br></tt>}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<tt>{<br></tt>b]ar",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<tt>{<font face=\"sans-serif\"><br></font></tt><font face=\"sans-serif\">b]</font>ar",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["foo<tt>{<br></tt>b]ar",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<tt>{<span style=\"font-family:sans-serif\"><br></span></tt><span style=\"font-family:sans-serif\">b]</span>ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<span style=font-family:monospace>b]ar</span>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"fo<font face=\"sans-serif\">[o</font><span style=\"font-family:monospace\"><font face=\"sans-serif\">b]</font>ar</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<span style=font-family:monospace>b]ar</span>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"fo<span style=\"font-family:sans-serif\">[o</span><span style=\"font-family:monospace\"><span style=\"font-family:sans-serif\">b]</span>ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["foo<span style=font-family:monospace>ba[r</span>b]az",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:monospace\">ba<font face=\"sans-serif\">[r</font></span><font face=\"sans-serif\">b]</font>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["foo<span style=font-family:monospace>ba[r</span>b]az",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:monospace\">ba<span style=\"font-family:sans-serif\">[r</span></span><span style=\"font-family:sans-serif\">b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"monospace",false,null,"sans-serif"]}],
 ["fo[o<span style=font-family:monospace>bar</span>b]az",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"fo<font face=\"sans-serif\">[obarb]</font>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<span style=font-family:monospace>bar</span>b]az",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"fo<span style=\"font-family:sans-serif\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["foo[<span style=font-family:monospace>b]ar</span>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo[<span style=\"font-family:monospace\"><font face=\"sans-serif\">b]</font>ar</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo[<span style=font-family:monospace>b]ar</span>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo[<span style=\"font-family:monospace\"><span style=\"font-family:sans-serif\">b]</span>ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<span style=font-family:monospace>ba[r</span>]baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:monospace\">ba<font face=\"sans-serif\">[r</font></span>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<span style=font-family:monospace>ba[r</span>]baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:monospace\">ba<span style=\"font-family:sans-serif\">[r</span></span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo[<span style=font-family:monospace>bar</span>]baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo[<font face=\"sans-serif\">bar</font>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo[<span style=font-family:monospace>bar</span>]baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo[<span style=\"font-family:sans-serif\">bar</span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<span style=font-family:monospace>[bar]</span>baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo<font face=\"sans-serif\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo<span style=font-family:monospace>[bar]</span>baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo{<span style=font-family:monospace>bar</span>}baz",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"foo{<font face=\"sans-serif\">bar}</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo{<span style=font-family:monospace>bar</span>}baz",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"foo{<span style=\"font-family:sans-serif\">bar}</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["fo[o<code>b]ar</code>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"fo<font face=\"sans-serif\">[o</font><code><font face=\"sans-serif\">b]</font>ar</code>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<code>b]ar</code>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"fo<span style=\"font-family:sans-serif\">[o</span><code><span style=\"font-family:sans-serif\">b]</span>ar</code>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<kbd>b]ar</kbd>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"fo<font face=\"sans-serif\">[o</font><kbd><font face=\"sans-serif\">b]</font>ar</kbd>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<kbd>b]ar</kbd>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"fo<span style=\"font-family:sans-serif\">[o</span><kbd><span style=\"font-family:sans-serif\">b]</span>ar</kbd>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<listing>b]ar</listing>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"fo<font face=\"sans-serif\">[o</font><listing><font face=\"sans-serif\">b]</font>ar</listing>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<listing>b]ar</listing>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"fo<span style=\"font-family:sans-serif\">[o</span><listing><span style=\"font-family:sans-serif\">b]</span>ar</listing>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<pre>b]ar</pre>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"fo<font face=\"sans-serif\">[o</font><pre><font face=\"sans-serif\">b]</font>ar</pre>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<pre>b]ar</pre>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"fo<span style=\"font-family:sans-serif\">[o</span><pre><span style=\"font-family:sans-serif\">b]</span>ar</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<samp>b]ar</samp>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"fo<font face=\"sans-serif\">[o</font><samp><font face=\"sans-serif\">b]</font>ar</samp>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<samp>b]ar</samp>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"fo<span style=\"font-family:sans-serif\">[o</span><samp><span style=\"font-family:sans-serif\">b]</span>ar</samp>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<tt>b]ar</tt>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"fo<font face=\"sans-serif\">[o</font><tt><font face=\"sans-serif\">b]</font>ar</tt>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["fo[o<tt>b]ar</tt>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"fo<span style=\"font-family:sans-serif\">[o</span><tt><span style=\"font-family:sans-serif\">b]</span>ar</tt>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[true,null,"serif",false,null,"sans-serif"]}],
 ["<tt>fo[o</tt><code>b]ar</code>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<tt>fo<font face=\"sans-serif\">[o</font></tt><code><font face=\"sans-serif\">b]</font>ar</code>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["<tt>fo[o</tt><code>b]ar</code>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<tt>fo<span style=\"font-family:sans-serif\">[o</span></tt><code><span style=\"font-family:sans-serif\">b]</span>ar</code>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["<pre>fo[o</pre><samp>b]ar</samp>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<pre>fo<font face=\"sans-serif\">[o</font></pre><samp><font face=\"sans-serif\">b]</font>ar</samp>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["<pre>fo[o</pre><samp>b]ar</samp>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<pre>fo<span style=\"font-family:sans-serif\">[o</span></pre><samp><span style=\"font-family:sans-serif\">b]</span>ar</samp>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["<span style=font-family:monospace>fo[o</span><kbd>b]ar</kbd>",
 	[["stylewithcss","false"],["fontname","sans-serif"]],
 	"<span style=\"font-family:monospace\">fo<font face=\"sans-serif\">[o</font></span><kbd><font face=\"sans-serif\">b]</font>ar</kbd>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["<span style=font-family:monospace>fo[o</span><kbd>b]ar</kbd>",
 	[["stylewithcss","true"],["fontname","sans-serif"]],
 	"<span style=\"font-family:monospace\">fo<span style=\"font-family:sans-serif\">[o</span></span><kbd><span style=\"font-family:sans-serif\">b]</span>ar</kbd>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontname":[false,null,"monospace",false,null,"sans-serif"]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","1"]],
 	"foo<font size=\"1\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","1"]],
 	"foo<span style=\"font-size:xx-small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","0"]],
 	"foo<font size=\"1\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","0"]],
 	"foo<span style=\"font-size:xx-small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","-5"]],
 	"foo<font size=\"1\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","-5"]],
 	"foo<span style=\"font-size:xx-small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","6"]],
 	"foo<font size=\"6\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"6"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","6"]],
 	"foo<span style=\"font-size:xx-large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"6"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","7"]],
 	"foo<font size=\"7\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"7"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","7"]],
 	"foo<font size=\"7\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"7"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","8"]],
 	"foo<font size=\"7\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"7"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","8"]],
 	"foo<font size=\"7\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"7"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","100"]],
 	"foo<font size=\"7\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"7"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","100"]],
 	"foo<font size=\"7\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"7"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","2em"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","2em"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","20pt"]],
 	"foo<span style=\"font-size:20pt\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"5"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","20pt"]],
 	"foo<span style=\"font-size:20pt\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"5"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","xx-large"]],
 	"foo<font size=\"6\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"6"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","xx-large"]],
 	"foo<span style=\"font-size:xx-large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"6"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize"," 1 "]],
 	"foo<font size=\"1\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize"," 1 "]],
 	"foo<span style=\"font-size:xx-small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","1."]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","1."]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","1.0"]],
 	"foo<font size=\"1\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","1.0"]],
 	"foo<span style=\"font-size:xx-small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","1.0e2"]],
 	"foo<font size=\"1\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","1.0e2"]],
 	"foo<span style=\"font-size:xx-small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","1.1"]],
 	"foo<font size=\"1\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","1.1"]],
 	"foo<span style=\"font-size:xx-small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","1.9"]],
 	"foo<font size=\"1\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","1.9"]],
 	"foo<span style=\"font-size:xx-small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","+0"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","+0"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","+1"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","+1"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","+9"]],
 	"foo<font size=\"7\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"7"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","+9"]],
 	"foo<font size=\"7\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"7"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","-0"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","-0"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","-1"]],
 	"foo<font size=\"2\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"2"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","-1"]],
 	"foo<span style=\"font-size:small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"2"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize","-9"]],
 	"foo<font size=\"1\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize","-9"]],
 	"foo<span style=\"font-size:xx-small\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"1"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["fontsize",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["fontsize",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["foo[bar<i>baz]qoz</i>quz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar</font><i><font size=\"4\">baz]</font>qoz</i>quz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo[bar<i>baz]qoz</i>quz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar</span><i><span style=\"font-size:large\">baz]</span>qoz</i>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<table><tbody><tr><td>foo</td><td>b<font size=\"4\">[a]</font>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-size:large\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<table><tbody><tr><td>foo</td>{<td><font size=\"4\">bar</font></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-size:large\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<table><tbody><tr>{<td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<table><tbody><tr>{<td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<table><tbody>{<tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<table><tbody>{<tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<table>{<tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<table>{<tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"{<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"{<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo<font size=1>[bar]</font>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["foo<font size=1>[bar]</font>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["<font size=1>foo[bar]baz</font>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"1\">foo<font size=\"4\">[bar]</font>baz</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["<font size=1>foo[bar]baz</font>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"1\">foo<span style=\"font-size:large\">[bar]</span>baz</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["foo<font size=3>[bar]</font>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo<font size=3>[bar]</font>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<font size=3>foo[bar]baz</font>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"3\">foo<font size=\"4\">[bar]</font>baz</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<font size=3>foo[bar]baz</font>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"3\">foo<span style=\"font-size:large\">[bar]</span>baz</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo<font size=4>[bar]</font>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["foo<font size=4>[bar]</font>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<font size=4>foo[bar]baz</font>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"4\">foo[bar]baz</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<font size=4>foo[bar]baz</font>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"4\">foo[bar]baz</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["foo<font size=+1>[bar]</font>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["foo<font size=+1>[bar]</font>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<font size=+1>foo[bar]baz</font>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"+1\">foo[bar]baz</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<font size=+1>foo[bar]baz</font>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"+1\">foo[bar]baz</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<font size=4>foo<font size=1>b[a]r</font>baz</font>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"4\">foo<font size=\"1\">b</font>[a]<font size=\"1\">r</font>baz</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["<font size=4>foo<font size=1>b[a]r</font>baz</font>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"4\">foo<span style=\"font-size:xx-small\">b</span>[a]<span style=\"font-size:xx-small\">r</span>baz</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["foo<span style=\"font-size: xx-small\">[bar]</span>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["foo<span style=\"font-size: xx-small\">[bar]</span>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["<span style=\"font-size: xx-small\">foo[bar]baz</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<span style=\"font-size:xx-small\">foo<font size=\"4\">[bar]</font>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["<span style=\"font-size: xx-small\">foo[bar]baz</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<span style=\"font-size:xx-small\">foo<span style=\"font-size:large\">[bar]</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["foo<span style=\"font-size: medium\">[bar]</span>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo<span style=\"font-size: medium\">[bar]</span>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<span style=\"font-size: medium\">foo[bar]baz</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<span style=\"font-size:medium\">foo<font size=\"4\">[bar]</font>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<span style=\"font-size: medium\">foo[bar]baz</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<span style=\"font-size:medium\">foo<span style=\"font-size:large\">[bar]</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["foo<span style=\"font-size: large\">[bar]</span>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["foo<span style=\"font-size: large\">[bar]</span>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<span style=\"font-size: large\">foo[bar]baz</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<span style=\"font-size:large\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<span style=\"font-size: large\">foo[bar]baz</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<span style=\"font-size:large\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<span style=\"font-size:large\">foo<font size=\"1\">b</font>[a]<font size=\"1\">r</font>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<span style=\"font-size:large\">foo<span style=\"font-size:xx-small\">b</span>[a]<span style=\"font-size:xx-small\">r</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["foo<span style=\"font-size: 2em\">[bar]</span>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"6",false,null,"4"]}],
 ["foo<span style=\"font-size: 2em\">[bar]</span>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"6",false,null,"4"]}],
 ["<span style=\"font-size: 2em\">foo[bar]baz</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<span style=\"font-size:2em\">foo<font size=\"4\">[bar]</font>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"6",false,null,"4"]}],
 ["<span style=\"font-size: 2em\">foo[bar]baz</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<span style=\"font-size:2em\">foo<span style=\"font-size:large\">[bar]</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"6",false,null,"4"]}],
 ["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<p style=\"font-size:xx-small\">foo<font size=\"4\">[bar]</font>baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<p style=\"font-size:xx-small\">foo<span style=\"font-size:large\">[bar]</span>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"1",false,null,"4"]}],
 ["<p style=\"font-size: medium\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<p style=\"font-size:medium\">foo<font size=\"4\">[bar]</font>baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<p style=\"font-size: medium\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<p style=\"font-size:medium\">foo<span style=\"font-size:large\">[bar]</span>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<p style=\"font-size: large\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<p style=\"font-size:large\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<p style=\"font-size: large\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<p style=\"font-size:large\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<p style=\"font-size: 2em\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<p style=\"font-size:2em\">foo<font size=\"4\">[bar]</font>baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"6",false,null,"4"]}],
 ["<p style=\"font-size: 2em\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<p style=\"font-size:2em\">foo<span style=\"font-size:large\">[bar]</span>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"6",false,null,"4"]}],
 ["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["fontsize","3"]],
 	"<p><font size=\"1\">foo</font>[bar]<font size=\"1\">baz</font></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"1",false,null,"3"]}],
 ["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["fontsize","3"]],
 	"<p><span style=\"font-size:xx-small\">foo</span>[bar]<span style=\"font-size:xx-small\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"1",false,null,"3"]}],
 ["<p style=\"font-size: medium\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["fontsize","3"]],
 	"<p style=\"font-size:medium\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["<p style=\"font-size: medium\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["fontsize","3"]],
 	"<p style=\"font-size:medium\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"3"]}],
 ["<p style=\"font-size: large\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["fontsize","3"]],
 	"<p><font size=\"4\">foo</font>[bar]<font size=\"4\">baz</font></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"3"]}],
 ["<p style=\"font-size: large\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["fontsize","3"]],
 	"<p><span style=\"font-size:large\">foo</span>[bar]<span style=\"font-size:large\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"3"]}],
 ["<p style=\"font-size: 2em\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["fontsize","3"]],
 	"<p><span style=\"font-size:2em\">foo</span>[bar]<span style=\"font-size:2em\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"6",false,null,"3"]}],
 ["<p style=\"font-size: 2em\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["fontsize","3"]],
 	"<p><span style=\"font-size:2em\">foo</span>[bar]<span style=\"font-size:2em\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"6",false,null,"3"]}],
 ["<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>",
 	[["stylewithcss","false"],["fontsize","3"]],
 	"<font size=\"6\">foo </font><span style=\"font-size:2em\">b</span>[a]<span style=\"font-size:2em\">r</span><font size=\"6\"> baz</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"7",false,null,"3"]}],
 ["<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>",
 	[["stylewithcss","true"],["fontsize","3"]],
 	"<span style=\"font-size:xx-large\">foo </span><span style=\"font-size:2em\">b</span>[a]<span style=\"font-size:2em\">r</span><span style=\"font-size:xx-large\"> baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"7",false,null,"3"]}],
 ["foo<big>[bar]</big>baz",
 	[["stylewithcss","false"],["fontsize","3"]],
 	"foo<big><font size=\"3\">[bar]</font></big>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"3"]}],
 ["foo<big>[bar]</big>baz",
 	[["stylewithcss","true"],["fontsize","3"]],
 	"foo<big><span style=\"font-size:medium\">[bar]</span></big>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"3"]}],
 ["foo<big>b[a]r</big>baz",
 	[["stylewithcss","false"],["fontsize","3"]],
 	"foo<big>b<font size=\"3\">[a]</font>r</big>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"3"]}],
 ["foo<big>b[a]r</big>baz",
 	[["stylewithcss","true"],["fontsize","3"]],
 	"foo<big>b<span style=\"font-size:medium\">[a]</span>r</big>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"3"]}],
 ["foo<small>[bar]</small>baz",
 	[["stylewithcss","false"],["fontsize","3"]],
 	"foo<small><font size=\"3\">[bar]</font></small>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"2",false,null,"3"]}],
 ["foo<small>[bar]</small>baz",
 	[["stylewithcss","true"],["fontsize","3"]],
 	"foo<small><span style=\"font-size:medium\">[bar]</span></small>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"2",false,null,"3"]}],
 ["foo<small>b[a]r</small>baz",
 	[["stylewithcss","false"],["fontsize","3"]],
 	"foo<small>b<font size=\"3\">[a]</font>r</small>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"2",false,null,"3"]}],
 ["foo<small>b[a]r</small>baz",
 	[["stylewithcss","true"],["fontsize","3"]],
 	"foo<small>b<span style=\"font-size:medium\">[a]</span>r</small>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"2",false,null,"3"]}],
 ["fo[o<font size=2>b]ar</font>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"fo<font size=\"4\">[o</font><font size=\"2\"><font size=\"4\">b]</font>ar</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[true,null,"3",false,null,"4"]}],
 ["fo[o<font size=2>b]ar</font>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"fo<span style=\"font-size:large\">[o</span><font size=\"2\"><span style=\"font-size:large\">b]</span>ar</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[true,null,"3",false,null,"4"]}],
 ["foo<font size=2>ba[r</font>b]az",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"2\">ba<font size=\"4\">[r</font></font><font size=\"4\">b]</font>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[true,null,"2",false,null,"4"]}],
 ["foo<font size=2>ba[r</font>b]az",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<font size=\"2\">ba<span style=\"font-size:large\">[r</span></font><span style=\"font-size:large\">b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[true,null,"2",false,null,"4"]}],
 ["fo[o<font size=2>bar</font>b]az",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"fo<font size=\"4\">[obarb]</font>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[true,null,"3",false,null,"4"]}],
 ["fo[o<font size=2>bar</font>b]az",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"fo<span style=\"font-size:large\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[true,null,"3",false,null,"4"]}],
 ["foo[<font size=2>b]ar</font>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo[<font size=\"2\"><font size=\"4\">b]</font>ar</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["foo[<font size=2>b]ar</font>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo[<font size=\"2\"><span style=\"font-size:large\">b]</span>ar</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["foo<font size=2>ba[r</font>]baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"2\">ba<font size=\"4\">[r</font></font>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["foo<font size=2>ba[r</font>]baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<font size=\"2\">ba<span style=\"font-size:large\">[r</span></font>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["foo[<font size=2>bar</font>]baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo[<font size=\"4\">bar</font>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["foo[<font size=2>bar</font>]baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo[<span style=\"font-size:large\">bar</span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["foo<font size=2>[bar]</font>baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo<font size=\"4\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["foo<font size=2>[bar]</font>baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo<span style=\"font-size:large\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["foo{<font size=2>bar</font>}baz",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"foo{<font size=\"4\">bar}</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["foo{<font size=2>bar</font>}baz",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"foo{<span style=\"font-size:large\">bar}</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"1\">fo<font size=\"4\">[o</font></font><span style=\"font-size:xx-small\"><font size=\"4\">b]</font>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[true,null,"1",false,null,"4"]}],
 ["<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"1\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:xx-small\"><span style=\"font-size:large\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[true,null,"1",false,null,"4"]}],
 ["<font size=2>fo[o</font><span style=font-size:small>b]ar</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"2\">fo<font size=\"4\">[o</font></font><span style=\"font-size:small\"><font size=\"4\">b]</font>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["<font size=2>fo[o</font><span style=font-size:small>b]ar</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"2\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:small\"><span style=\"font-size:large\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"2",false,null,"4"]}],
 ["<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"3\">fo<font size=\"4\">[o</font></font><span style=\"font-size:medium\"><font size=\"4\">b]</font>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"3\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:medium\"><span style=\"font-size:large\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"3",false,null,"4"]}],
 ["<font size=4>fo[o</font><span style=font-size:large>b]ar</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"4\">fo[o</font><span style=\"font-size:large\">b]ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<font size=4>fo[o</font><span style=font-size:large>b]ar</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"4\">fo[o</font><span style=\"font-size:large\">b]ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"4",false,null,"4"]}],
 ["<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"5\">fo<font size=\"4\">[o</font></font><span style=\"font-size:x-large\"><font size=\"4\">b]</font>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"5",false,null,"4"]}],
 ["<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"5\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:x-large\"><span style=\"font-size:large\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"5",false,null,"4"]}],
 ["<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>",
 	[["stylewithcss","false"],["fontsize","4"]],
 	"<font size=\"6\">fo<font size=\"4\">[o</font></font><span style=\"font-size:xx-large\"><font size=\"4\">b]</font>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"fontsize":[false,null,"6",false,null,"4"]}],
 ["<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>",
 	[["stylewithcss","true"],["fontsize","4"]],
 	"<font size=\"6\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:xx-large\"><span style=\"font-size:large\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"fontsize":[false,null,"6",false,null,"4"]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo]bar[baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo]bar[baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar<i>baz]qoz</i>quz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo<font color=\"#0000ff\">[bar</font><i><font color=\"#0000ff\">baz]</font>qoz</i>quz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar<i>baz]qoz</i>quz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar</span><i><span style=\"color:rgb(0, 0, 255)\">baz]</span>qoz</i>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","blue"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","blue"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","f"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","f"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","#f"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","#f"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","00f"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","00f"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","#00f"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","#00f"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","0000ff"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","0000ff"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","#0000ff"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","#0000ff"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","000000fff"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","000000fff"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","#000000fff"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","#000000fff"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","rgb(0, 0, 255)"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","rgb(0, 0, 255)"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","rgb(0%, 0%, 100%)"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","rgb(0%, 0%, 100%)"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","rgb( 0 ,0 ,255)"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","rgb( 0 ,0 ,255)"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","rgba(0, 0, 255, 0.0)"]],
 	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgba(0, 0, 255, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","rgba(0, 0, 255, 0.0)"]],
 	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgba(0, 0, 255, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","rgb(15, -10, 375)"]],
 	"foo<font color=\"#0f00ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(15, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","rgb(15, -10, 375)"]],
 	"foo<span style=\"color:rgb(15, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(15, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","rgba(0, 0, 0, 1)"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","rgba(0, 0, 0, 1)"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","rgba(255, 255, 255, 1)"]],
 	"foo<font color=\"#ffffff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(255, 255, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","rgba(255, 255, 255, 1)"]],
 	"foo<span style=\"color:rgb(255, 255, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(255, 255, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","rgba(0, 0, 255, 0.5)"]],
 	"foo<span style=\"color:rgba(0, 0, 255, 0.5)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgba(0, 0, 255, 0.5)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","rgba(0, 0, 255, 0.5)"]],
 	"foo<span style=\"color:rgba(0, 0, 255, 0.5)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgba(0, 0, 255, 0.5)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","hsl(240, 100%, 50%)"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","hsl(240, 100%, 50%)"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","cornsilk"]],
 	"foo<font color=\"#fff8dc\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(255, 248, 220)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","cornsilk"]],
 	"foo<span style=\"color:rgb(255, 248, 220)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(255, 248, 220)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","potato quiche"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","potato quiche"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","transparent"]],
 	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgba(0, 0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","transparent"]],
 	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgba(0, 0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forecolor","currentColor"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["forecolor","currentColor"]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 0)"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<table><tbody><tr><td>foo</td><td>b<font color=\"#0000ff\">[a]</font>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<table><tbody><tr><td>foo</td><td>b<span style=\"color:rgb(0, 0, 255)\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<table><tbody><tr><td>foo</td>{<td><font color=\"#0000ff\">bar</font></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<table><tbody><tr><td>foo</td>{<td><span style=\"color:rgb(0, 0, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<table><tbody><tr>{<td><font color=\"#0000ff\">foo</font></td><td><font color=\"#0000ff\">bar</font></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<table><tbody><tr>{<td><span style=\"color:rgb(0, 0, 255)\">foo</span></td><td><span style=\"color:rgb(0, 0, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<table><tbody>{<tr><td><font color=\"#0000ff\">foo</font></td><td><font color=\"#0000ff\">bar</font></td><td><font color=\"#0000ff\">baz</font></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<table><tbody>{<tr><td><span style=\"color:rgb(0, 0, 255)\">foo</span></td><td><span style=\"color:rgb(0, 0, 255)\">bar</span></td><td><span style=\"color:rgb(0, 0, 255)\">baz</span></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<table>{<tbody><tr><td><font color=\"#0000ff\">foo</font></td><td><font color=\"#0000ff\">bar</font></td><td><font color=\"#0000ff\">baz</font></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<table>{<tbody><tr><td><span style=\"color:rgb(0, 0, 255)\">foo</span></td><td><span style=\"color:rgb(0, 0, 255)\">bar</span></td><td><span style=\"color:rgb(0, 0, 255)\">baz</span></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"{<table><tbody><tr><td><font color=\"#0000ff\">foo</font></td><td><font color=\"#0000ff\">bar</font></td><td><font color=\"#0000ff\">baz</font></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"{<table><tbody><tr><td><span style=\"color:rgb(0, 0, 255)\">foo</span></td><td><span style=\"color:rgb(0, 0, 255)\">bar</span></td><td><span style=\"color:rgb(0, 0, 255)\">baz</span></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<font color=blue>[bar]</font>baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<font color=blue>[bar]</font>baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["foo{<font color=blue>bar</font>}baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo{<font color=\"#0000ff\">bar}</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["foo{<font color=blue>bar</font>}baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo{<span style=\"color:rgb(0, 0, 255)\">bar}</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: blue\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: blue\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: #00f\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: #00f\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: #0000ff\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: #0000ff\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=blue>foo<font color=brown>[bar]</font>baz</font>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"blue\">foo[bar]baz</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=blue>foo<font color=brown>[bar]</font>baz</font>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<font color=\"blue\">foo[bar]baz</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">b[ar]</span>baz</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo<font color=\"#a52a2a\">b</font>[ar]baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">b[ar]</span>baz</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo<span style=\"color:rgb(165, 42, 42)\">b</span>[ar]baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<span id=purple>ba[r</span>ba]z",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo<span id=\"purple\">ba<font color=\"#0000ff\">[r</font></span><font color=\"#0000ff\">ba]</font>z",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[true,null,"rgb(128, 0, 128)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<span id=purple>ba[r</span>ba]z",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo<span id=\"purple\">ba<span style=\"color:rgb(0, 0, 255)\">[r</span></span><span style=\"color:rgb(0, 0, 255)\">ba]</span>z",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[true,null,"rgb(128, 0, 128)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0, 0, 255)\">foo<span id=purple>b[a]r</span>baz</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo<span id=\"purple\">b<font color=\"#0000ff\">[a]</font>r</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(128, 0, 128)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0, 0, 255)\">foo<span id=purple>b[a]r</span>baz</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">foo<span id=\"purple\">b<span style=\"color:rgb(0, 0, 255)\">[a]</span>r</span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(128, 0, 128)",false,null,"rgb(0, 0, 255)"]}],
 ["<a href=http://www.google.com>foo[bar]baz</a>",
 	[["stylewithcss","false"],["forecolor","blue"]],
 	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<a href=http://www.google.com>foo[bar]baz</a>",
 	[["stylewithcss","true"],["forecolor","blue"]],
 	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<a href=http://www.google.com>foo[bar]baz</a>",
 	[["stylewithcss","false"],["forecolor","#0000ff"]],
 	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<a href=http://www.google.com>foo[bar]baz</a>",
 	[["stylewithcss","true"],["forecolor","#0000ff"]],
 	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<a href=http://www.google.com>foo[bar]baz</a>",
 	[["stylewithcss","false"],["forecolor","rgb(0,0,255)"]],
 	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<a href=http://www.google.com>foo[bar]baz</a>",
 	[["stylewithcss","true"],["forecolor","rgb(0,0,255)"]],
 	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=\"blue\">[foo]</font>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=\"blue\">[foo]</font>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=\"0000ff\">[foo]</font>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=\"0000ff\">[foo]</font>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=\"#0000ff\">[foo]</font>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=\"#0000ff\">[foo]</font>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: blue\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: blue\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: #0000ff\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: #0000ff\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0, 0, 255)\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0, 0, 255)\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0%, 0%, 100%)\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(0%, 0%, 100%)\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb( 0 ,0 ,255)\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb( 0 ,0 ,255)\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgba(0, 0, 255, 0.0)\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgba(0, 0, 255, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgba(0, 0, 255, 0.0)\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgba(0, 0, 255, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(15, -10, 375)\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(15, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgb(15, -10, 375)\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(15, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgba(0, 0, 0, 1)\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgba(0, 0, 0, 1)\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgba(255, 255, 255, 1)\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgba(255, 255, 255, 1)\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgba(0, 0, 255, 0.5)\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgba(0, 0, 255, 0.5)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: rgba(0, 0, 255, 0.5)\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgba(0, 0, 255, 0.5)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: hsl(240, 100%, 50%)\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: hsl(240, 100%, 50%)\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 255)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: cornsilk\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(255, 248, 220)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: cornsilk\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(255, 248, 220)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: transparent\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgba(0, 0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: transparent\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgba(0, 0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: currentColor\">[foo]</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"#0000ff\">[foo]</font>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=\"color: currentColor\">[foo]</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["fo[o<font color=brown>b]ar</font>baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"fo<font color=\"#0000ff\">[o</font><font color=\"brown\"><font color=\"#0000ff\">b]</font>ar</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[true,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["fo[o<font color=brown>b]ar</font>baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"fo<span style=\"color:rgb(0, 0, 255)\">[o</span><font color=\"brown\"><span style=\"color:rgb(0, 0, 255)\">b]</span>ar</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[true,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<font color=brown>ba[r</font>b]az",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo<font color=\"brown\">ba<font color=\"#0000ff\">[r</font></font><font color=\"#0000ff\">b]</font>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[true,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<font color=brown>ba[r</font>b]az",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo<font color=\"brown\">ba<span style=\"color:rgb(0, 0, 255)\">[r</span></font><span style=\"color:rgb(0, 0, 255)\">b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[true,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["fo[o<font color=brown>bar</font>b]az",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"fo<font color=\"#0000ff\">[obarb]</font>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[true,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["fo[o<font color=brown>bar</font>b]az",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"fo<span style=\"color:rgb(0, 0, 255)\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[true,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[<font color=brown>b]ar</font>baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo[<font color=\"brown\"><font color=\"#0000ff\">b]</font>ar</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[<font color=brown>b]ar</font>baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo[<font color=\"brown\"><span style=\"color:rgb(0, 0, 255)\">b]</span>ar</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<font color=brown>ba[r</font>]baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo<font color=\"brown\">ba<font color=\"#0000ff\">[r</font></font>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<font color=brown>ba[r</font>]baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo<font color=\"brown\">ba<span style=\"color:rgb(0, 0, 255)\">[r</span></font>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[<font color=brown>bar</font>]baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo[<font color=\"#0000ff\">bar</font>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[<font color=brown>bar</font>]baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo[<span style=\"color:rgb(0, 0, 255)\">bar</span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<font color=brown>[bar]</font>baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo<font color=\"#0000ff\">[bar]</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo<font color=brown>[bar]</font>baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo{<font color=brown>bar</font>}baz",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"foo{<font color=\"#0000ff\">bar}</font>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo{<font color=brown>bar</font>}baz",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"foo{<span style=\"color:rgb(0, 0, 255)\">bar}</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=brown>fo[o</font><span style=color:brown>b]ar</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<font color=\"brown\">fo<font color=\"#0000ff\">[o</font></font><span style=\"color:rgb(165, 42, 42)\"><font color=\"#0000ff\">b]</font>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<font color=brown>fo[o</font><span style=color:brown>b]ar</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<font color=\"brown\">fo<span style=\"color:rgb(0, 0, 255)\">[o</span></font><span style=\"color:rgb(165, 42, 42)\"><span style=\"color:rgb(0, 0, 255)\">b]</span>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[false,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=color:brown>fo[o</span><span style=color:#0000ff>b]ar</span>",
 	[["stylewithcss","false"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(165, 42, 42)\">fo<font color=\"#0000ff\">[o</font></span><span style=\"color:rgb(0, 0, 255)\">b]ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"forecolor":[true,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["<span style=color:brown>fo[o</span><span style=color:#0000ff>b]ar</span>",
 	[["stylewithcss","true"],["forecolor","#0000FF"]],
 	"<span style=\"color:rgb(165, 42, 42)\">fo<span style=\"color:rgb(0, 0, 255)\">[o</span></span><span style=\"color:rgb(0, 0, 255)\">b]ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"forecolor":[true,null,"rgb(165, 42, 42)",false,null,"rgb(0, 0, 255)"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>foo[]bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>foo[bar]baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["foo]bar[baz<p>extra",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>foo[bar]baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["{<p><p> <p>foo</p>}",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>{ </div><div>foo}</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"div"]}],
 ["<blockquote>[foobar]</blockquote>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<blockquote><div>[foobar]</div></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<h1>[foobar]</h1>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"div"]}],
 ["<h2>[foobar]</h2>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h2",false,null,"div"]}],
 ["<h3>[foobar]</h3>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h3",false,null,"div"]}],
 ["<h4>[foobar]</h4>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h4",false,null,"div"]}],
 ["<h5>[foobar]</h5>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h5",false,null,"div"]}],
 ["<h6>[foobar]</h6>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h6",false,null,"div"]}],
 ["<dl><dt>[foo]<dd>bar</dl>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo]</div><dl><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"dt",false,null,"div"]}],
 ["<dl><dt>foo<dd>[bar]</dl>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<dl><dt>foo</dt></dl><div>[bar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"dd",false,null,"div"]}],
 ["<dl><dt>[foo<dd>bar]</dl>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[true,null,"dt",false,null,"div"]}],
 ["<ol><li>[foobar]</ol>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<ol><li><div>[foobar]</div></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<ul><li>[foobar]</ul>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<ul><li><div>[foobar]</div></li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<address>[foobar]</address>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"div"]}],
 ["<pre>[foobar]</pre>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"div"]}],
 ["<article>[foobar]</article>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<article><div>[foobar]</div></article>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<ins>[foobar]</ins>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><ins>[foobar]</ins></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<del>[foobar]</del>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><del>[foobar]</del></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<quasit>[foobar]</quasit>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><quasit>[foobar]</quasit></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<quasit style=\"display: block\">[foobar]</quasit>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><quasit style=\"display:block\">[foobar]</quasit></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>foo[]bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>foo[bar]baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["foo]bar[baz<p>extra",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>foo[bar]baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["{<p><p> <p>foo</p>}",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>{ </p><p>foo}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<blockquote>[foobar]</blockquote>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<blockquote><p>[foobar]</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<h1>[foobar]</h1>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"p"]}],
 ["<h2>[foobar]</h2>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h2",false,null,"p"]}],
 ["<h3>[foobar]</h3>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h3",false,null,"p"]}],
 ["<h4>[foobar]</h4>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h4",false,null,"p"]}],
 ["<h5>[foobar]</h5>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h5",false,null,"p"]}],
 ["<h6>[foobar]</h6>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h6",false,null,"p"]}],
 ["<dl><dt>[foo]<dd>bar</dl>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p><dl><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"dt",false,null,"p"]}],
 ["<dl><dt>foo<dd>[bar]</dl>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<dl><dt>foo</dt></dl><p>[bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"dd",false,null,"p"]}],
 ["<dl><dt>[foo<dd>bar]</dl>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[true,null,"dt",false,null,"p"]}],
 ["<ol><li>[foobar]</ol>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<ol><li><p>[foobar]</p></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<ul><li>[foobar]</ul>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<ul><li><p>[foobar]</p></li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<address>[foobar]</address>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"p"]}],
 ["<pre>[foobar]</pre>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"p"]}],
 ["<listing>[foobar]</listing>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<xmp>[foobar]</xmp>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<article>[foobar]</article>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<article><p>[foobar]</p></article>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<ins>[foobar]</ins>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><ins>[foobar]</ins></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<del>[foobar]</del>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><del>[foobar]</del></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<quasit>[foobar]</quasit>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><quasit>[foobar]</quasit></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<quasit style=\"display: block\">[foobar]</quasit>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><quasit style=\"display:block\">[foobar]</quasit></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<blockquote>[foo]</blockquote><p>extra",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<blockquote>[foo]</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,""]}],
 ["<blockquote><p>[foo]<p>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["[foo]<blockquote>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"[foo]<blockquote>bar</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,""]}],
 ["<p>[foo<p>bar]<p>baz",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<p>[foo</p><p>bar]</p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<section>[foo]</section>",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<section>[foo]</section>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,""]}],
 ["<section><p>[foo]</section>",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<section><p>[foo]</p></section>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"h1"]}],
 ["<section>[foo]</section>",
 	[["stylewithcss","false"],["formatblock","<article>"]],
 	"<section>[foo]</section>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,""]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foobar]</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"address"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<article>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<dd>"]],
 	"<dl><dd>[foobar]</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"dd"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<del>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<dl>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<dt>"]],
 	"<dl><dt>[foobar]</dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"dt"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foobar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"h1"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foobar]</h2>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"h2"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h3>"]],
 	"<h3>[foobar]</h3>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"h3"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h4>"]],
 	"<h4>[foobar]</h4>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"h4"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h5>"]],
 	"<h5>[foobar]</h5>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"h5"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<h6>"]],
 	"<h6>[foobar]</h6>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"h6"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<ins>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<li>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<ol>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"p"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foobar]</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"pre"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<ul>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","<quasit>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"div"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foobar]</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"address"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<article>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<aside>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<body>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<dd>"]],
 	"<dl><dd>[foobar]</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"dd"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<del>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<details>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<dir>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foobar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"div"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<dl>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<dt>"]],
 	"<dl><dt>[foobar]</dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"dt"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<fieldset>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<figcaption>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<figure>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<footer>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<form>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foobar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h1"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foobar]</h2>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h2"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h3>"]],
 	"<h3>[foobar]</h3>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h3"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h4>"]],
 	"<h4>[foobar]</h4>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h4"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h5>"]],
 	"<h5>[foobar]</h5>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h5"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<h6>"]],
 	"<h6>[foobar]</h6>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h6"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<header>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<head>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<hgroup>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<hr>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<html>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<ins>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<li>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<listing>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<menu>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<nav>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<ol>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<plaintext>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foobar]</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"pre"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<section>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<ul>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<xmp>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foobar]</p>",
 	[["stylewithcss","false"],["formatblock","<quasit>"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo<br>bar]</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"address"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<article>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<aside>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<blockquote>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<body>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<dd>"]],
 	"<dl><dd>[foo</dd><dd>bar]</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"dd"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<del>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<details>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<dir>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"div"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<dl>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<dt>"]],
 	"<dl><dt>[foo</dt><dt>bar]</dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"dt"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<fieldset>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<figcaption>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<figure>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<footer>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<form>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h1"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foo<br>bar]</h2>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h2"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h3>"]],
 	"<h3>[foo<br>bar]</h3>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h3"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h4>"]],
 	"<h4>[foo<br>bar]</h4>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h4"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h5>"]],
 	"<h5>[foo<br>bar]</h5>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h5"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<h6>"]],
 	"<h6>[foo<br>bar]</h6>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h6"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<header>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<head>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<hgroup>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<hr>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<html>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<ins>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<li>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<listing>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<menu>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<nav>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<ol>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<plaintext>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo<br>bar]</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"pre"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<section>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<ul>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<xmp>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<p>[foo<p>bar]",
 	[["stylewithcss","false"],["formatblock","<quasit>"]],
 	"<p>[foo</p><p>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"p"]}],
 ["<div>[foobar]</div>",
 	[["stylewithcss","false"],["formatblock","p"]],
 	"<p>[foobar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"p"]}],
 ["<ol><li>[foo]<li>bar</ol>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<ol><li><div>[foo]</div></li><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<h1>[foo]<br>bar</h1>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p><h1>bar</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"p"]}],
 ["<h1>foo<br>[bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<h1>foo</h1><p>[bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"p"]}],
 ["<h1>[foo<br>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo<br>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"p"]}],
 ["<h1>[foo]<br>bar</h1>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo]</address><h1>bar</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"address"]}],
 ["<h1>foo<br>[bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<h1>foo</h1><address>[bar]</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"address"]}],
 ["<h1>[foo<br>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo<br>bar]</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"address"]}],
 ["<h1>[foo]<br>bar</h1>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo]</pre><h1>bar</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"pre"]}],
 ["<h1>foo<br>[bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<h1>foo</h1><pre>[bar]</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"pre"]}],
 ["<h1>[foo<br>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo<br>bar]</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"pre"]}],
 ["<h1>[foo]<br>bar</h1>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foo]</h2><h1>bar</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"h2"]}],
 ["<h1>foo<br>[bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h1>foo</h1><h2>[bar]</h2>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"h2"]}],
 ["<h1>[foo<br>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<h2>"]],
 	"<h2>[foo<br>bar]</h2>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"h1",false,null,"h2"]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo]</h1><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h1"]}],
 ["<p>foo<br>[bar]</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<p>foo</p><h1>[bar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h1"]}],
 ["<p>[foo<br>bar]</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"h1"]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo]</address><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"address"]}],
 ["<p>foo<br>[bar]</p>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<p>foo</p><address>[bar]</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"address"]}],
 ["<p>[foo<br>bar]</p>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo<br>bar]</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"address"]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo]</pre><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"pre"]}],
 ["<p>foo<br>[bar]</p>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<p>foo</p><pre>[bar]</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"pre"]}],
 ["<p>[foo<br>bar]</p>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo<br>bar]</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"p",false,null,"pre"]}],
 ["<address>[foo]<br>bar</address>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p><address>bar</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"p"]}],
 ["<address>foo<br>[bar]</address>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<address>foo</address><p>[bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"p"]}],
 ["<address>[foo<br>bar]</address>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo<br>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"p"]}],
 ["<address>[foo]<br>bar</address>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo]</pre><address>bar</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"pre"]}],
 ["<address>foo<br>[bar]</address>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<address>foo</address><pre>[bar]</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"pre"]}],
 ["<address>[foo<br>bar]</address>",
 	[["stylewithcss","false"],["formatblock","<pre>"]],
 	"<pre>[foo<br>bar]</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"pre"]}],
 ["<address>[foo]<br>bar</address>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo]</h1><address>bar</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"h1"]}],
 ["<address>foo<br>[bar]</address>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<address>foo</address><h1>[bar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"h1"]}],
 ["<address>[foo<br>bar]</address>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"address",false,null,"h1"]}],
 ["<pre>[foo]<br>bar</pre>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p><pre>bar</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"p"]}],
 ["<pre>foo<br>[bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<pre>foo</pre><p>[bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"p"]}],
 ["<pre>[foo<br>bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo<br>bar]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"p"]}],
 ["<pre>[foo]<br>bar</pre>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo]</address><pre>bar</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"address"]}],
 ["<pre>foo<br>[bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<pre>foo</pre><address>[bar]</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"address"]}],
 ["<pre>[foo<br>bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<address>"]],
 	"<address>[foo<br>bar]</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"address"]}],
 ["<pre>[foo]<br>bar</pre>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo]</h1><pre>bar</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"h1"]}],
 ["<pre>foo<br>[bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<pre>foo</pre><h1>[bar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"h1"]}],
 ["<pre>[foo<br>bar]</pre>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"pre",false,null,"h1"]}],
 ["<p>[foo</p>bar]",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[true,null,"p",false,null,"h1"]}],
 ["[foo<p>bar]</p>",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>[foo<br>bar]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[true,null,"",false,null,"h1"]}],
 ["<div>[foo<p>bar]</p></div>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<div><p>[foo</p><p>bar]</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[true,null,"",false,null,"p"]}],
 ["<xmp>[foo]</xmp>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p>[foo]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"p"]}],
 ["<xmp>[foo]</xmp>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<div><ol><li>[foo]</ol></div>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div><ol><li><div>[foo]</div></li></ol></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"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":[null,false,null,null,false,null],"formatblock":[false,null,"",false,null,"div"]}],
 ["<p>[foo<h1>bar]</h1>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[true,null,"p",false,null,"div"]}],
 ["<h1>[foo</h1><h2>bar]</h2>",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[true,null,"h1",false,null,"div"]}],
 ["<div>[foo</div>bar]",
 	[["stylewithcss","false"],["formatblock","<div>"]],
 	"<div>[foo</div><div>bar]</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[true,null,"div",false,null,"div"]}],
 ["<div style=color:blue>[foo]</div>",
 	[["stylewithcss","false"],["formatblock","<p>"]],
 	"<p><font color=\"#0000ff\">[foo]</font></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[false,null,"div",false,null,"p"]}],
 ["{<p>foo</p>ba]r",
 	[["stylewithcss","false"],["formatblock","<h1>"]],
 	"<h1>{foo<br>ba]r</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"formatblock":[true,null,"p",false,null,"h1"]}],
 ["foo[]",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<span>foo[]</span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<span>foo</span>{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[]ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<span>foo</span><span>{}ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<span>foo[]</span><span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<span style=display:none>bar</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}az",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<script>bar</script>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}az",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["fo[]&ouml;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"fo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["fo[]o&#x308;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"fo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["fo[]o&#x308;&#x327;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"fo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["[]&ouml;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["[]o&#x308;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["[]o&#x308;&#x327;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["[]&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}לוֹם",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["&#x5e9;&#x5c1;&#x5b8;&#x5dc;[]&#x5d5;&#x5b9;&#x5dd;",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"שָׁל[]ם",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]</p><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]</p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]<br></p><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]<br></p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<br><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>{}<br></p>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>{}foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>{}<span><br></span></p>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>{}foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{}<p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{}<p><span><br></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{}<br><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{}<span><br></span><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{}<br><p><span><br></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{}<span><br></span><p><span><br></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{}<p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<table><tr><td>{}</table>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>{}</td></tr></tbody></table>foo",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<table><tr><td>{}<br></table>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>{}<br></td></tr></tbody></table>foo",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<table><tr><td>{}<span><br></span></table>foo",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>{}<span><br></span></td></tr></tbody></table>foo",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><p>foo[]</p></div><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]</p><div><p>bar</p></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><p>foo[]</p></div><div><p>bar</p></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><p>foo[]</p></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<div><p>bar</p></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div>foo[]</div><div>bar</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div>foo{}bar</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<pre>foo[]</pre>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<pre>foo{}bar</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<br>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<b>foo[]</b><br>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo</b>{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<hr>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]<hr><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]</p><br><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]</p><br><br><p>bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p><br><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<img src=/img/lion.svg>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<a>bar</a>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<a>{}ar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<a href=/>bar</a>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<a href=\"/\">{}ar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<a name=abc>bar</a>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<a name=\"abc\">{}ar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<a href=/ name=abc>bar</a>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<a href=\"/\" name=\"abc\">{}ar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<span><a>bar</a></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span><a>{}ar</a></span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<span><a href=/>bar</a></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span><a href=\"/\">{}ar</a></span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<span><a name=abc>bar</a></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span><a name=\"abc\">{}ar</a></span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<span><a href=/ name=abc>bar</a></span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span><a href=\"/\" name=\"abc\">{}ar</a></span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<a>foo[]</a>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<a>foo</a>{}ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<a href=/>foo[]</a>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<a href=\"/\">foo</a>{}ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<a name=abc>foo[]</a>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<a name=\"abc\">foo</a>{}ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<a href=/ name=abc>foo[]</a>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<a href=\"/\" name=\"abc\">foo</a>{}ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[] &nbsp;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[] bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]&nbsp; bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[] bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]&nbsp;&nbsp;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[] bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]  bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<b>foo[] </b>&nbsp;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b> bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<b>foo[]&nbsp;</b> bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b> bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<b>foo[]&nbsp;</b>&nbsp;bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b> bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<b>foo[] </b> bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<table><tr><td>bar</table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<table><tr><td>bar[]</table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<table><tr><td>foo[]<td>bar</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<br><table><tr><td>bar</table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<table><tr><td>bar[]<br></table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<table><tr><td>foo[]<br><td>bar</table>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<table><tr><td>bar[]</table><br>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table><br>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<table><tr><td><hr>bar</table>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{<table><tbody><tr><td><hr>bar</td></tr></tbody></table>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<ol><li>bar<li>baz</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<br><ol><li>bar<li>baz</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<li>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<br><li>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<li>bar<br>baz</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar<br>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li><p>foo[]<li>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li><p>foo{}bar</p></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<li><p>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li><p>foo[]<li><p>bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li><p>foo{}bar</p></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<ul><li>bar</ul></ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<ol><ol><li>bar</ol></ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<div><ol><li>bar</ol></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<dl><dt>bar<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<dl><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<dl><dd>bar</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[]<dd>bar</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo{}bar</dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[]<dt>bar<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar[]<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]</ol>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<br></ol>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br></ol>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li>{}<br></ol>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]</ol><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<br></ol><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br></ol><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li>{}<br></ol><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]</ol><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<br></ol><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br></ol><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li>{}<br></ol><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]</ol><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<br></ol><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br></ol><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li>{}<br></ol><p><br>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote>bar</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote><blockquote>bar</blockquote></blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote><div>bar</div></blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote style=\"color: blue\">bar</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<font color=\"#0000ff\">bar</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote><blockquote><p>bar<p>baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<blockquote><blockquote><p>baz</p></blockquote></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote><div><p>bar<p>baz</div></blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<blockquote><div><p>baz</p></div></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote><p><b>bar</b><p>baz</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<b>bar</b><blockquote><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote><p><strong>bar</strong><p>baz</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<strong>bar</strong><blockquote><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote><p><span>bar</span><p>baz</blockquote>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<span>bar</span><blockquote><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<blockquote><ol><li>bar</ol></blockquote><p>extra",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<span></span>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<span><span></span></span>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<quasit></quasit>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<span></span><br>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<span>foo[]<span></span></span>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<span>foo</span>{}ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<span></span><span>bar</span>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<span>{}ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<div><div><p>bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<div><div><p><!--abc-->bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<div><div><!--abc--><p>bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<div><!--abc--><div><p>bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<!--abc--><div><div><p>bar</div></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo[]</div></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo[]</div></div><!--abc-->bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo[]</div><!--abc--></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo[]</p><!--abc--></div></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><div><p>foo[]<!--abc--></div></div>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><div><p>foo{}bar</p></div></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p style=color:blue>foo[]<p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]<p style=color:brown>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p><font color=blue>foo[]</font><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><font color=\"blue\">foo</font>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]<p><font color=brown>bar</font>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<font color=\"brown\">bar</font></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p style=background-color:aqua>foo[]<p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]<p style=background-color:tan>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p style=text-decoration:underline>foo[]<p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><u>foo{}</u>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]<p style=text-decoration:line-through>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<s>bar</s></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p><u>foo[]</u><p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><u>foo</u>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p><u>foo[]</u><p><s>bar</s>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><u>foo</u>{}<s>bar</s></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[]<p><s>bar</s>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<s>bar</s></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p style=color:blue>foo[]</p>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]<p style=color:brown>bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<font color=\"#a52a2a\">bar</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<b>{bar}</b>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<span>[bar]</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<span>{bar}</span>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{<span>bar</span>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<b>foo[bar</b><i>baz]quz</i>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<b>foo[]</b><i>quz</i>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo</p><p>[bar]</p><p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo</p><p>{bar}</p><p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo</p><p>{bar</p>}<p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo</p>{<p>bar}</p><p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p>{}<br><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo</p>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<p>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<div>baz]quz</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<h1>baz]quz</h1>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div>foo{}quz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<blockquote>foo{}quz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p><b>foo[bar</b><p>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p><b>foo</b>{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><p>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}quz</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<p style=color:blue>baz]quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[bar<p><b>baz]quz</b>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}<b>quz</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><p>foo<p>[bar<p>baz]</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo</p><p>{}<br></p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<br>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[</p><p>]bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[</p><p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar<br>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<p>]bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{<p>}bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<p>]bar</p>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<br>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{<p>bar</p>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<p>{bar</p>}baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo{<p>bar}</p>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}<br>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[</p>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo{</p>}bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[</p>]bar<br>baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo[</p>]bar<p>baz</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<div><p>]bar</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><p>foo[</p></div>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo{}bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<div><p>]bar</p>baz</div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<div>baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<div>]bar<p>baz</p></div>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<div><p>baz</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div><p>foo</p>bar[</div>]baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div><p>foo</p>bar{}baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<div>foo<p>bar[</p></div>]baz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<div>foo<p>bar{}baz</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo<br>{</p>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo<br><br>{</p>]bar",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo<br>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<br>{<p>]bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo<br><br>{<p>]bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo<br>{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo<br>{</p><p>}bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>foo<br><br>{</p><p>}bar</p>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>foo<br>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"{}<br>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>fo[o<table><tr><td>bar</table><p>b]az",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>fo{}az</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>fo{}az</p><p>quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<p>fo{}uz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>fo{}ar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>fo{}ar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<ol><li>]bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<ol><li>foo[<li>]bar</ol>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<ol><li>foo{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<dl><dt>]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar<dl><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[<dl><dd>]bar</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"foo{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[<dd>]bar</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo{}bar</dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
 	[["stylewithcss","false"],["forwarddelete",""]],
 	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"forwarddelete":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo]bar[baz",
 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(0, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(0, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(0, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[true,null,"rgb(0, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[true,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[true,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[true,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[true,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(210, 180, 140)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"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":[null,false,null,null,false,null],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[]bar</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><span>foo</span>{}<span>bar</span></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><span>foo[</span><span>]bar</span></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p dir=\"rtl\">פו[בר]בז</p></blockquote><p dir=\"rtl\">נוםף</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foo]bar[baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["{<p><p> <p>foo</p>}<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>{<p></p><p> </p><p>foo</p>}</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["[]foo<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[]foo</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foo[]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[]</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<p>[]foo<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[]foo</p></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<p>foo[]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>foo[]</p></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<p>{}<br>foo</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>{}<br></blockquote><p>foo</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<p>foo<br>{}</p><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>foo{}</p></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<span>{}<br>foo</span>bar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>{}<br></blockquote><span>foo</span>bar<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<span>foo<br>{}</span>bar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<span>foo{}</span><blockquote>bar</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<p>foo</p>{}<p>bar</p>",
 	[["stylewithcss","false"],["indent",""]],
 	"<p>foo</p>{}<p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["{<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foo[bar]<br>baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar]</blockquote>baz<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foo[bar]<br><br><br><br>baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar]</blockquote><br><br><br>baz<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foobar<br>[ba]z<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"foobar<blockquote>[ba]z</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foo[bar<br>ba]z<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo[bar<br>ba]z</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<p>[foo]<blockquote><p>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<blockquote>foo[bar]<br>baz</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote>foo[bar]</blockquote>baz</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<blockquote>foo[bar]</blockquote>baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote>foo[bar]</blockquote></blockquote>baz<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<blockquote>foo[bar</blockquote>b]az<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><blockquote>foo[bar</blockquote>b]az</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["[foo]<blockquote>bar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[foo]<br>bar</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["[foo<blockquote>b]ar</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[foo<blockquote>b]ar</blockquote></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foo<blockquote>bar</blockquote>[baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"foo<blockquote>bar<br>[baz]</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["[foo<blockquote>bar</blockquote>baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[foo<blockquote>bar</blockquote>baz]</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo<br>[bar]<br>baz</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<ol><li>foo</ol>[bar]",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><li>foo</li></ol><blockquote>[bar]</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>[foo]<br>bar</li></ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["indent",""]],
 	"<ol><ol><li>foo<br>[bar]</li></ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foo<!--bar-->[baz]<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>foo<!--bar-->[baz]</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["[foo]<!--bar-->baz<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote>[foo]<!--bar-->baz</blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<p>foo<!--bar-->{}<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>foo<!--bar-->{}</p></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<p>{}<!--foo-->bar<p>extra",
 	[["stylewithcss","false"],["indent",""]],
 	"<blockquote><p>{}<!--foo-->bar</p></blockquote><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"indent":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<span>foo</span><hr>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<span>foo</span><hr>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<p>foo[bar<p>baz]quz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<div><b>foo</b>{}<b>bar</b></div>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<div><b>foo</b><hr>{}<b>bar</b></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<div><b>foo[</b><b>]bar</b></div>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<div><b>foo</b><hr>{}<b>bar</b></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<div><b>foo</b>{<b>bar</b>}<b>baz</b></div>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<div><b>foo</b><hr>{}<b>baz</b></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<b>foo[]bar</b>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<b>foo</b><hr>{}<b>bar</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<b id=abc>foo[]bar</b>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<b id=\"abc\">foo</b><hr>{}<b>bar</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthorizontalrule","abc"]],
 	"foo<hr>{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["foo<b>{bar}</b>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"foo<hr>{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<p>foo<p>[bar]<p>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<p>foo<p>{bar}<p>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<p>foo{<p>bar</p>}<p>baz",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<p>foo[bar]baz</p>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<p id=abc>foo[bar]baz</p>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p id=\"abc\">foo</p><hr>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<h1>foo[bar]baz</h1>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h1>foo</h1><hr>{}<h1>baz</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<a>foo[bar]baz</a>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<a>foo</a><hr>{}<a>baz</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<a href=/>foo[bar]baz</a>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<a href=\"/\">foo</a><hr>{}<a href=\"/\">baz</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<abbr>foo[bar]baz</abbr>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<abbr>foo</abbr><hr>{}<abbr>baz</abbr>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<address>foo[bar]baz</address>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<address>foo<hr>{}baz</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<article>foo[bar]baz</article>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<article>foo<hr>{}baz</article>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<aside>foo[bar]baz</aside>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<aside>foo<hr>{}baz</aside>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<b>foo[bar]baz</b>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<b>foo</b><hr>{}<b>baz</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<bdi>foo[bar]baz</bdi>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<bdi>foo</bdi><hr>{}<bdi>baz</bdi>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<bdo dir=rtl>foo[bar]baz</bdo>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<bdo dir=\"rtl\">foo</bdo><hr>{}<bdo dir=\"rtl\">baz</bdo>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<blockquote>foo[bar]baz</blockquote>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<blockquote>foo<hr>{}baz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<cite>foo[bar]baz</cite>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<cite>foo</cite><hr>{}<cite>baz</cite>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<code>foo[bar]baz</code>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<code>foo</code><hr>{}<code>baz</code>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<dl><dd>foo[bar]baz</dd></dl>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dl><dd>foo<hr>{}baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<del>foo[bar]baz</del>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<del>foo<hr>{}baz</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<details>foo[bar]baz</details>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<details>foo<hr>{}baz</details>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<dfn>foo[bar]baz</dfn>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dfn>foo</dfn><hr>{}<dfn>baz</dfn>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<div>foo[bar]baz</div>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<div>foo<hr>{}baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[bar]baz</dt></dl>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dl><dt>foo<hr>{}baz</dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<em>foo[bar]baz</em>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<em>foo</em><hr>{}<em>baz</em>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<figure><figcaption>foo[bar]baz</figcaption>quz</figure>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<figure><figcaption>foo<hr>{}baz</figcaption>quz</figure>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<figure>foo[bar]baz</figure>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<figure>foo<hr>{}baz</figure>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<footer>foo[bar]baz</footer>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<footer>foo<hr>{}baz</footer>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<h1>foo[bar]baz</h1>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h1>foo</h1><hr>{}<h1>baz</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<h2>foo[bar]baz</h2>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h2>foo</h2><hr>{}<h2>baz</h2>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<h3>foo[bar]baz</h3>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h3>foo</h3><hr>{}<h3>baz</h3>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<h4>foo[bar]baz</h4>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h4>foo</h4><hr>{}<h4>baz</h4>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<h5>foo[bar]baz</h5>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h5>foo</h5><hr>{}<h5>baz</h5>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<h6>foo[bar]baz</h6>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<h6>foo</h6><hr>{}<h6>baz</h6>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<header>foo[bar]baz</header>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<header>foo<hr>{}baz</header>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<hgroup>foo[bar]baz</hgroup>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<hgroup>foo</hgroup><hr>{}<hgroup>baz</hgroup>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<hgroup><h1>foo[bar]baz</h1></hgroup>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<hgroup><h1>foo</h1></hgroup><hr>{}<hgroup><h1>baz</h1></hgroup>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<i>foo[bar]baz</i>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<i>foo</i><hr>{}<i>baz</i>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<ins>foo[bar]baz</ins>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ins>foo<hr>{}baz</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<kbd>foo[bar]baz</kbd>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<kbd>foo</kbd><hr>{}<kbd>baz</kbd>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<mark>foo[bar]baz</mark>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<mark>foo</mark><hr>{}<mark>baz</mark>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<nav>foo[bar]baz</nav>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<nav>foo<hr>{}baz</nav>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<ol><li>foo[bar]baz</li></ol>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ol><li>foo<hr>{}baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<p>foo[bar]baz</p>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<p>foo</p><hr>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<pre>foo[bar]baz</pre>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<pre>foo</pre><hr>{}<pre>baz</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<q>foo[bar]baz</q>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<q>foo</q><hr>{}<q>baz</q>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<ruby>foo[bar]baz<rt>quz</rt></ruby>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ruby>foo</ruby><hr>{}<ruby>baz<rt>quz</rt></ruby>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<ruby>foo<rt>bar[baz]quz</rt></ruby>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ruby>foo<rt>bar</rt></ruby><hr>{}<ruby><rt>quz</rt></ruby>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<s>foo[bar]baz</s>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<s>foo</s><hr>{}<s>baz</s>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<samp>foo[bar]baz</samp>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<samp>foo</samp><hr>{}<samp>baz</samp>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<section>foo[bar]baz</section>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<section>foo<hr>{}baz</section>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<small>foo[bar]baz</small>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<small>foo</small><hr>{}<small>baz</small>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<span>foo[bar]baz</span>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<span>foo</span><hr>{}<span>baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<strong>foo[bar]baz</strong>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<strong>foo</strong><hr>{}<strong>baz</strong>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<sub>foo[bar]baz</sub>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<sub>foo</sub><hr>{}<sub>baz</sub>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<sup>foo[bar]baz</sup>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<sup>foo</sup><hr>{}<sup>baz</sup>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<table><tr><td>foo[bar]baz</td></table>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<table><tbody><tr><td>foo<hr>{}baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<table><tr><th>foo[bar]baz</th></table>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<table><tbody><tr><th>foo<hr>{}baz</th></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<u>foo[bar]baz</u>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<u>foo</u><hr>{}<u>baz</u>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<ul><li>foo[bar]baz</li></ul>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<ul><li>foo<hr>{}baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<var>foo[bar]baz</var>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<var>foo</var><hr>{}<var>baz</var>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<acronym>foo[bar]baz</acronym>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<acronym>foo</acronym><hr>{}<acronym>baz</acronym>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<big>foo[bar]baz</big>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<big>foo</big><hr>{}<big>baz</big>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<blink>foo[bar]baz</blink>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<blink>foo</blink><hr>{}<blink>baz</blink>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<center>foo[bar]baz</center>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<center>foo<hr>{}baz</center>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<dir>foo[bar]baz</dir>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dir>foo</dir><hr>{}<dir>baz</dir>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<dir><li>foo[bar]baz</li></dir>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<dir><li>foo<hr>{}baz</li></dir>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<font>foo[bar]baz</font>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<font>foo</font><hr>{}<font>baz</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<listing>foo[bar]baz</listing>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<listing>foo</listing><hr>{}<listing>baz</listing>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<marquee>foo[bar]baz</marquee>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<marquee>foo</marquee><hr>{}<marquee>baz</marquee>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<nobr>foo[bar]baz</nobr>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<nobr>foo</nobr><hr>{}<nobr>baz</nobr>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<strike>foo[bar]baz</strike>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<strike>foo</strike><hr>{}<strike>baz</strike>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<tt>foo[bar]baz</tt>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<tt>foo</tt><hr>{}<tt>baz</tt>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<xmp>foo[bar]baz</xmp>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<xmp>foo</xmp><hr>{}<xmp>baz</xmp>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<quasit>foo[bar]baz</quasit>",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"<quasit>foo<hr>{}baz</quasit>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["fo[o<span contenteditable=false>bar</span>b]az",
 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 	"fo<hr>{}<span contenteditable=\"false\">bar</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthorizontalrule":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"ab<b>c</b>d{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"ab<b>c</b>d{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 	"fooab<b>c</b>d{}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml",""]],
 	"foo[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","\u0000"]],
 	"foo[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","\u0007"]],
 	"foo\u0007{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","<b>"]],
 	"foo<b></b>{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","<b>abc"]],
 	"foo<b>abc</b>{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<p>foo</p><p>abc</p>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>foo[bar]baz",
 	[["stylewithcss","false"],["inserthtml","<li>abc"]],
 	"<p>foo</p><p>abc</p>{}<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<ol>{<li>foo</li>}<li>bar</ol>",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<p>abc</p>{}<ol><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<ol><li>[foo]</li><li>bar</ol>",
 	[["stylewithcss","false"],["inserthtml","<p>abc"]],
 	"<ol><li><p>abc</p>{}</li><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<xmp>f[o]o</xmp>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<xmp>fabc{}o</xmp>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
+["<xmp>f[o]o</xmp>",
+	[["stylewithcss","false"],["inserthtml","<b>abc</b>"]],
+	"<xmp>f<b>abc</b>{}o</xmp>",
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<script>f[o]o</script>bar",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<script>fabc{}o</script>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<script>f[o]o</script>bar",
 	[["stylewithcss","false"],["inserthtml","<b>abc</b>"]],
 	"<script>f<b>abc</b>{}o</script>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<a>f[o]o</a>",
 	[["stylewithcss","false"],["inserthtml","<a>abc</a>"]],
 	"<a>f</a><a>abc</a>{}<a>o</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>f[o]o",
 	[["stylewithcss","false"],["inserthtml","<hr>"]],
 	"<p>f</p><hr>{}<p>o</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<b>f[o]o</b>",
 	[["stylewithcss","false"],["inserthtml","<hr>"]],
 	"<b>f</b><hr>{}<b>o</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<h1>f[o]o</h1>",
 	[["stylewithcss","false"],["inserthtml","<h2>abc</h2>"]],
 	"<h1>f</h1><h2>abc</h2>{}<h1>o</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<table><tr><td>f[o]o</table>",
 	[["stylewithcss","false"],["inserthtml","<td>abc</td>"]],
 	"<table><tbody><tr><td>fabc{}o</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<td>abc</td>"]],
 	"fabc{}o",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<dt>abc</dt>"]],
 	"f<dl><dt>abc</dt>{}</dl>o",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<ol><li>f[o]o</ol>",
 	[["stylewithcss","false"],["inserthtml","<dt>abc</dt>"]],
 	"<ol><li>f<dl><dt>abc</dt>{}</dl>o</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<dd>abc</dd>"]],
 	"f<dl><dd>abc</dd>{}</dl>o",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<ol><li>f[o]o</ol>",
 	[["stylewithcss","false"],["inserthtml","<dd>abc</dd>"]],
 	"<ol><li>f<dl><dd>abc</dd>{}</dl>o</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<dir><li>f[o]o</dir>",
 	[["stylewithcss","false"],["inserthtml","<li>abc</li>"]],
 	"<dir><li>f</li><li>abc</li>{}<li>o</li></dir>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<ol><li>f[o]o</ol>",
 	[["stylewithcss","false"],["inserthtml","<li>abc</li>"]],
 	"<ol><li>f</li><li>abc</li>{}<li>o</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<ul><li>f[o]o</ul>",
 	[["stylewithcss","false"],["inserthtml","<li>abc</li>"]],
 	"<ul><li>f</li><li>abc</li>{}<li>o</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<li>abc</li>"]],
 	"f<p>abc</p>{}o",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<nobr>f[o]o</nobr>",
 	[["stylewithcss","false"],["inserthtml","<nobr>abc</nobr>"]],
 	"<nobr>f</nobr><nobr>abc</nobr>{}<nobr>o</nobr>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["f[o]o",
 	[["stylewithcss","false"],["inserthtml","<nobr>abc</nobr>"]],
 	"f<nobr>abc</nobr>{}o",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>[foo]</p>",
 	[["stylewithcss","false"],["inserthtml"," "]],
 	"<p> {}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>[foo]</p>",
 	[["stylewithcss","false"],["inserthtml","<span style=display:none></span>"]],
 	"<p><span style=\"display:none\"></span>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>[foo]</p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--abc-->{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>{}<br></p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p>abc{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>{}<br></p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--abc-->{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p><!--foo-->{}<span><br></span><!--bar--></p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p><!--foo-->abc{}<!--bar--></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p><!--foo-->{}<span><br></span><!--bar--></p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--foo--><!--abc-->{}<!--bar--><br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>{}<span><!--foo--><br><!--bar--></span></p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p>abc{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p>{}<span><!--foo--><br><!--bar--></span></p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--abc-->{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p><br>{}</p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p><br>abc{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p><br>{}</p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><br><!--abc-->{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p><!--foo--><span><br></span>{}<!--bar--></p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p><!--foo--><span><br></span>abc{}<!--bar--></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p><!--foo--><span><br></span>{}<!--bar--></p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><!--foo--><span><br></span><!--abc-->{}<!--bar--></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p><span><!--foo--><br><!--bar--></span>{}</p>",
 	[["stylewithcss","false"],["inserthtml","abc"]],
 	"<p><span><!--foo--><br><!--bar--></span>abc{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["<p><span><!--foo--><br><!--bar--></span>{}</p>",
 	[["stylewithcss","false"],["inserthtml","<!--abc-->"]],
 	"<p><span><!--foo--><br><!--bar--></span><!--abc-->{}</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserthtml":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<span>foo</span><img src=\"/img/lion.svg\">{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<span>foo<img src=\"/img/lion.svg\">{}</span><span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertimage",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<img src=\"/img/lion.svg\">{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<img src=\"/img/lion.svg\">{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo<b>{bar}</b>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo{<b>bar</b>}baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo<span>[bar]</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo<span>{bar}</span>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo{<span>bar</span>}baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<p>foo[bar<p>baz]quz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<p>foo[bar<div>baz]quz</div>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<p>foo[bar<h1>baz]quz</h1>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<div>foo[bar</div><p>baz]quz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<div>foo<img src=\"/img/lion.svg\">{}quz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<blockquote>foo<img src=\"/img/lion.svg\">{}quz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo[<br>]bar",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<p>foo[</p><p>]bar</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo[<p>]bar</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo[<p>]bar<br>baz</p>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar<p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo[<p>]bar</p>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar<br>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<p>foo[</p>]bar",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<p>foo[</p>]bar<br>baz",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo[<div><p>]bar</div>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<div><p>foo[</p></div>]bar",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"<div><p>foo<img src=\"/img/lion.svg\">{}bar</p></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo[<div><p>]bar</p>baz</div>",
 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 	"foo<img src=\"/img/lion.svg\">{}bar<div>baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertimage":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<br>{}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["fo[o<table><tr><td>b]ar</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"fo<br>{}<br><table><tbody><tr><td>ar</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<table><tr><td>fo[o</table>b]ar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td>fo<br>{}<br></td></tr></tbody></table>ar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["{<table><tr><td>foo</table>}",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<br>{}<br>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<table><tr><td>[foo]</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td><br>{}<br></td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>[foo]<li>bar</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}<br></li><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>f[o]o<li>bar</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>f<br>{}o</li><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["[]foo",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<br>{}foo",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["foo[]",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<br>{}<br>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<span>foo[]</span>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<span>foo<br>{}<br></span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["foo[]<br>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<br>{}<br>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<br>{}bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<address>[]foo</address>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<address><br>{}foo</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<address>foo[]</address>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<address>foo<br>{}<br></address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<address>foo[]<br></address>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<address>foo<br>{}<br></address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<address>foo[]bar</address>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<address>foo<br>{}bar</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<div>[]foo</div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div><br>{}foo</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<div>foo[]</div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div>foo<br>{}<br></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<div>foo[]<br></div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div>foo<br>{}<br></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<div>foo[]bar</div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div>foo<br>{}bar</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>[]foo<dd>bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt><br>{}foo</dt><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[]<dd>bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[]<br><dd>bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo<br>{}bar</dt><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>[]bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd><br>{}bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar[]</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar[]<br></dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar[]baz</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd>bar<br>{}baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<h1>[]foo</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1><br>{}foo</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<h1>foo[]</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo<br>{}<br></h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<h1>foo[]<br></h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo<br>{}<br></h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<h1>foo[]bar</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo<br>{}bar</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>[]foo</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}foo</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo<br>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<br></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo<br>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]bar</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo<br>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>[]foo</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><br>{}foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>foo[]</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>foo[]<br></p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>foo[]bar</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<pre>[]foo</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre><br>{}foo</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<pre>foo[]</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}<br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<pre>foo[]<br></pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}<br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<pre>foo[]bar</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}bar</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<pre>foo[]<br><br></pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}<br><br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<pre>foo<br>{}<br></pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br><br>{}<br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<pre>foo&#10;[]</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo\n<br>{}<br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<pre>foo[]&#10;</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo<br>{}\n</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<pre>foo&#10;[]&#10;</pre>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<pre>foo\n<br>{}\n</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<xmp>foo[]bar</xmp>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<xmp>foo[]bar</xmp>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<script>foo[]bar</script>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<script>foo[]bar</script>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<listing>foo[]bar</listing>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<listing>foo<br>{}bar</listing>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br></li></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["foo<ol><li>{}<br></li></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<ol><li><br>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br></li></ol>foo",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}<br></li></ol>foo",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li>{}<br></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo</li><li><br>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br><li>bar</ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li><br>{}<br></li><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ol><li>foo</li><ul><li><br>{}<br></li></ul></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>{}<br></dt></dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt><br>{}<br></dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>{}<br></dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt>foo</dt><dd><br>{}<br></dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<dl><dt>{}<br><dd>bar</dl>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<dl><dt><br>{}<br></dt><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<h1>foo[bar</h1><p>baz]quz</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo<br>{}quz</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>foo[bar</p><h1>baz]quz</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>foo</p>{}<br>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo</p><br>{}<br>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["{}<br><p>foo</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<br>{}<br><p>foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>foo</p>{}<br><h1>bar</h1>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo</p><br>{}<br><h1>bar</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<h1>foo</h1>{}<br><p>bar</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo</h1><br>{}<br><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<h1>foo</h1>{}<br><h2>bar</h2>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<h1>foo</h1><br>{}<br><h2>bar</h2>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>foo</p><h1>[bar]</h1><p>baz</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo</p><h1><br>{}<br></h1><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo</p><br>{}<br><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<table><tr><td>foo[]bar</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td>foo<br>{}bar</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<table><tr><td><p>foo[]bar</table>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<table><tbody><tr><td><p>foo<br>{}bar</p></td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<blockquote>[]foo</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><br>{}foo</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<blockquote>foo[]</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote>foo<br>{}<br></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<blockquote>foo[]<br></blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote>foo<br>{}<br></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<blockquote>foo[]bar</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote>foo<br>{}bar</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<blockquote><p>[]foo</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p><br>{}foo</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<blockquote><p>foo[]</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p>foo<br>{}<br></p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<blockquote><p>foo[]bar</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p>foo<br>{}bar</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<blockquote><p>foo[]<p>bar</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p>foo<br>{}<br></p><p>bar</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<blockquote><p>foo[]bar<p>baz</blockquote>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<blockquote><p>foo<br>{}bar</p><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<span>foo[]bar</span>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<span>foo<br>{}bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<span>foo[]bar</span>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<span>foo<br>{}bar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<b>foo[]bar</b>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b>foo<br>{}bar</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<b>foo[]bar</b>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b>foo<br>{}bar</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<b>foo[]</b>bar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b>foo<br>{}</b>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["foo<b>[]bar</b>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<b><br>{}bar</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<b>foo[]</b><i>bar</i>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b>foo<br>{}</b><i>bar</i>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<b id=x class=y>foo[]bar</b>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<b id=\"x\" class=\"y\">foo<br>{}bar</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<i><b>foo[]bar</b>baz</i>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<i><b>foo<br>{}bar</b>baz</i>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p><b>foo[]bar</b></p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><b>foo<br>{}bar</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p><b>[]foo</b></p>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><b><br>{}foo</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<div><b>foo[]bar</b></div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div><b>foo<br>{}bar</b></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<a href=foo>foo[]bar</a>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<a href=\"foo\">foo<br>{}bar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<a href=foo>foo[]bar</a>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<a href=\"foo\">foo<br>{}bar</a>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<a href=foo>foo[]</a>bar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<a href=\"foo\">foo<br>{}</a>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["foo<a href=foo>[]bar</a>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"foo<a href=\"foo\"><br>{}bar</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>foo[]<!--bar-->",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p>foo<br>{}<br><!--bar--></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p><!--foo-->[]bar",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><!--foo--><br>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><br>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<p><br>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ul contenteditable><li>{}<br></ul>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ul contenteditable=\"\"><li><br>{}<br></li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<ul contenteditable><li>foo[]</ul>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<ul contenteditable=\"\"><li>foo<br>{}<br></li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
 	[["stylewithcss","false"],["insertlinebreak",""]],
 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li><br>{}<br></li></ul></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertlinebreak":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo[]bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo[bar]baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["foo<br>[bar]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar]</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["f[oo<br>b]ar<br>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>f[oo</li><li>b]ar</li></ol>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["[foo<ol><li>bar]</ol>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><li>bar]</li></ol>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[true,false,null,false,true,null]}],
 ["foo<ol><li>[bar</ol>baz]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar</li><li>baz]</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[true,false,null,false,true,null]}],
 ["[foo<ul><li>bar]</ul>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><li>bar]</li></ol>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["foo<ul><li>[bar</ul>baz]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar</li><li>baz]</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[true,false,null,false,true,null]}],
 ["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[true,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["{<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<p>foo<p>[bar]<p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>foo</p><ol><li>[bar]</li></ol><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<p>foo<blockquote>[bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<p>[foo<p>bar]<p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><li>bar]</li></ol><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<p>[foo<blockquote>bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<ol><li>foo</ol>[bar]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><li>[bar]</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["[foo]<ol><li>bar</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<ol><li>foo</ol>[bar]<ol><li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<ol><ol><li>[foo]</ol></ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,true,null]}],
 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<ol><li>foo<li>[bar<li>baz]</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li></ol><p>[bar</p><p>baz]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,true,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,true,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,true,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,false,false,null]}],
 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,true,null,true,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<ul><li>foo</ul>[bar]",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["[foo]<ul><li>bar</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><ul><li>bar</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<ul><ul><li>[foo]</ul></ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><ol><li>[foo]</li></ol></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<ul><li>[foo]<br>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]<br>bar</li></ol><ul><li>baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<ul><li>foo<br>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo<br>[bar]</li></ol><ul><li>baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>bar</li><li>[baz]</li></ol>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<ol><li>[bar]</li><li>baz</li></ol>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["[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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["[foo]<blockquote>bar</blockquote>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo]</li></ol><blockquote>bar</blockquote>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["foo<blockquote>[bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<blockquote><ol><li>[bar]</li></ol></blockquote>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["[foo<blockquote>bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<ol><li>foo</ol><blockquote>[bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["[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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["foo<blockquote>[bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"foo<blockquote><ol><li>[bar]</li></ol>baz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["[foo<blockquote>bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertorderedlist",""]],
 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote>baz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertorderedlist":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["{<table><tr><td>foo</table>}",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<table><tr><td>[foo]</table>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<table><tbody><tr><td><p><br></p><p>{}<br></p></td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>[foo]<li>bar</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p><ol><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>f[o]o<li>bar</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>f</li><li>{}o</li><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["[]foo",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["foo[]",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<span>foo[]</span>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><span>foo</span></p><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["foo[]<br>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<address>[]foo</address>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<address><br>{}foo</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<address>foo[]</address>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<address>foo<br>{}<br></address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<address>foo[]<br></address>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<address>foo<br>{}<br></address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<address>foo[]bar</address>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<address>foo<br>{}bar</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<div>[]foo</div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div><br></div><div>{}foo</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<div>foo[]</div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div>foo</div><div>{}<br></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<div>foo[]<br></div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div>foo</div><div>{}<br></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<div>foo[]bar</div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div>foo</div><div>{}bar</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>[]foo<dd>bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt><br></dt><dt>{}foo</dt><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[]<dd>bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[]<br><dd>bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>foo[]bar<dd>baz</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dt>{}bar</dt><dd>baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>[]bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd><br></dd><dd>{}bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar[]</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar[]<br></dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>bar[]baz</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt><dd>bar</dd><dd>{}baz</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<h1>[]foo</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1><br></h1><h1>{}foo</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<h1>foo[]</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<h1>foo[]<br></h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<h1>foo[]bar</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><h1>{}bar</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>[]foo</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li><br></li><li>{}foo</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]<br></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>foo[]bar</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li><li>{}bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>[]foo</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo[]</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo[]<br></p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo[]bar</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<pre>[]foo</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre><br>{}foo</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<pre>foo[]</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}<br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<pre>foo[]<br></pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}<br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<pre>foo[]bar</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}bar</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<pre>foo[]<br><br></pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}<br><br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<pre>foo<br>{}<br></pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br><br>{}<br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<pre>foo&#10;[]</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo\n<br>{}<br></pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<pre>foo[]&#10;</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo<br>{}\n</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<pre>foo&#10;[]&#10;</pre>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<pre>foo\n<br>{}\n</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<xmp>foo[]bar</xmp>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<xmp>foo</xmp><xmp>{}bar</xmp>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<script>foo[]bar</script>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><script>foo</script><br></p><p>{}<script>bar</script>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<listing>foo[]bar</listing>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<listing>foo<br>{}bar</listing>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br></li></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["foo<ol><li>{}<br></li></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"foo<p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br></li></ol>foo",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p>foo",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>foo<li>{}<br></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li></ol><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>{}<br><li>bar</ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p><ol><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ol><li>foo</li><li>{}<br></li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>{}<br></dt></dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>foo<dd>{}<br></dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<dl><dt>foo</dt></dl><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<dl><dt>{}<br><dd>bar</dl>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>{}<br></p><dl><dd>bar</dd></dl>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<h1>foo[bar</h1><p>baz]quz</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><h1>{}quz</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo[bar</p><h1>baz]quz</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}quz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo</p>{}<br>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p><br></p><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["{}<br><p>foo</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}<br></p><p>foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo</p>{}<br><h1>bar</h1>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p><br></p><p>{}<br></p><h1>bar</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<h1>foo</h1>{}<br><p>bar</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><p><br></p><p>{}<br></p><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<h1>foo</h1>{}<br><h2>bar</h2>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<h1>foo</h1><p><br></p><p>{}<br></p><h2>bar</h2>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<table><tr><td>foo[]bar</table>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<blockquote>[]foo</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<blockquote>foo[]</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<blockquote>foo[]<br></blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<blockquote>foo[]bar</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<blockquote><p>[]foo</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<blockquote><p>foo[]</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<blockquote><p>foo[]bar</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<blockquote><p>foo[]<p>bar</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}<br></p><p>bar</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<blockquote><p>foo[]bar<p>baz</blockquote>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<blockquote><p>foo</p><p>{}bar</p><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<span>foo[]bar</span>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><span>foo</span></p><p>{}<span>bar</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<span>foo[]bar</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><span>foo</span></p><p>{}<span>bar</span>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<b>foo[]bar</b>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<b>foo[]bar</b>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}<b>bar</b>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<b>foo[]</b>bar",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["foo<b>[]bar</b>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<b>bar</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<b>foo[]</b><i>bar</i>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}<i>bar</i></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p><b>foo[]bar</b></p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p><b>[]foo</b></p>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}<b>foo</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<div><b>foo[]bar</b></div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<a href=foo>foo[]bar</a>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><a href=\"foo\">foo</a></p><p>{}<a href=\"foo\">bar</a></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<a href=foo>foo[]</a>bar",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><a href=\"foo\">foo</a></p><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["foo<a href=foo>[]bar</a>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<a href=\"foo\">bar</a></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo[]<!--bar-->",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<!--bar--><br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p><!--foo-->[]bar",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><!--foo--><br></p><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p><br></p><p>{}baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<p>foo</p><p>{}<br></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ul contenteditable><li>{}<br></ul>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ul contenteditable=\"\"><li>{}<br></li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<ul contenteditable><li>foo[]</ul>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<ul contenteditable=\"\"><li>foo</li><li>{}<br></li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
 	[["stylewithcss","false"],["insertparagraph",""]],
 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>{}<br></li></ul></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"insertparagraph":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"fooa[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["inserttext",""]],
 	"foo[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","\t"]],
 	"foo\t[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","&"]],
 	"foo&amp;[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","\n"]],
 	"<p>foo</p><p>{}bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","abc\ndef"]],
 	"<p>fooabc</p><p>def[]bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","�"]],
 	"foo�[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","\u0007"]],
 	"foo\u0007[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo []bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp; []bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[] bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp;[] bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo &nbsp;[]bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp; []bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo []&nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[] bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[] &nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []&nbsp; bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo&nbsp; []bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp; []bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo&nbsp;[] bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[] bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]&nbsp; bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []&nbsp; bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo&nbsp;&nbsp;[]bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp; []bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo&nbsp;[]&nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[] bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]&nbsp;&nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []&nbsp; bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo []&nbsp;        bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[]&nbsp; bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo  []bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp; []bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo []&nbsp;&nbsp; &nbsp; bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[] &nbsp; &nbsp; bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[]foo",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"&nbsp;[]foo",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["{}foo",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"&nbsp;[]foo",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp;[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo{}",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo&nbsp;[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo&nbsp;[]",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo&nbsp;{}",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo&nbsp;&nbsp;[]",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;&nbsp;[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo&nbsp;&nbsp;{}",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo &nbsp;&nbsp;[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<b>foo[]</b>bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<b>foo []</b>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]<b>bar</b>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"foo []<b>bar</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<pre>foo[]</pre>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<pre>foo []</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<pre>[]foo</pre>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<pre> []foo</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<pre>foo []bar</pre>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<pre>foo  []bar</pre>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<span style=white-space:pre>foo[]</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre\">foo []</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<span style=white-space:pre>[]foo</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre\"> []foo</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<span style=white-space:pre>foo []bar</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre\">foo  []bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<span style=white-space:pre-wrap>foo[]</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre-wrap\">foo []</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<span style=white-space:pre-wrap>[]foo</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre-wrap\"> []foo</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<span style=white-space:pre-wrap>foo []bar</span>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<span style=\"white-space:pre-wrap\">foo  []bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["{}<br>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"&nbsp;[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>{}<br>",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<p>&nbsp;[]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>foo[]<p>bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<p>foo&nbsp;[]</p><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>foo&nbsp;[]<p>bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<p>foo &nbsp;[]</p><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>foo[]<p>&nbsp;bar",
 	[["stylewithcss","false"],["inserttext"," "]],
 	"<p>foo&nbsp;[]</p><p>&nbsp;bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]",
 	[["stylewithcss","false"],["inserttext","   "]],
 	"foo &nbsp;&nbsp;[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"fooa[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo&nbsp;[]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo a[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo []",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo a[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>foo[]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>fooa[]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>foo</p>{}",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo</p>a[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>[]foo",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>{}foo",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["{}<p>foo",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]<p>foo</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>foo</p>{}<p>bar</p>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foo</p>a[]<p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<b>foo[]</b>bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<b>fooa[]</b>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<b>foo</b>[]bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<b>foo</b>a[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<b>{}</b>bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<b>a[]</b>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<a>foo[]</a>bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<a>fooa[]</a>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<a>foo</a>[]bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<a>foo</a>a[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<a href=/>foo[]</a>bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<a href=\"/\">fooa[]</a>bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<a href=/>foo</a>[]bar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<a href=\"/\">foo</a>a[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>fo[o<p>b]ar",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foa[]ar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>fo[o<p>bar<p>b]az",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>foa[]az</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["{}<br>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>{}<br>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p><span>{}<br></span>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p><span>a[]</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<p>a[]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<b>a[]</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<i>[bar]</i>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<i>a[]</i>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<s>[bar]</s>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<s>a[]</s>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub>[bar]</sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub>a[]</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sup>[bar]</sup>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sup>a[]</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<u>[bar]</u>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<u>a[]</u>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font face=sans-serif>[bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font face=\"sans-serif\">a[]</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=4>[bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font size=\"4\">a[]</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font color=#0000FF>[bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font color=\"#0000FF\">a[]</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub><font size=2>[bar]</font></sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub>a[]</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=2><sub>[bar]</sub></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub><font size=\"1\">a[]</font></sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub><font size=3>[bar]</font></sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub><font size=\"3\">a[]</font></sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=3><sub>[bar]</sub></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub>a[]</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<b>bar]</b>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<i>bar]</i>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<s>bar]</s>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<sub>bar]</sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<sup>bar]</sup>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<u>bar]</u>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com>bar]</a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font face=sans-serif>bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font size=4>bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font color=#0000FF>bar]</font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<span style=background-color:#00FFFF>bar]</span>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<sub><font size=2>bar]</font></sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font size=2><sub>bar]</sub></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<sub><font size=3>bar]</font></sub>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font size=3><sub>bar]</sub></font>baz",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<b>[bar</b>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<b>a[]</b>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<i>[bar</i>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<i>a[]</i>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<s>[bar</s>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<s>a[]</s>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub>[bar</sub>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub>a[]</sub>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sup>[bar</sup>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sup>a[]</sup>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<u>[bar</u>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<u>a[]</u>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com>[bar</a>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font face=sans-serif>[bar</font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font face=\"sans-serif\">a[]</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=4>[bar</font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font size=\"4\">a[]</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font color=#0000FF>[bar</font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<font color=\"#0000FF\">a[]</font>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub><font size=2>[bar</font></sub>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub>a[]</sub>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=2><sub>[bar</sub></font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub><font size=\"1\">a[]</font></sub>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub><font size=3>[bar</font></sub>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub><font size=\"3\">a[]</font></sub>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=3><sub>[bar</sub></font>baz]",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"foo<sub>a[]</sub>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["<blockquote><font color=blue>[foo]</font></blockquote>",
 	[["stylewithcss","false"],["inserttext","a"]],
 	"<blockquote><font color=\"blue\">a[]</font></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo[]bar</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo[bar]baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["foo<br>[bar]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar]</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["f[oo<br>b]ar<br>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>f[oo</li><li>b]ar</li></ul>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<p>[foo]<br>bar</p>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><p>bar</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["[foo<ol><li>bar]</ol>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><li>bar]</li></ul>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["foo<ol><li>[bar</ol>baz]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar</li><li>baz]</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["[foo<ul><li>bar]</ul>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><li>bar]</li></ul>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[true,false,null,false,true,null]}],
 ["foo<ul><li>[bar</ul>baz]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar</li><li>baz]</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[true,false,null,false,true,null]}],
 ["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[true,false,null,false,true,null]}],
 ["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[true,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["{<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<p>foo<p>[bar]<p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>foo</p><ul><li>[bar]</li></ul><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<p>foo<blockquote>[bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<p>[foo<p>bar]<p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><li>bar]</li></ul><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<p>[foo<blockquote>bar]</blockquote><p>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<ol><li>foo</ol>[bar]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["[foo]<ol><li>bar</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><ol><li>bar</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<ol><ol><li>[foo]</ol></ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><ul><li>[foo]</li></ul></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]<br>bar</li></ul><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo<br>[bar]</li></ul><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<ul><li>foo</ul>[bar]",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><li>[bar]</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["[foo]<ul><li>bar</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li><li>bar</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<ul><li>foo</ul>[bar]<ul><li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<ul><ul><li>[foo]</ul></ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,true,null]}],
 ["<ul><li>[foo]<br>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo]<br>bar</p><ul><li>baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<ul><li>foo<br>[bar]<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>foo<br>[bar]</p><ul><li>baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<ul><li><div>[foo]</div>bar<li>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<div>[foo]</div><p>bar</p><ul><li>baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<ul><li>foo<li>[bar<li>baz]</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li></ul><p>[bar</p><p>baz]</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,true,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,true,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,true,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<ul><li>foo<ul><li>[bar]</ul>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<p>[foo</p><ul><li>bar]</li><li>baz</li></ul>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,true,false,null]}],
 ["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<ol><li>bar</li></ol><p>[baz]</p>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["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":[null,false,null,null,false,null],"insertunorderedlist":[true,false,null,false,true,null]}],
 ["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<p>[bar]</p><ol><li>baz</li></ol>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["[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":[null,false,null,null,false,null],"insertunorderedlist":[true,false,null,false,true,null]}],
 ["[foo]<blockquote>bar</blockquote>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo]</li></ul><blockquote>bar</blockquote>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["foo<blockquote>[bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<blockquote><ul><li>[bar]</li></ul></blockquote>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["[foo<blockquote>bar]</blockquote>baz",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["[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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["foo<blockquote>[bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"foo<blockquote><ul><li>[bar]</li></ul>baz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["[foo<blockquote>bar]<br>baz</blockquote>",
 	[["stylewithcss","false"],["insertunorderedlist",""]],
 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote>baz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["<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":[null,false,null,null,false,null],"insertunorderedlist":[false,true,null,false,false,null]}],
 ["{<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":[null,false,null,null,false,null],"insertunorderedlist":[false,false,null,false,true,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["italic",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["italic",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["italic",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["italic",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<i>[bar]</i>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<span style=\"font-style:italic\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["foo]bar[baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<i>[bar]</i>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["foo]bar[baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<span style=\"font-style:italic\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<i>[bar</i><b><i>baz]</i>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<span style=\"font-style:italic\">[bar</span><b><span style=\"font-style:italic\">baz]</span>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["italic",""]],
 	"<table><tbody><tr><td>foo</td><td>b<i>[a]</i>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["italic",""]],
 	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-style:italic\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["italic",""]],
 	"<table><tbody><tr><td>foo</td>{<td><i>bar</i></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["italic",""]],
 	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-style:italic\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["italic",""]],
 	"<table><tbody><tr>{<td><i>foo</i></td><td><i>bar</i></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["italic",""]],
 	"<table><tbody><tr>{<td><span style=\"font-style:italic\">foo</span></td><td><span style=\"font-style:italic\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["italic",""]],
 	"<table><tbody>{<tr><td><i>foo</i></td><td><i>bar</i></td><td><i>baz</i></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["italic",""]],
 	"<table><tbody>{<tr><td><span style=\"font-style:italic\">foo</span></td><td><span style=\"font-style:italic\">bar</span></td><td><span style=\"font-style:italic\">baz</span></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["italic",""]],
 	"<table>{<tbody><tr><td><i>foo</i></td><td><i>bar</i></td><td><i>baz</i></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["italic",""]],
 	"<table>{<tbody><tr><td><span style=\"font-style:italic\">foo</span></td><td><span style=\"font-style:italic\">bar</span></td><td><span style=\"font-style:italic\">baz</span></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["italic",""]],
 	"{<table><tbody><tr><td><i>foo</i></td><td><i>bar</i></td><td><i>baz</i></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["italic",""]],
 	"{<table><tbody><tr><td><span style=\"font-style:italic\">foo</span></td><td><span style=\"font-style:italic\">bar</span></td><td><span style=\"font-style:italic\">baz</span></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["foo<span style=\"font-style: italic\">[bar]</span>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-style: italic\">[bar]</span>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<address>[bar]</address>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<address><span style=\"font-style:normal\">[bar]</span></address>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<address>[bar]</address>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<address><span style=\"font-style:normal\">[bar]</span></address>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<cite>[bar]</cite>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<cite><span style=\"font-style:normal\">[bar]</span></cite>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<cite>[bar]</cite>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<cite><span style=\"font-style:normal\">[bar]</span></cite>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<dfn>[bar]</dfn>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<dfn><span style=\"font-style:normal\">[bar]</span></dfn>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<dfn>[bar]</dfn>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<dfn><span style=\"font-style:normal\">[bar]</span></dfn>baz",
-	[]],
-["foo<em>[bar]</em>baz",
-	[["stylewithcss","false"],["italic",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<em>[bar]</em>baz",
-	[["stylewithcss","true"],["italic",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["italic",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
+["foo<em>[bar]</em>baz",
+	[["stylewithcss","true"],["italic",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<i>[bar]</i>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<i>[bar]</i>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<var>[bar]</var>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<var><span style=\"font-style:normal\">[bar]</span></var>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<var>[bar]</var>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<var><span style=\"font-style:normal\">[bar]</span></var>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<address>bar</address>}baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo{<address><span style=\"font-style:normal\">bar</span></address>}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<address>bar</address>}baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo{<address><span style=\"font-style:normal\">bar</span></address>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<cite>bar</cite>}baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo{<cite><span style=\"font-style:normal\">bar</span></cite>}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<cite>bar</cite>}baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo{<cite><span style=\"font-style:normal\">bar</span></cite>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<dfn>bar</dfn>}baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo{<dfn><span style=\"font-style:normal\">bar</span></dfn>}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<dfn>bar</dfn>}baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo{<dfn><span style=\"font-style:normal\">bar</span></dfn>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<em>bar</em>}baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<em>bar</em>}baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<i>bar</i>}baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<i>bar</i>}baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<var>bar</var>}baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo{<var><span style=\"font-style:normal\">bar</span></var>}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<var>bar</var>}baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo{<var><span style=\"font-style:normal\">bar</span></var>}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<address>b[a]r</address>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<address>b<span style=\"font-style:normal\">[a]</span>r</address>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<address>b[a]r</address>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<address>b<span style=\"font-style:normal\">[a]</span>r</address>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<cite>b[a]r</cite>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<cite>b<span style=\"font-style:normal\">[a]</span>r</cite>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<cite>b[a]r</cite>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<cite>b<span style=\"font-style:normal\">[a]</span>r</cite>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<dfn>b[a]r</dfn>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<dfn>b<span style=\"font-style:normal\">[a]</span>r</dfn>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<dfn>b[a]r</dfn>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<dfn>b<span style=\"font-style:normal\">[a]</span>r</dfn>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<em>b[a]r</em>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<i>b</i>[a]<i>r</i>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<em>b[a]r</em>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<span style=\"font-style:italic\">b</span>[a]<span style=\"font-style:italic\">r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<i>b[a]r</i>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<i>b</i>[a]<i>r</i>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<i>b[a]r</i>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<span style=\"font-style:italic\">b</span>[a]<span style=\"font-style:italic\">r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<var>b[a]r</var>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<var>b<span style=\"font-style:normal\">[a]</span>r</var>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<var>b[a]r</var>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<var>b<span style=\"font-style:normal\">[a]</span>r</var>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["fo[o<address>bar</address>b]az",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<i>[o</i><address>bar</address><i>b]</i>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<address>bar</address>b]az",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[o</span><address>bar</address><span style=\"font-style:italic\">b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<cite>bar</cite>b]az",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<i>[o<cite>bar</cite>b]</i>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<cite>bar</cite>b]az",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[o<cite>bar</cite>b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<dfn>bar</dfn>b]az",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<i>[o<dfn>bar</dfn>b]</i>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<dfn>bar</dfn>b]az",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[o<dfn>bar</dfn>b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<em>bar</em>b]az",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<i>[obarb]</i>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<em>bar</em>b]az",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<i>bar</i>b]az",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<i>[obarb]</i>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<i>bar</i>b]az",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<var>bar</var>b]az",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<i>[o<var>bar</var>b]</i>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<var>bar</var>b]az",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[o<var>bar</var>b]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<address>bar</address>baz]",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[<address>bar</address><i>baz]</i>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<address>bar</address>baz]",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[<address>bar</address><span style=\"font-style:italic\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<cite>bar</cite>baz]",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[<cite>bar</cite><i>baz]</i>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<cite>bar</cite>baz]",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[<cite>bar</cite><span style=\"font-style:italic\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<dfn>bar</dfn>baz]",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[<dfn>bar</dfn><i>baz]</i>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<dfn>bar</dfn>baz]",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[<dfn>bar</dfn><span style=\"font-style:italic\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<em>bar</em>baz]",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[<i>barbaz]</i>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<em>bar</em>baz]",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[<span style=\"font-style:italic\">barbaz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<i>bar</i>baz]",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[<i>barbaz]</i>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<i>bar</i>baz]",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[<span style=\"font-style:italic\">barbaz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<var>bar</var>baz]",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[<var>bar</var><i>baz]</i>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<var>bar</var>baz]",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[<var>bar</var><span style=\"font-style:italic\">baz]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<address>bar</address>]baz",
 	[["stylewithcss","false"],["italic",""]],
 	"<i>[foo</i><address>bar</address>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<address>bar</address>]baz",
 	[["stylewithcss","true"],["italic",""]],
 	"<span style=\"font-style:italic\">[foo</span><address>bar</address>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<cite>bar</cite>]baz",
 	[["stylewithcss","false"],["italic",""]],
 	"<i>[foo<cite>bar</cite></i>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<cite>bar</cite>]baz",
 	[["stylewithcss","true"],["italic",""]],
 	"<span style=\"font-style:italic\">[foo<cite>bar</cite></span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<dfn>bar</dfn>]baz",
 	[["stylewithcss","false"],["italic",""]],
 	"<i>[foo<dfn>bar</dfn></i>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<dfn>bar</dfn>]baz",
 	[["stylewithcss","true"],["italic",""]],
 	"<span style=\"font-style:italic\">[foo<dfn>bar</dfn></span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<em>bar</em>]baz",
 	[["stylewithcss","false"],["italic",""]],
 	"<i>[foobar</i>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<em>bar</em>]baz",
 	[["stylewithcss","true"],["italic",""]],
 	"<span style=\"font-style:italic\">[foobar</span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<i>bar</i>]baz",
 	[["stylewithcss","false"],["italic",""]],
 	"<i>[foobar</i>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<i>bar</i>]baz",
 	[["stylewithcss","true"],["italic",""]],
 	"<span style=\"font-style:italic\">[foobar</span>]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<var>bar</var>]baz",
 	[["stylewithcss","false"],["italic",""]],
 	"<i>[foo<var>bar</var></i>]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["[foo<var>bar</var>]baz",
 	[["stylewithcss","true"],["italic",""]],
 	"<span style=\"font-style:italic\">[foo<var>bar</var></span>]baz",
-	[]],
-["foo<span style=\"font-style: italic\">[bar]</span>baz",
-	[["stylewithcss","false"],["italic",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo<span style=\"font-style: italic\">[bar]</span>baz",
-	[["stylewithcss","true"],["italic",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["italic",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
+["foo<span style=\"font-style: italic\">[bar]</span>baz",
+	[["stylewithcss","true"],["italic",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-style: oblique\">[bar]</span>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-style: oblique\">[bar]</span>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-style: oblique\">b[a]r</span>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<span style=\"font-style:oblique\">b</span>[a]<span style=\"font-style:oblique\">r</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<span style=\"font-style: oblique\">b[a]r</span>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<span style=\"font-style:oblique\">b</span>[a]<span style=\"font-style:oblique\">r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["<i>{<p>foo</p><p>bar</p>}<p>baz</p></i>",
 	[["stylewithcss","false"],["italic",""]],
 	"{<p>foo</p><p>bar</p>}<p><i>baz</i></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["<i>{<p>foo</p><p>bar</p>}<p>baz</p></i>",
 	[["stylewithcss","true"],["italic",""]],
 	"{<p>foo</p><p>bar</p>}<p><span style=\"font-style:italic\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["<i><p>foo[<b>bar</b>}</p><p>baz</p></i>",
 	[["stylewithcss","false"],["italic",""]],
 	"<p><i>foo[</i><b>bar</b>}</p><p><i>baz</i></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["<i><p>foo[<b>bar</b>}</p><p>baz</p></i>",
 	[["stylewithcss","true"],["italic",""]],
 	"<p><span style=\"font-style:italic\">foo[</span><b>bar</b>}</p><p><span style=\"font-style:italic\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo [bar <b>baz] qoz</b> quz sic",
 	[["stylewithcss","false"],["italic",""]],
 	"foo <i>[bar </i><b><i>baz]</i> qoz</b> quz sic",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["foo [bar <b>baz] qoz</b> quz sic",
 	[["stylewithcss","true"],["italic",""]],
 	"foo <span style=\"font-style:italic\">[bar </span><b><span style=\"font-style:italic\">baz]</span> qoz</b> quz sic",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["foo bar <b>baz [qoz</b> quz] sic",
 	[["stylewithcss","false"],["italic",""]],
 	"foo bar <b>baz <i>[qoz</i></b><i> quz]</i> sic",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,false,null,false,true,null]}],
 ["foo bar <b>baz [qoz</b> quz] sic",
 	[["stylewithcss","true"],["italic",""]],
 	"foo bar <b>baz <span style=\"font-style:italic\">[qoz</span></b><span style=\"font-style:italic\"> quz]</span> sic",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,false,null,false,true,null]}],
 ["foo [bar <i>baz] qoz</i> quz sic",
 	[["stylewithcss","false"],["italic",""]],
 	"foo <i>[bar baz] qoz</i> quz sic",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["foo [bar <i>baz] qoz</i> quz sic",
 	[["stylewithcss","true"],["italic",""]],
 	"foo <i>[bar baz] qoz</i> quz sic",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo bar <i>baz [qoz</i> quz] sic",
 	[["stylewithcss","false"],["italic",""]],
 	"foo bar <i>baz [qoz quz]</i> sic",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["foo bar <i>baz [qoz</i> quz] sic",
 	[["stylewithcss","true"],["italic",""]],
 	"foo bar <i>baz [qoz quz]</i> sic",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<i>b]ar</i>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<i>[ob]ar</i>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<i>b]ar</i>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<i>[ob]ar</i>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo<i>ba[r</i>b]az",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<i>ba[rb]</i>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["foo<i>ba[r</i>b]az",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<i>ba[rb]</i>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<i>bar</i>b]az",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<i>[obarb]</i>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<i>bar</i>b]az",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["foo[<i>b]ar</i>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[b]<i>ar</i>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo[<i>b]ar</i>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[b]<span style=\"font-style:italic\">ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<i>ba[r</i>]baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo<i>ba</i>[r]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<i>ba[r</i>]baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo<span style=\"font-style:italic\">ba</span>[r]baz",
-	[]],
-["foo[<i>bar</i>]baz",
-	[["stylewithcss","false"],["italic",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo[<i>bar</i>]baz",
-	[["stylewithcss","true"],["italic",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["italic",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
+["foo[<i>bar</i>]baz",
+	[["stylewithcss","true"],["italic",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo<i>[bar]</i>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo<i>[bar]</i>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<i>bar</i>}baz",
 	[["stylewithcss","false"],["italic",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["foo{<i>bar</i>}baz",
 	[["stylewithcss","true"],["italic",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["fo[o<span style=font-style:italic>b]ar</span>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[ob]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<span style=font-style:italic>b]ar</span>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[ob]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<span style=font-style:oblique>b]ar</span>baz",
 	[["stylewithcss","false"],["italic",""]],
 	"fo<i>[o</i><span style=\"font-style:oblique\"><i>b]</i>ar</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[true,false,null,false,true,null]}],
 ["fo[o<span style=font-style:oblique>b]ar</span>baz",
 	[["stylewithcss","true"],["italic",""]],
 	"fo<span style=\"font-style:italic\">[o</span><span style=\"font-style:oblique\"><span style=\"font-style:italic\">b]</span>ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[true,false,null,false,true,null]}],
 ["<span style=font-style:italic>fo[o</span><span style=font-style:oblique>b]ar</span>",
 	[["stylewithcss","false"],["italic",""]],
 	"<i>fo</i>[ob]<span style=\"font-style:oblique\">ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["<span style=font-style:italic>fo[o</span><span style=font-style:oblique>b]ar</span>",
 	[["stylewithcss","true"],["italic",""]],
 	"<span style=\"font-style:italic\">fo</span>[ob]<span style=\"font-style:oblique\">ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["<span style=font-style:oblique>fo[o</span><span style=font-style:italic>b]ar</span>",
 	[["stylewithcss","false"],["italic",""]],
 	"<span style=\"font-style:oblique\">fo</span>[ob]<i>ar</i>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["<span style=font-style:oblique>fo[o</span><span style=font-style:italic>b]ar</span>",
 	[["stylewithcss","true"],["italic",""]],
 	"<span style=\"font-style:oblique\">fo</span>[ob]<span style=\"font-style:italic\">ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["<i>fo[o</i><address>b]ar</address>",
 	[["stylewithcss","false"],["italic",""]],
 	"<i>fo</i>[o<address><span style=\"font-style:normal\">b]</span>ar</address>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"italic":[false,true,null,false,false,null]}],
 ["<i>fo[o</i><address>b]ar</address>",
 	[["stylewithcss","true"],["italic",""]],
 	"<span style=\"font-style:italic\">fo</span>[o<address><span style=\"font-style:normal\">b]</span>ar</address>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"italic":[false,true,null,false,false,null]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>foo[]bar<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>foo[]bar<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>foo[bar]baz<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<h1>foo[bar]baz</h1><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<h1>foo[bar]baz</h1><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<pre>foo[bar]baz</pre><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<pre>foo[bar]baz</pre><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<xmp>foo[bar]baz</xmp><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<xmp>foo[bar]baz</xmp><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<center><p>[foo]<p>bar</center><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<center><p>[foo]</p><p>bar</p></center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<center><p>[foo]<p>bar</center><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<center><p>[foo]</p><p>bar</p></center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<center><p>[foo<p>bar]</center><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<center><p>[foo<p>bar]</center><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table align=\"center\"><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table align=\"center\"><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table align=\"center\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table align=\"center\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table align=\"center\"><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table align=\"center\"><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<table><tbody align=center><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table><tbody align=\"center\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody align=center><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table><tbody align=\"center\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody align=center><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table><tbody align=\"center\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody align=center><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table><tbody align=\"center\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody align=center><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table><tbody align=\"center\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody align=center><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table><tbody align=\"center\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody><tr align=center><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table><tbody><tr align=\"center\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody><tr align=center><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table><tbody><tr align=\"center\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody><tr align=center data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table><tbody><tr align=\"center\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody><tr align=center data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table><tbody><tr align=\"center\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody><tr align=center data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<table><tbody><tr align=\"center\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody><tr align=center data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<table><tbody><tr align=\"center\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"justify",false,true,"center"]}],
 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"justify",false,true,"center"]}],
 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"justify",false,true,"center"]}],
 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"justify",false,true,"center"]}],
 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"justify",false,true,"center"]}],
 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"justify",false,true,"center"]}],
 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"justify",false,true,"center"]}],
 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"justify",false,true,"center"]}],
 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<center>foo</center>[bar]<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<center>foo</center>[bar]<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["[foo]<center>bar</center><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["[foo]<center>bar</center><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<center>foo</center>[bar]<center>baz</center><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<center>foo</center>[bar]<center>baz</center><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center>foo</div>[bar]<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"center\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center>foo</div>[bar]<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"center\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["[foo]<div align=center>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"center\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["[foo]<div align=center>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"center\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center>foo</div>[bar]<div align=center>baz</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"center\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center>foo</div>[bar]<div align=center>baz</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"center\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"center\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"center\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>[foo]<div align=center><p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>[foo]<div align=center><p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center><p>foo</div><p>[bar]<div align=center><p>baz</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div align=\"center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center><p>foo</div><p>[bar]<div align=center><p>baz</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div align=\"center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:center>foo</div>[bar]<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:center>foo</div>[bar]<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["[foo]<div style=text-align:center>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["[foo]<div style=text-align:center>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:center><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:center><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>[foo]<div style=text-align:center><p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>[foo]<div style=text-align:center><p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p align=center>foo<p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p align=center>foo<p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>[foo]<p align=center>bar<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p>[foo]<p align=center>bar<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<center>[foo</center>bar]<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<center>[foo</center>bar]<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<center>fo[o</center>b]ar<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<center>fo[o</center>b]ar<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div align=center>[foo</div>bar]<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div align=center>[foo</div>bar]<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div align=center>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div align=center>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div style=text-align:center>[foo</div>bar]<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div style=text-align:center>[foo</div>bar]<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div style=text-align:center>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div style=text-align:center>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<span style=text-align:center>[foo]</span><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<span style=text-align:center>[foo]</span><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<span style=text-align:center>f[o]o</span><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">f[o]o</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<span style=text-align:center>f[o]o</span><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">f[o]o</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:center\">baz]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:center\">baz]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div align=nonsense><p>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=nonsense><p>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
-	[]],
-["<quasit align=right><p>[foo]</p></quasit><p>extra",
-	[["stylewithcss","false"],["justifycenter",""]],
-	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
-	[]],
-["<quasit align=right><p>[foo]</p></quasit><p>extra",
-	[["stylewithcss","true"],["justifycenter",""]],
-	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center>{<div align=left>foo</div>}</div>",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo}</div>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center>{<div align=left>foo</div>}</div>",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo}</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=left>{<div align=center>foo</div>}</div>",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo}</div>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div align=left>{<div align=center>foo</div>}</div>",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo}</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div align=center>{<div align=left>foo</div>bar}</div>",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"left",false,true,"center"]}],
 ["<div align=center>{<div align=left>foo</div>bar}</div>",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"left",false,true,"center"]}],
 ["<div align=left>{<div align=center>foo</div>bar}</div>",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div align=left>{<div align=center>foo</div>bar}</div>",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"left",false,true,"center"]}],
 ["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"left",false,true,"center"]}],
 ["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[true,false,"center",false,true,"center"]}],
 ["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,true,"center",false,true,"center"]}],
 ["<div style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"right",false,true,"center"]}],
 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifycenter",""]],
 	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifycenter":[false,false,"left",false,true,"center"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>foo[]bar<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>foo[]bar<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>foo[bar]baz<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<h1>foo[bar]baz</h1><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<h1>foo[bar]baz</h1><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<pre>foo[bar]baz</pre><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<pre>foo[bar]baz</pre><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<xmp>foo[bar]baz</xmp><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<xmp>foo[bar]baz</xmp><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<center><p>[foo]<p>bar</center><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<center><p>[foo]<p>bar</center><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<center><p>[foo<p>bar]</center><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<center><p>[foo<p>bar]</center><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table align=\"justify\"><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table align=\"justify\"><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table align=\"justify\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table align=\"justify\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table align=\"justify\"><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table align=\"justify\"><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<table><tbody align=justify><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table><tbody align=\"justify\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody align=justify><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table><tbody align=\"justify\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody align=justify><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table><tbody align=\"justify\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody align=justify><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table><tbody align=\"justify\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody align=justify><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table><tbody align=\"justify\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody align=justify><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table><tbody align=\"justify\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody><tr align=justify><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table><tbody><tr align=\"justify\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody><tr align=justify><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table><tbody><tr align=\"justify\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody><tr align=justify data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table><tbody><tr align=\"justify\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody><tr align=justify data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table><tbody><tr align=\"justify\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody><tr align=justify data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<table><tbody><tr align=\"justify\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody><tr align=justify data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<table><tbody><tr align=\"justify\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"center",false,true,"justify"]}],
 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div align=justify>foo</div>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"justify\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=justify>foo</div>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"justify\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["[foo]<div align=justify>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"justify\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["[foo]<div align=justify>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"justify\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=justify>foo</div>[bar]<div align=justify>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=justify>foo</div>[bar]<div align=justify>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=justify><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=justify><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>[foo]<div align=justify><p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>[foo]<div align=justify><p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=justify><p>foo</div><p>[bar]<div align=justify><p>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div align=\"justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=justify><p>foo</div><p>[bar]<div align=justify><p>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div align=\"justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:justify>foo</div>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:justify>foo</div>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["[foo]<div style=text-align:justify>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["[foo]<div style=text-align:justify>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:justify><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:justify><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>[foo]<div style=text-align:justify><p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>[foo]<div style=text-align:justify><p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p align=justify>foo<p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p align=justify>foo<p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>[foo]<p align=justify>bar<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p>[foo]<p align=justify>bar<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=justify>[foo</div>bar]<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 ["<div align=justify>[foo</div>bar]<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 ["<div align=justify>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 ["<div align=justify>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 ["<div style=text-align:justify>[foo</div>bar]<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 ["<div style=text-align:justify>[foo</div>bar]<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 ["<div style=text-align:justify>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 ["<div style=text-align:justify>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 ["<span style=text-align:justify>[foo]</span><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<span style=text-align:justify>[foo]</span><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<span style=text-align:justify>f[o]o</span><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">f[o]o</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<span style=text-align:justify>f[o]o</span><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">f[o]o</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:justify\">baz]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:justify\">baz]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 ["<div align=nonsense><p>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div align=nonsense><p>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
-	[]],
-["<quasit align=center><p>[foo]</p></quasit><p>extra",
-	[["stylewithcss","false"],["justifyfull",""]],
-	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
-	[]],
-["<quasit align=center><p>[foo]</p></quasit><p>extra",
-	[["stylewithcss","true"],["justifyfull",""]],
-	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"right",false,true,"justify"]}],
 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyfull",""]],
 	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyfull":[false,false,"left",false,true,"justify"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"foo[]bar<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"foo[]bar<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<span>foo</span>{}<span>bar</span><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<span>foo</span>{}<span>bar</span><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<span>foo[</span><span>]bar</span><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<span>foo[</span><span>]bar</span><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"foo[bar]baz<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"foo[bar]baz<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"foo[bar<b>baz]qoz</b>quz<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"foo[bar<b>baz]qoz</b>quz<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>foo[]bar<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>foo[]bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>foo[]bar<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>foo[]bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>foo[bar]baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>foo[bar]baz<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>foo[bar]baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<h1>foo[bar]baz</h1><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<h1>foo[bar]baz</h1><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<h1>foo[bar]baz</h1><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<h1>foo[bar]baz</h1><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<pre>foo[bar]baz</pre><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<pre>foo[bar]baz</pre><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<pre>foo[bar]baz</pre><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<pre>foo[bar]baz</pre><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<xmp>foo[bar]baz</xmp><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<xmp>foo[bar]baz</xmp><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<xmp>foo[bar]baz</xmp><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<xmp>foo[bar]baz</xmp><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<center><p>[foo]<p>bar</center><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<center><p>[foo]<p>bar</center><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<center><p>[foo<p>bar]</center><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<center><p>[foo<p>bar]</center><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table align=\"left\"><tbody><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table align=\"left\"><tbody><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table align=\"left\"><tbody><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table align=\"left\"><tbody><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table align=\"left\"><tbody><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table align=\"left\"><tbody><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table align=left data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["{<table align=left><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["{<table align=left><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody align=left><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody align=\"left\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody align=left><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody align=\"left\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody align=left><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody align=\"left\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody align=left><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody align=\"left\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody align=left><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody align=\"left\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody align=left><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody align=\"left\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody align=left data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody align=left data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table data-start=0 data-end=1><tbody align=left><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table data-start=0 data-end=1><tbody align=left><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["{<table><tbody align=left><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["{<table><tbody align=left><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr align=left><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody><tr align=\"left\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr align=left><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody><tr align=\"left\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr align=left data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody><tr align=\"left\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr align=left data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody><tr align=\"left\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr align=left data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody><tr align=\"left\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody><tr align=left data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody><tr align=\"left\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody data-start=0 data-end=1><tr align=left><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table><tbody data-start=0 data-end=1><tr align=left><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table data-start=0 data-end=1><tbody><tr align=left><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<table data-start=0 data-end=1><tbody><tr align=left><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["{<table><tr align=left><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["{<table><tr align=left><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo</p><p>bar}</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo</p><p>bar}</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"center",false,true,"left"]}],
 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"justify",false,true,"left"]}],
 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"justify",false,true,"left"]}],
 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo</p><p>bar}</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"justify",false,true,"left"]}],
 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo</p><p>bar}</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"justify",false,true,"left"]}],
 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"justify",false,true,"left"]}],
 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"justify",false,true,"left"]}],
 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"justify",false,true,"left"]}],
 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"justify",false,true,"left"]}],
 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div align=\"left\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div align=\"left\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo</p><p>bar}</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo</p><p>bar}</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo</p><p>bar}</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo</p><p>bar}</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo</p><p>bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div align=left>foo</div>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div align=\"left\">foo</div>[bar]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left>foo</div>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div align=\"left\">foo</div>[bar]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["[foo]<div align=left>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"[foo]<div align=\"left\">bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["[foo]<div align=left>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"[foo]<div align=\"left\">bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left>foo</div>[bar]<div align=left>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div align=\"left\">foo</div>[bar]<div align=\"left\">baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left>foo</div>[bar]<div align=left>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div align=\"left\">foo</div>[bar]<div align=\"left\">baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div align=\"left\"><p>foo</p></div><p>[bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div align=\"left\"><p>foo</p></div><p>[bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>[foo]<div align=left><p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo]</p><div align=\"left\"><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>[foo]<div align=left><p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo]</p><div align=\"left\"><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left><p>foo</div><p>[bar]<div align=left><p>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div align=\"left\"><p>foo</p></div><p>[bar]</p><div align=\"left\"><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left><p>foo</div><p>[bar]<div align=left><p>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div align=\"left\"><p>foo</p></div><p>[bar]</p><div align=\"left\"><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>foo</div>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:left\">foo</div>[bar]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>foo</div>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:left\">foo</div>[bar]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["[foo]<div style=text-align:left>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"[foo]<div style=\"text-align:left\">bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["[foo]<div style=text-align:left>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"[foo]<div style=\"text-align:left\">bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>foo</div>[bar]<div style=text-align:left>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:left\">foo</div>[bar]<div style=\"text-align:left\">baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>foo</div>[bar]<div style=text-align:left>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:left\">foo</div>[bar]<div style=\"text-align:left\">baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><p>foo</p></div><p>[bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><p>foo</p></div><p>[bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>[foo]<div style=text-align:left><p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo]</p><div style=\"text-align:left\"><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>[foo]<div style=text-align:left><p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo]</p><div style=\"text-align:left\"><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left><p>foo</div><p>[bar]<div style=text-align:left><p>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><p>foo</p></div><p>[bar]</p><div style=\"text-align:left\"><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left><p>foo</div><p>[bar]<div style=text-align:left><p>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><p>foo</p></div><p>[bar]</p><div style=\"text-align:left\"><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p align=left>foo<p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p align=\"left\">foo</p><p>[bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p align=left>foo<p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p align=\"left\">foo</p><p>[bar]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>[foo]<p align=left>bar<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo]</p><p align=\"left\">bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p>[foo]<p align=left>bar<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo]</p><p align=\"left\">bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p align=left>foo<p>[bar]<p align=left>baz<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p align=\"left\">foo</p><p>[bar]</p><p align=\"left\">baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<p align=left>foo<p>[bar]<p align=left>baz<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p align=\"left\">foo</p><p>[bar]</p><p align=\"left\">baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left>[foo</div>bar]<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"[foo<br>bar]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left>[foo</div>bar]<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"[foo<br>bar]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"fo[o<br>b]ar<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=left>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"fo[o<br>b]ar<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>[foo</div>bar]<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"[foo<br>bar]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>[foo</div>bar]<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"[foo<br>bar]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"fo[o<br>b]ar<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"fo[o<br>b]ar<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<span style=text-align:left>[foo]</span><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"[foo]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<span style=text-align:left>[foo]</span><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"[foo]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<span style=text-align:left>f[o]o</span><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"f[o]o<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<span style=text-align:left>f[o]o</span><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"f[o]o<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=nonsense><p>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div align=nonsense><p>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<p>[foo]</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<p>[foo]</p><p>extra</p>",
-	[]],
-["<quasit align=center><p>[foo]</p></quasit><p>extra",
-	[["stylewithcss","false"],["justifyleft",""]],
-	"<quasit><p>[foo]</p></quasit><p>extra</p>",
-	[]],
-["<quasit align=center><p>[foo]</p></quasit><p>extra",
-	[["stylewithcss","true"],["justifyleft",""]],
-	"<quasit><p>[foo]</p></quasit><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"[foo]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"[foo]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"[foo]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"[foo]<p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,false,"right",false,true,"left"]}],
 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyleft",""]],
 	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyleft":[false,true,"left",false,true,"left"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["foo[]bar<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<span>foo</span>{}<span>bar</span><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<span>foo[</span><span>]bar</span><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["foo[bar]baz<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>foo[]bar<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>foo[]bar<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>foo[bar]baz<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>foo[bar]baz<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<h1>foo[bar]baz</h1><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<h1>foo[bar]baz</h1><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<pre>foo[bar]baz</pre><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<pre>foo[bar]baz</pre><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<xmp>foo[bar]baz</xmp><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<xmp>foo[bar]baz</xmp><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<center><p>[foo]<p>bar</center><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<center><p>[foo]<p>bar</center><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<center><p>[foo<p>bar]</center><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<center><p>[foo<p>bar]</center><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table align=\"right\"><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table align=\"right\"><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table align=\"right\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table align=\"right\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table align=\"right\"><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table align=\"right\"><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<table><tbody align=right><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table><tbody align=\"right\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody align=right><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table><tbody align=\"right\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody align=right><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table><tbody align=\"right\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody align=right><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table><tbody align=\"right\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody align=right><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table><tbody align=\"right\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody align=right><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table><tbody align=\"right\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody><tr align=right><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table><tbody><tr align=\"right\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody><tr align=right><td>foo<td>b[a]r<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table><tbody><tr align=\"right\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody><tr align=right data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table><tbody><tr align=\"right\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody><tr align=right data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table><tbody><tr align=\"right\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody><tr align=right data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<table><tbody><tr align=\"right\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody><tr align=right data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<table><tbody><tr align=\"right\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"center",false,true,"right"]}],
 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"justify",false,true,"right"]}],
 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"justify",false,true,"right"]}],
 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"justify",false,true,"right"]}],
 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"justify",false,true,"right"]}],
 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"justify",false,true,"right"]}],
 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"justify",false,true,"right"]}],
 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"justify",false,true,"right"]}],
 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"justify",false,true,"right"]}],
 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div align=right>foo</div>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"right\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=right>foo</div>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"right\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["[foo]<div align=right>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"right\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["[foo]<div align=right>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"right\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=right>foo</div>[bar]<div align=right>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"right\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=right>foo</div>[bar]<div align=right>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"right\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=right><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"right\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=right><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"right\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>[foo]<div align=right><p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>[foo]<div align=right><p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=right><p>foo</div><p>[bar]<div align=right><p>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div align=\"right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=right><p>foo</div><p>[bar]<div align=right><p>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div align=\"right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:right>foo</div>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:right>foo</div>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo<br>[bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["[foo]<div style=text-align:right>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["[foo]<div style=text-align:right>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo]<br>bar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:right><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:right><p>foo</div><p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>[foo]<div style=text-align:right><p>bar</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>[foo]<div style=text-align:right><p>bar</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p align=right>foo<p>[bar]<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p align=right>foo<p>[bar]<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>[foo]<p align=right>bar<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p>[foo]<p align=right>bar<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=right>[foo</div>bar]<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[true,false,"right",false,true,"right"]}],
 ["<div align=right>[foo</div>bar]<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[true,false,"right",false,true,"right"]}],
 ["<div align=right>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[true,false,"right",false,true,"right"]}],
 ["<div align=right>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[true,false,"right",false,true,"right"]}],
 ["<div style=text-align:right>[foo</div>bar]<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[true,false,"right",false,true,"right"]}],
 ["<div style=text-align:right>[foo</div>bar]<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[true,false,"right",false,true,"right"]}],
 ["<div style=text-align:right>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[true,false,"right",false,true,"right"]}],
 ["<div style=text-align:right>fo[o</div>b]ar<p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[true,false,"right",false,true,"right"]}],
 ["<span style=text-align:right>[foo]</span><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<span style=text-align:right>[foo]</span><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<span style=text-align:right>f[o]o</span><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">f[o]o</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<span style=text-align:right>f[o]o</span><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">f[o]o</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:right\">baz]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:right\">baz]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div align=nonsense><p>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div align=nonsense><p>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
-	[]],
-["<quasit align=center><p>[foo]</p></quasit><p>extra",
-	[["stylewithcss","false"],["justifyright",""]],
-	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
-	[]],
-["<quasit align=center><p>[foo]</p></quasit><p>extra",
-	[["stylewithcss","true"],["justifyright",""]],
-	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,true,"right",false,true,"right"]}],
 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","false"],["justifyright",""]],
 	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 	[["stylewithcss","true"],["justifyright",""]],
 	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"justifyright":[false,false,"left",false,true,"right"]}],
 ["<blockquote><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":[null,true,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><blockquote>foo[bar]baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote>foo[bar]baz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><blockquote data-abc=def>foo[bar]baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote data-abc=def><blockquote>foo[bar]baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><div>foo[bar]baz</div></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div>foo[bar]baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><div id=abc>foo[bar]baz</div></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div id=\"abc\">foo[bar]baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote id=abc>foo[bar]baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div id=\"abc\">foo[bar]baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote style=\"color: blue\">foo[bar]baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div style=\"color:rgb(0, 0, 255)\">foo[bar]baz</div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><blockquote><p>foo[bar]<p>baz</blockquote></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><div><p>foo[bar]<p>baz</div></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><p><b>foo[bar]</b><p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p><b>foo[bar]</b></p><blockquote><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><p><strong>foo[bar]</strong><p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p><strong>foo[bar]</strong></p><blockquote><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><p><span>foo[bar]</span><p>baz</blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p><span>foo[bar]</span></p><blockquote><p>baz</p></blockquote>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<ol><li>foo</ol>[bar]",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li></ol>[bar]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["foo<ol start=5><li>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<p>[bar]</p>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["foo<ol id=abc><li>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<div id=\"abc\"><p>[bar]</p></div>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["foo<ol><li value=5>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<p value=\"5\">[bar]</p>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["foo<ol><li id=abc>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<p id=\"abc\">[bar]</p>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["foo<ol><li style=color:blue>[bar]</ol>baz",
 	[["stylewithcss","false"],["outdent",""]],
 	"foo<p style=\"color:rgb(0, 0, 255)\">[bar]</p>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><ol><li>[foo]</ol></blockquote><p>extra",
 	[["stylewithcss","false"],["outdent",""]],
 	"<ol><li>[foo]</li></ol><p>extra</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<ol><li><h1>[foo]</h1></ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<h1>[foo]</h1>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<ol><li><xmp>[foo]</xmp></li></ol>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<xmp>[foo]</xmp>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["<blockquote><span>foo<br>[bar]</span></blockquote>",
 	[["stylewithcss","false"],["outdent",""]],
 	"<blockquote>foo</blockquote><span>[bar]</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"outdent":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<b>bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo[<b>bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo[barbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo[<b>bar</b>]baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<b>[bar]</b>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<b>b[a]r</b>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<b>b</b>[a]<b>r</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<strong>bar</strong>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<span style=\"font-weight: bold\">bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<span style=\"font-variant: small-caps\">bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<b id=foo>bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<b id=foo>b[a]r</b>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<b id=\"foo\">b</b>[a]<b>r</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<a>bar</a>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<a>bar</a>baz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<a>b[a]r</a>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<a>b[a]r</a>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<a href=foo>bar</a>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<a href=\"foo\">bar</a>baz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<a href=foo>b[a]r</a>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<a href=\"foo\">b[a]r</a>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<abbr>bar</abbr>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<abbr>b[a]r</abbr>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<abbr>b</abbr>[a]<abbr>r</abbr>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<acronym>bar</acronym>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<acronym>b[a]r</acronym>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<acronym>b</acronym>[a]<acronym>r</acronym>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<b>bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<b>b[a]r</b>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<b>b</b>[a]<b>r</b>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<bdi dir=rtl>bar</bdi>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<bdo dir=rtl>bar</bdo>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<big>bar</big>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<big>b[a]r</big>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<big>b</big>[a]<big>r</big>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<blink>bar</blink>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<blink>b[a]r</blink>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<blink>b</blink>[a]<blink>r</blink>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<cite>bar</cite>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<cite>b[a]r</cite>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<cite>b</cite>[a]<cite>r</cite>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<code>bar</code>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<code>b[a]r</code>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<code>b</code>[a]<code>r</code>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<del>bar</del>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<del>bar</del>baz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<del>b[a]r</del>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<del>b[a]r</del>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<dfn>bar</dfn>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<dfn>b[a]r</dfn>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<dfn>b</dfn>[a]<dfn>r</dfn>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<em>bar</em>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<em>b[a]r</em>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<em>b</em>[a]<em>r</em>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<font>bar</font>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<font>b[a]r</font>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<font>b</font>[a]<font>r</font>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<font color=blue>bar</font>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<i>bar</i>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<i>b[a]r</i>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<i>b</i>[a]<i>r</i>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<ins>bar</ins>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<ins>b[a]r</ins>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<ins>b</ins>[a]<ins>r</ins>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<kbd>bar</kbd>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<kbd>b[a]r</kbd>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<kbd>b</kbd>[a]<kbd>r</kbd>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<mark>bar</mark>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<mark>b[a]r</mark>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<mark>b</mark>[a]<mark>r</mark>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<nobr>bar</nobr>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<nobr>b[a]r</nobr>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<nobr>b</nobr>[a]<nobr>r</nobr>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<q>bar</q>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<q>b[a]r</q>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<q>b</q>[a]<q>r</q>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<samp>bar</samp>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<samp>b[a]r</samp>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<samp>b</samp>[a]<samp>r</samp>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<s>bar</s>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<s>b[a]r</s>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<s>b</s>[a]<s>r</s>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<small>bar</small>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<small>b[a]r</small>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<small>b</small>[a]<small>r</small>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<span>bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<span>b[a]r</span>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<span>b</span>[a]<span>r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<strike>bar</strike>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<strike>b[a]r</strike>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<strike>b</strike>[a]<strike>r</strike>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<strong>bar</strong>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<strong>b[a]r</strong>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<strong>b</strong>[a]<strong>r</strong>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<sub>bar</sub>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<sub>b[a]r</sub>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<sup>bar</sup>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<sup>b[a]r</sup>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<tt>bar</tt>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<tt>b[a]r</tt>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<tt>b</tt>[a]<tt>r</tt>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<u>bar</u>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<u>b[a]r</u>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<u>b</u>[a]<u>r</u>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<var>bar</var>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<var>b[a]r</var>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<var>b</var>[a]<var>r</var>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<br>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<br>bar]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<hr>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<hr>bar]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<wbr>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<wbr>bar]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<img>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<img>bar]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<img src=abc>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<img src=\"abc\">bar]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<video></video>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<video></video>bar]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<video src=abc></video>bar]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<video src=\"abc\"></video>bar]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<nonexistentelement>bar</nonexistentelement>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<nonexistentelement>bar</nonexistentelement>baz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<nonexistentelement>b[a]r</nonexistentelement>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<nonexistentelement>b[a]r</nonexistentelement>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<nonexistentelement style=\"display: block\">bar</nonexistentelement>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foo<nonexistentelement style=\"display:block\">bar</nonexistentelement>baz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<nonexistentelement style=\"display: block\">b[a]r</nonexistentelement>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<nonexistentelement style=\"display:block\">b[a]r</nonexistentelement>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<span id=foo>bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo<span id=foo>b[a]r</span>baz",
 	[["stylewithcss","false"],["removeformat",""]],
 	"foo<span id=\"foo\">b</span>[a]<span>r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<span class=foo>bar</span>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["[foo<b style=\"font-weight: normal\">bar</b>baz]",
 	[["stylewithcss","false"],["removeformat",""]],
 	"[foobarbaz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["<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":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["<p style=\"font-weight: bold\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p><b>foo</b>[bar]<b>baz</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p><b>foo</b>[bar]<b>baz</b></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["<p style=\"font-variant: small-caps\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p style=\"font-variant:small-caps\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["{<p style=\"font-variant: small-caps\">foobarbaz</p>}",
 	[["stylewithcss","false"],["removeformat",""]],
 	"{<p style=\"font-variant:small-caps\">foobarbaz</p>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["<p style=\"text-indent: 2em\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["removeformat",""]],
 	"<p style=\"text-indent:2em\">foo[bar]baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["{<p style=\"text-indent: 2em\">foobarbaz</p>}",
 	[["stylewithcss","false"],["removeformat",""]],
 	"{<p style=\"text-indent:2em\">foobarbaz</p>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s>[bar]</s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo]bar[baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s>[bar]</s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo]bar[baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s>[bar</s><b><s>baz]</s>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\">[bar</span><b><span style=\"text-decoration:line-through\">baz]</span>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<table><tbody><tr><td>foo</td><td>b<s>[a]</s>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<table><tbody><tr><td>foo</td><td>b<span style=\"text-decoration:line-through\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<table><tbody><tr><td>foo</td>{<td><s>bar</s></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<table><tbody><tr><td>foo</td>{<td><span style=\"text-decoration:line-through\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<table><tbody><tr>{<td><s>foo</s></td><td><s>bar</s></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<table><tbody><tr>{<td><span style=\"text-decoration:line-through\">foo</span></td><td><span style=\"text-decoration:line-through\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<table><tbody>{<tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<table><tbody>{<tr><td><span style=\"text-decoration:line-through\">foo</span></td><td><span style=\"text-decoration:line-through\">bar</span></td><td><span style=\"text-decoration:line-through\">baz</span></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<table>{<tbody><tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<table>{<tbody><tr><td><span style=\"text-decoration:line-through\">foo</span></td><td><span style=\"text-decoration:line-through\">bar</span></td><td><span style=\"text-decoration:line-through\">baz</span></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"{<table><tbody><tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"{<table><tbody><tr><td><span style=\"text-decoration:line-through\">foo</span></td><td><span style=\"text-decoration:line-through\">bar</span></td><td><span style=\"text-decoration:line-through\">baz</span></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<u>[bar]</u>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s><u>[bar]</u></s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<u>[bar]</u>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\"><u>[bar]</u></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s><span style=\"text-decoration:underline\">[bar]</span></s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\"><span style=\"text-decoration:underline\">[bar]</span></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[bar]baz</u>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<u>foo<s>[bar]</s>baz</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[bar]baz</u>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<u>foo<span style=\"text-decoration:line-through\">[bar]</span>baz</u>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<u>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\"><s>ar]</s>ba</span>z</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<u>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</u>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<u>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><s>ar]</s>ba</span>z</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<u>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</u>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<u>foo<s>[b</s><span style=\"font-size:3em\"><s>ar]</s>ba</span>z</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<u>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</u>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[b<i>ar]ba</i>z</u>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<u>foo<s>[b</s><i><s>ar]</s>ba</i>z</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<u>foo[b<i>ar]ba</i>z</u>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<u>foo<span style=\"text-decoration:line-through\">[b</span><i><span style=\"text-decoration:line-through\">ar]</span>ba</i>z</u>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<p style=\"text-decoration:underline\">foo<s>[bar]</s>baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<p style=\"text-decoration:underline\">foo<span style=\"text-decoration:line-through\">[bar]</span>baz</p>",
-	[]],
-["foo<s>[bar]</s>baz",
-	[["stylewithcss","false"],["strikethrough",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<s>[bar]</s>baz",
-	[["stylewithcss","true"],["strikethrough",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["strikethrough",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
+["foo<s>[bar]</s>baz",
+	[["stylewithcss","true"],["strikethrough",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[bar]baz</s>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[bar]<s>baz</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[bar]baz</s>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\">ar]<s>ba</s></span><s>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<s>ba</s></span><s>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[b<span style=\"font-size:3em\">ar]<s>ba</s></span><s>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"font-size:3em\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[b<i>ar]ba</i>z</s>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[b<i>ar]<s>ba</s></i><s>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>foo[b<i>ar]ba</i>z</s>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[b<i>ar]<span style=\"text-decoration:line-through\">ba</span></i><span style=\"text-decoration:line-through\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<p><s>foo</s>[bar]<s>baz</s></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<p><span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<strike>[bar]</strike>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<strike>[bar]</strike>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[bar]baz</strike>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[bar]<s>baz</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[bar]baz</strike>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\">ar]<s>ba</s></span><s>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<s>ba</s></span><s>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[b<span style=\"font-size:3em\">ar]<s>ba</s></span><s>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"font-size:3em\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[b<i>ar]ba</i>z</strike>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>foo</s>[b<i>ar]<s>ba</s></i><s>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>foo[b<i>ar]ba</i>z</strike>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">foo</span>[b<i>ar]<span style=\"text-decoration:line-through\">ba</span></i><span style=\"text-decoration:line-through\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<ins>[bar]</ins>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s><ins>[bar]</ins></s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<ins>[bar]</ins>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\"><ins>[bar]</ins></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[bar]baz</ins>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<ins>foo<s>[bar]</s>baz</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[bar]baz</ins>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<ins>foo<span style=\"text-decoration:line-through\">[bar]</span>baz</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<ins>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\"><s>ar]</s>ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<ins>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<ins>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><s>ar]</s>ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<ins>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<ins>foo<s>[b</s><span style=\"font-size:3em\"><s>ar]</s>ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<ins>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[b<i>ar]ba</i>z</ins>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<ins>foo<s>[b</s><i><s>ar]</s>ba</i>z</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<ins>foo[b<i>ar]ba</i>z</ins>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<ins>foo<span style=\"text-decoration:line-through\">[b</span><i><span style=\"text-decoration:line-through\">ar]</span>ba</i>z</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<del>[bar]</del>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<del>[bar]</del>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["foo<del>[bar]</del>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<del>[bar]</del>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[bar]baz</del>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<del>foo[bar]baz</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[bar]baz</del>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<del>foo[bar]baz</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<del>foo[b<span style=\"color:rgb(0, 0, 255)\">ar]ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<del>foo[b<span style=\"color:rgb(0, 0, 255)\">ar]ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<del>foo[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<del>foo[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[b<i>ar]ba</i>z</del>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<del>foo[b<i>ar]ba</i>z</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["<del>foo[b<i>ar]ba</i>z</del>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<del>foo[b<i>ar]ba</i>z</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["foo<span style=\"text-decoration: underline line-through\">[bar]</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:underline\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: underline line-through\">[bar]</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:underline\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:underline\"><s>b</s>[a]<s>r</s></span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:underline\"><span style=\"text-decoration:line-through\">b</span>[a]<span style=\"text-decoration:line-through\">r</span></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s><s style=\"text-decoration:underline\">[bar]</s></s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\"><s style=\"text-decoration:underline\">[bar]</s></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s style=\"text-decoration:underline\">b<s>[a]</s>r</s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<s style=\"text-decoration:underline\">b<span style=\"text-decoration:line-through\">[a]</span>r</s>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s>b</s>[a]<s>r</s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\">b</span>[a]<span style=\"text-decoration:line-through\">r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s><s style=\"text-decoration:overline\">[bar]</s></s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\"><s style=\"text-decoration:overline\">[bar]</s></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s style=\"text-decoration:overline\">b<s>[a]</s>r</s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<s style=\"text-decoration:overline\">b<span style=\"text-decoration:line-through\">[a]</span>r</s>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s><u style=\"text-decoration:overline\">[bar]</u></s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\"><u style=\"text-decoration:overline\">[bar]</u></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<u style=\"text-decoration:overline\">b<s>[a]</s>r</u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<u style=\"text-decoration:overline\">b<span style=\"text-decoration:line-through\">[a]</span>r</u>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<p><s>foo</s>[bar]<s>baz</s></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<p><span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<p style=\"text-decoration:overline\">foo<s>[bar]</s>baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<p style=\"text-decoration:overline\">foo<span style=\"text-decoration:line-through\">[bar]</span>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<span class=\"underline\">[bar]</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s><span class=\"underline\">[bar]</span></s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<span class=\"underline\">[bar]</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\"><span class=\"underline\">[bar]</span></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<span class=\"underline\">b[a]r</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<span class=\"underline\">b<s>[a]</s>r</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<span class=\"underline\">b[a]r</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span class=\"underline\">b<span style=\"text-decoration:line-through\">[a]</span>r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,false,null,false,true,null]}],
 ["foo<span class=\"line-through\">[bar]</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<span class=\"line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["foo<span class=\"line-through\">[bar]</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span class=\"line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["foo<span class=\"line-through\">b[a]r</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<span class=\"line-through\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["foo<span class=\"line-through\">b[a]r</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span class=\"line-through\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<span class=\"underline-and-line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span class=\"underline-and-line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,true,null]}],
 ["fo[o<s>b]ar</s>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"fo<s>[ob]ar</s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[true,false,null,false,true,null]}],
 ["fo[o<s>b]ar</s>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"fo<s>[ob]ar</s>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[true,false,null,false,true,null]}],
 ["foo<s>ba[r</s>b]az",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s>ba[rb]</s>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[true,false,null,false,true,null]}],
 ["foo<s>ba[r</s>b]az",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<s>ba[rb]</s>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[true,false,null,false,true,null]}],
 ["fo[o<s>bar</s>b]az",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"fo<s>[obarb]</s>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[true,false,null,false,true,null]}],
 ["fo[o<s>bar</s>b]az",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"fo<span style=\"text-decoration:line-through\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[true,false,null,false,true,null]}],
 ["foo[<s>b]ar</s>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo[b]<s>ar</s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo[<s>b]ar</s>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo[b]<span style=\"text-decoration:line-through\">ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<s>ba[r</s>]baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo<s>ba</s>[r]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<s>ba[r</s>]baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo<span style=\"text-decoration:line-through\">ba</span>[r]baz",
-	[]],
-["foo[<s>bar</s>]baz",
-	[["stylewithcss","false"],["strikethrough",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo[<s>bar</s>]baz",
-	[["stylewithcss","true"],["strikethrough",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["strikethrough",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
+["foo[<s>bar</s>]baz",
+	[["stylewithcss","true"],["strikethrough",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<s>[bar]</s>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo<s>[bar]</s>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo{<s>bar</s>}baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["foo{<s>bar</s>}baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["fo[o<span style=text-decoration:line-through>b]ar</span>baz",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"fo<span style=\"text-decoration:line-through\">[ob]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[true,false,null,false,true,null]}],
 ["fo[o<span style=text-decoration:line-through>b]ar</span>baz",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"fo<span style=\"text-decoration:line-through\">[ob]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[true,false,null,false,true,null]}],
 ["<strike>fo[o</strike><s>b]ar</s>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>fo</s>[ob]<s>ar</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<strike>fo[o</strike><s>b]ar</s>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">fo</span>[ob]<span style=\"text-decoration:line-through\">ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,false,false,null]}],
 ["<s>fo[o</s><del>b]ar</del>",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"<s>fo</s>[o<del>b]ar</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"strikethrough":[false,true,null,true,false,null]}],
 ["<s>fo[o</s><del>b]ar</del>",
 	[["stylewithcss","true"],["strikethrough",""]],
 	"<span style=\"text-decoration:line-through\">fo</span>[o<del>b]ar</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"strikethrough":[false,true,null,true,false,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>[bar</sub><b><sub>baz]</sub>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>[bar</sub><b><sub>baz]</sub>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<table><tbody><tr><td>foo</td><td>b<sub>[a]</sub>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<table><tbody><tr><td>foo</td><td>b<sub>[a]</sub>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<table><tbody><tr><td>foo</td>{<td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<table><tbody><tr><td>foo</td>{<td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<table><tbody><tr>{<td><sub>foo</sub></td><td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<table><tbody><tr>{<td><sub>foo</sub></td><td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<table><tbody>{<tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<table><tbody>{<tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<table>{<tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<table>{<tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["subscript",""]],
 	"{<table><tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["subscript",""]],
 	"{<table><tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sub>[bar]</sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub>[bar]</sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub>b[a]r</sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub>b[a]r</sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sup>[bar]</sup>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sup>[bar]</sup>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sup>b[a]r</sup>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sup>b[a]r</sup>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<span style=vertical-align:sub>[bar]</span>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub><span style=\"vertical-align:sub\">[bar]</span></sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<span style=vertical-align:sub>[bar]</span>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub><span style=\"vertical-align:sub\">[bar]</span></sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<span style=vertical-align:super>[bar]</span>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub><span style=\"vertical-align:super\">[bar]</span></sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<span style=vertical-align:super>[bar]</span>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub><span style=\"vertical-align:super\">[bar]</span></sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sub><sub>[bar]</sub></sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub><sub>[bar]</sub></sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub><sub>b[a]r</sub></sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub><sub>b[a]r</sub></sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub>b<sub>[a]</sub>r</sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub>b<sub>[a]</sub>r</sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sup><sup>[bar]</sup></sup>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sup><sup>[bar]</sup></sup>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sup><sup>b[a]r</sup></sup>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sup><sup>b[a]r</sup></sup>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sup>b<sup>[a]</sup>r</sup>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sup>b<sup>[a]</sup>r</sup>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<sub><sup>[bar]</sup></sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sub><sup>[bar]</sup></sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sub><sup>b[a]r</sup></sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sub><sup>b[a]r</sup></sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>b[a]r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>b[a]r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sup><sub>[bar]</sub></sup>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sup><sub>[bar]</sub></sup>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>[bar]</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sup><sub>b[a]r</sub></sup>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>b[a]r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sup><sub>b[a]r</sub></sup>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>b[a]r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["fo[o<sub>b]ar</sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"fo<sub>[ob]ar</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["fo[o<sub>b]ar</sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"fo<sub>[ob]ar</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sub>ba[r</sub>b]az",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>ba[rb]</sub>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<sub>ba[r</sub>b]az",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>ba[rb]</sub>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["fo[o<sub>bar</sub>b]az",
 	[["stylewithcss","false"],["subscript",""]],
 	"fo<sub>[obarb]</sub>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["fo[o<sub>bar</sub>b]az",
 	[["stylewithcss","true"],["subscript",""]],
 	"fo<sub>[obarb]</sub>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["foo[<sub>b]ar</sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo[b]<sub>ar</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo[<sub>b]ar</sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo[b]<sub>ar</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub>ba[r</sub>]baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub>ba</sub>[r]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub>ba[r</sub>]baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub>ba</sub>[r]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["foo[<sub>bar</sub>]baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo[<sub>bar</sub>]baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub>[bar]</sub>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo<sub>[bar]</sub>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["foo{<sub>bar</sub>}baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,true,null,false,false,null]}],
 ["foo{<sub>bar</sub>}baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,true,null,false,false,null]}],
 ["<sub>fo[o</sub><sup>b]ar</sup>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<sub>fo[ob]</sub><sup>ar</sup>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["<sub>fo[o</sub><sup>b]ar</sup>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<sub>fo[ob]</sub><sup>ar</sup>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["<sub>fo[o</sub><span style=vertical-align:sub>b]ar</span>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<sub>fo[o</sub><span style=\"vertical-align:sub\"><sub>b]</sub>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["<sub>fo[o</sub><span style=vertical-align:sub>b]ar</span>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<sub>fo[o</sub><span style=\"vertical-align:sub\"><sub>b]</sub>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["foo<span style=vertical-align:top>[bar]</span>baz",
 	[["stylewithcss","false"],["subscript",""]],
 	"foo<sub><span style=\"vertical-align:top\">[bar]</span></sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[false,false,null,false,true,null]}],
 ["foo<span style=vertical-align:top>[bar]</span>baz",
 	[["stylewithcss","true"],["subscript",""]],
 	"foo<sub><span style=\"vertical-align:top\">[bar]</span></sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[false,false,null,false,true,null]}],
 ["<sub>fo[o</sub><span style=vertical-align:top>b]ar</span>",
 	[["stylewithcss","false"],["subscript",""]],
 	"<sub>fo[o</sub><span style=\"vertical-align:top\"><sub>b]</sub>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"subscript":[true,false,null,false,true,null]}],
 ["<sub>fo[o</sub><span style=vertical-align:top>b]ar</span>",
 	[["stylewithcss","true"],["subscript",""]],
 	"<sub>fo[o</sub><span style=\"vertical-align:top\"><sub>b]</sub>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"subscript":[true,false,null,false,true,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>[bar</sup><b><sup>baz]</sup>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>[bar</sup><b><sup>baz]</sup>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<table><tbody><tr><td>foo</td><td>b<sup>[a]</sup>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<table><tbody><tr><td>foo</td><td>b<sup>[a]</sup>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<table><tbody><tr><td>foo</td>{<td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<table><tbody><tr><td>foo</td>{<td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<table><tbody><tr>{<td><sup>foo</sup></td><td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<table><tbody><tr>{<td><sup>foo</sup></td><td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<table><tbody>{<tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<table><tbody>{<tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<table>{<tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<table>{<tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["superscript",""]],
 	"{<table><tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["superscript",""]],
 	"{<table><tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub>[bar]</sub>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub>[bar]</sub>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub>b[a]r</sub>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub>b[a]r</sub>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sup>[bar]</sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>[bar]</sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>b[a]r</sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>b[a]r</sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<span style=vertical-align:sub>[bar]</span>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup><span style=\"vertical-align:sub\">[bar]</span></sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<span style=vertical-align:sub>[bar]</span>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup><span style=\"vertical-align:sub\">[bar]</span></sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<span style=vertical-align:super>[bar]</span>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup><span style=\"vertical-align:super\">[bar]</span></sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<span style=vertical-align:super>[bar]</span>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup><span style=\"vertical-align:super\">[bar]</span></sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub><sub>[bar]</sub></sub>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub><sub>[bar]</sub></sub>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub><sub>b[a]r</sub></sub>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub><sub>b[a]r</sub></sub>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub>b<sub>[a]</sub>r</sub>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sub>b<sub>[a]</sub>r</sub>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<sup><sup>[bar]</sup></sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup><sup>[bar]</sup></sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup><sup>b[a]r</sup></sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup><sup>b[a]r</sup></sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>b<sup>[a]</sup>r</sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>b<sup>[a]</sup>r</sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sub><sup>[bar]</sup></sub>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sub><sup>[bar]</sup></sub>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sub><sup>b[a]r</sup></sub>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>b[a]r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sub><sup>b[a]r</sup></sub>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>b[a]r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sup><sub>[bar]</sub></sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sup><sub>[bar]</sub></sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>[bar]</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sup><sub>b[a]r</sub></sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sup><sub>b[a]r</sub></sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>b[a]r</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>b[a]r</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["fo[o<sup>b]ar</sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"fo<sup>[ob]ar</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["fo[o<sup>b]ar</sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"fo<sup>[ob]ar</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sup>ba[r</sup>b]az",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>ba[rb]</sup>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sup>ba[r</sup>b]az",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>ba[rb]</sup>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["fo[o<sup>bar</sup>b]az",
 	[["stylewithcss","false"],["superscript",""]],
 	"fo<sup>[obarb]</sup>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["fo[o<sup>bar</sup>b]az",
 	[["stylewithcss","true"],["superscript",""]],
 	"fo<sup>[obarb]</sup>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["foo[<sup>b]ar</sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo[b]<sup>ar</sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo[<sup>b]ar</sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo[b]<sup>ar</sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>ba[r</sup>]baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup>ba</sup>[r]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>ba[r</sup>]baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup>ba</sup>[r]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo[<sup>bar</sup>]baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo[<sup>bar</sup>]baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>[bar]</sup>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>[bar]</sup>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo{<sup>bar</sup>}baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo{<sup>bar</sup>}baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["<sup>fo[o</sup><sub>b]ar</sub>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<sup>fo[ob]</sup><sub>ar</sub>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["<sup>fo[o</sup><sub>b]ar</sub>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<sup>fo[ob]</sup><sub>ar</sub>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["<sup>fo[o</sup><span style=vertical-align:super>b]ar</span>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<sup>fo[o</sup><span style=\"vertical-align:super\"><sup>b]</sup>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["<sup>fo[o</sup><span style=vertical-align:super>b]ar</span>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<sup>fo[o</sup><span style=\"vertical-align:super\"><sup>b]</sup>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<span style=vertical-align:bottom>[bar]</span>baz",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo<sup><span style=\"vertical-align:bottom\">[bar]</span></sup>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,false,null,false,true,null]}],
 ["foo<span style=vertical-align:bottom>[bar]</span>baz",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo<sup><span style=\"vertical-align:bottom\">[bar]</span></sup>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,false,null,false,true,null]}],
 ["<sup>fo[o</sup><span style=vertical-align:bottom>b]ar</span>",
 	[["stylewithcss","false"],["superscript",""]],
 	"<sup>fo[o</sup><span style=\"vertical-align:bottom\"><sup>b]</sup>ar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[true,false,null,false,true,null]}],
 ["<sup>fo[o</sup><span style=vertical-align:bottom>b]ar</span>",
 	[["stylewithcss","true"],["superscript",""]],
 	"<sup>fo[o</sup><span style=\"vertical-align:bottom\"><sup>b]</sup>ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[true,false,null,false,true,null]}],
 ["foo<sup>[bar]<br></sup>",
 	[["stylewithcss","false"],["superscript",""]],
 	"foo[bar]<sup><br></sup>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"superscript":[false,true,null,false,false,null]}],
 ["foo<sup>[bar]<br></sup>",
 	[["stylewithcss","true"],["superscript",""]],
 	"foo[bar]<sup><br></sup>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"superscript":[false,true,null,false,false,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["underline",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo[]bar",
 	[["stylewithcss","true"],["underline",""]],
 	"foo[]bar",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","false"],["underline",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<span>foo</span>{}<span>bar</span>",
 	[["stylewithcss","true"],["underline",""]],
 	"<span>foo</span>{}<span>bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","false"],["underline",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<span>foo[</span><span>]bar</span>",
 	[["stylewithcss","true"],["underline",""]],
 	"<span>foo[</span><span>]bar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u>[bar]</u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo]bar[baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u>[bar]</u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo]bar[baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u>[bar</u><b><u>baz]</u>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo[bar<b>baz]qoz</b>quz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\">[bar</span><b><span style=\"text-decoration:underline\">baz]</span>qoz</b>quz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","false"],["underline",""]],
 	"<table><tbody><tr><td>foo</td><td>b<u>[a]</u>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 	[["stylewithcss","true"],["underline",""]],
 	"<table><tbody><tr><td>foo</td><td>b<span style=\"text-decoration:underline\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["underline",""]],
 	"<table><tbody><tr><td>foo</td>{<td><u>bar</u></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["underline",""]],
 	"<table><tbody><tr><td>foo</td>{<td><span style=\"text-decoration:underline\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["underline",""]],
 	"<table><tbody><tr>{<td><u>foo</u></td><td><u>bar</u></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["underline",""]],
 	"<table><tbody><tr>{<td><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text-decoration:underline\">bar</span></td>}<td>baz</td></tr></tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["underline",""]],
 	"<table><tbody>{<tr><td><u>foo</u></td><td><u>bar</u></td><td><u>baz</u></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["underline",""]],
 	"<table><tbody>{<tr><td><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text-decoration:underline\">bar</span></td><td><span style=\"text-decoration:underline\">baz</span></td></tr>}</tbody></table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","false"],["underline",""]],
 	"<table>{<tbody><tr><td><u>foo</u></td><td><u>bar</u></td><td><u>baz</u></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 	[["stylewithcss","true"],["underline",""]],
 	"<table>{<tbody><tr><td><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text-decoration:underline\">bar</span></td><td><span style=\"text-decoration:underline\">baz</span></td></tr></tbody>}</table>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","false"],["underline",""]],
 	"{<table><tbody><tr><td><u>foo</u></td><td><u>bar</u></td><td><u>baz</u></td></tr></tbody></table>}",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 	[["stylewithcss","true"],["underline",""]],
 	"{<table><tbody><tr><td><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text-decoration:underline\">bar</span></td><td><span style=\"text-decoration:underline\">baz</span></td></tr></tbody></table>}",
-	[]],
-["foo<u>[bar]</u>baz",
-	[["stylewithcss","false"],["underline",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<u>[bar]</u>baz",
-	[["stylewithcss","true"],["underline",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["underline",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
+["foo<u>[bar]</u>baz",
+	[["stylewithcss","true"],["underline",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[bar]baz</u>",
 	[["stylewithcss","false"],["underline",""]],
 	"<u>foo</u>[bar]<u>baz</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[bar]baz</u>",
 	[["stylewithcss","true"],["underline",""]],
 	"<span style=\"text-decoration:underline\">foo</span>[bar]<span style=\"text-decoration:underline\">baz</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 	[["stylewithcss","false"],["underline",""]],
 	"<u>foo</u>[b<span style=\"color:rgb(0, 0, 255)\">ar]<u>ba</u></span><u>z</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 	[["stylewithcss","true"],["underline",""]],
 	"<span style=\"text-decoration:underline\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\">ar]<span style=\"text-decoration:underline\">ba</span></span><span style=\"text-decoration:underline\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 	[["stylewithcss","false"],["underline",""]],
 	"<u>foo</u>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<u>ba</u></span><u>z</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 	[["stylewithcss","true"],["underline",""]],
 	"<span style=\"text-decoration:underline\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<span style=\"text-decoration:underline\">ba</span></span><span style=\"text-decoration:underline\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 	[["stylewithcss","false"],["underline",""]],
 	"<u>foo</u>[b<span style=\"font-size:3em\">ar]<u>ba</u></span><u>z</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 	[["stylewithcss","true"],["underline",""]],
 	"<span style=\"text-decoration:underline\">foo</span>[b<span style=\"font-size:3em\">ar]<span style=\"text-decoration:underline\">ba</span></span><span style=\"text-decoration:underline\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[b<i>ar]ba</i>z</u>",
 	[["stylewithcss","false"],["underline",""]],
 	"<u>foo</u>[b<i>ar]<u>ba</u></i><u>z</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["<u>foo[b<i>ar]ba</i>z</u>",
 	[["stylewithcss","true"],["underline",""]],
 	"<span style=\"text-decoration:underline\">foo</span>[b<i>ar]<span style=\"text-decoration:underline\">ba</span></i><span style=\"text-decoration:underline\">z</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["underline",""]],
 	"<p><u>foo</u>[bar]<u>baz</u></p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["underline",""]],
 	"<p><span style=\"text-decoration:underline\">foo</span>[bar]<span style=\"text-decoration:underline\">baz</span></p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo<s>[bar]</s>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u><s>[bar]</s></u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<s>[bar]</s>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\"><s>[bar]</s></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u><span style=\"text-decoration:line-through\">[bar]</span></u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\"><span style=\"text-decoration:line-through\">[bar]</span></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[bar]baz</s>",
 	[["stylewithcss","false"],["underline",""]],
 	"<s>foo<u>[bar]</u>baz</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[bar]baz</s>",
 	[["stylewithcss","true"],["underline",""]],
 	"<s>foo<span style=\"text-decoration:underline\">[bar]</span>baz</s>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 	[["stylewithcss","false"],["underline",""]],
 	"<s>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\"><u>ar]</u>ba</span>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 	[["stylewithcss","true"],["underline",""]],
 	"<s>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</s>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 	[["stylewithcss","false"],["underline",""]],
 	"<s>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><u>ar]</u>ba</span>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 	[["stylewithcss","true"],["underline",""]],
 	"<s>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</s>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 	[["stylewithcss","false"],["underline",""]],
 	"<s>foo<u>[b</u><span style=\"font-size:3em\"><u>ar]</u>ba</span>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 	[["stylewithcss","true"],["underline",""]],
 	"<s>foo<span style=\"text-decoration:underline\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</s>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[b<i>ar]ba</i>z</s>",
 	[["stylewithcss","false"],["underline",""]],
 	"<s>foo<u>[b</u><i><u>ar]</u>ba</i>z</s>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<s>foo[b<i>ar]ba</i>z</s>",
 	[["stylewithcss","true"],["underline",""]],
 	"<s>foo<span style=\"text-decoration:underline\">[b</span><i><span style=\"text-decoration:underline\">ar]</span>ba</i>z</s>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["underline",""]],
 	"<p style=\"text-decoration:line-through\">foo<u>[bar]</u>baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["underline",""]],
 	"<p style=\"text-decoration:line-through\">foo<span style=\"text-decoration:underline\">[bar]</span>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<strike>[bar]</strike>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u><strike>[bar]</strike></u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<strike>[bar]</strike>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\"><strike>[bar]</strike></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[bar]baz</strike>",
 	[["stylewithcss","false"],["underline",""]],
 	"<strike>foo<u>[bar]</u>baz</strike>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[bar]baz</strike>",
 	[["stylewithcss","true"],["underline",""]],
 	"<strike>foo<span style=\"text-decoration:underline\">[bar]</span>baz</strike>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 	[["stylewithcss","false"],["underline",""]],
 	"<strike>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\"><u>ar]</u>ba</span>z</strike>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 	[["stylewithcss","true"],["underline",""]],
 	"<strike>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</strike>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 	[["stylewithcss","false"],["underline",""]],
 	"<strike>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><u>ar]</u>ba</span>z</strike>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 	[["stylewithcss","true"],["underline",""]],
 	"<strike>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</strike>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 	[["stylewithcss","false"],["underline",""]],
 	"<strike>foo<u>[b</u><span style=\"font-size:3em\"><u>ar]</u>ba</span>z</strike>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 	[["stylewithcss","true"],["underline",""]],
 	"<strike>foo<span style=\"text-decoration:underline\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</strike>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[b<i>ar]ba</i>z</strike>",
 	[["stylewithcss","false"],["underline",""]],
 	"<strike>foo<u>[b</u><i><u>ar]</u>ba</i>z</strike>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<strike>foo[b<i>ar]ba</i>z</strike>",
 	[["stylewithcss","true"],["underline",""]],
 	"<strike>foo<span style=\"text-decoration:underline\">[b</span><i><span style=\"text-decoration:underline\">ar]</span>ba</i>z</strike>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<ins>[bar]</ins>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<ins>[bar]</ins>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["foo<ins>[bar]</ins>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<ins>[bar]</ins>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[bar]baz</ins>",
 	[["stylewithcss","false"],["underline",""]],
 	"<ins>foo[bar]baz</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[bar]baz</ins>",
 	[["stylewithcss","true"],["underline",""]],
 	"<ins>foo[bar]baz</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 	[["stylewithcss","false"],["underline",""]],
 	"<ins>foo[b<span style=\"color:rgb(0, 0, 255)\">ar]ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 	[["stylewithcss","true"],["underline",""]],
 	"<ins>foo[b<span style=\"color:rgb(0, 0, 255)\">ar]ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 	[["stylewithcss","false"],["underline",""]],
 	"<ins>foo[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 	[["stylewithcss","true"],["underline",""]],
 	"<ins>foo[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 	[["stylewithcss","false"],["underline",""]],
 	"<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 	[["stylewithcss","true"],["underline",""]],
 	"<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[b<i>ar]ba</i>z</ins>",
 	[["stylewithcss","false"],["underline",""]],
 	"<ins>foo[b<i>ar]ba</i>z</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["<ins>foo[b<i>ar]ba</i>z</ins>",
 	[["stylewithcss","true"],["underline",""]],
 	"<ins>foo[b<i>ar]ba</i>z</ins>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["foo<del>[bar]</del>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u><del>[bar]</del></u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<del>[bar]</del>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\"><del>[bar]</del></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[bar]baz</del>",
 	[["stylewithcss","false"],["underline",""]],
 	"<del>foo<u>[bar]</u>baz</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[bar]baz</del>",
 	[["stylewithcss","true"],["underline",""]],
 	"<del>foo<span style=\"text-decoration:underline\">[bar]</span>baz</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 	[["stylewithcss","false"],["underline",""]],
 	"<del>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\"><u>ar]</u>ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 	[["stylewithcss","true"],["underline",""]],
 	"<del>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 	[["stylewithcss","false"],["underline",""]],
 	"<del>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><u>ar]</u>ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 	[["stylewithcss","true"],["underline",""]],
 	"<del>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 	[["stylewithcss","false"],["underline",""]],
 	"<del>foo<u>[b</u><span style=\"font-size:3em\"><u>ar]</u>ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 	[["stylewithcss","true"],["underline",""]],
 	"<del>foo<span style=\"text-decoration:underline\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[b<i>ar]ba</i>z</del>",
 	[["stylewithcss","false"],["underline",""]],
 	"<del>foo<u>[b</u><i><u>ar]</u>ba</i>z</del>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<del>foo[b<i>ar]ba</i>z</del>",
 	[["stylewithcss","true"],["underline",""]],
 	"<del>foo<span style=\"text-decoration:underline\">[b</span><i><span style=\"text-decoration:underline\">ar]</span>ba</i>z</del>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<span style=\"text-decoration: underline line-through\">[bar]</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<span style=\"text-decoration:line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: underline line-through\">[bar]</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<span style=\"text-decoration:line-through\"><u>b</u>[a]<u>r</u></span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:line-through\"><span style=\"text-decoration:underline\">b</span>[a]<span style=\"text-decoration:underline\">r</span></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u>b</u>[a]<u>r</u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\">b</span>[a]<span style=\"text-decoration:underline\">r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u><u style=\"text-decoration:line-through\">[bar]</u></u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\"><u style=\"text-decoration:line-through\">[bar]</u></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u style=\"text-decoration:line-through\">b<u>[a]</u>r</u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<u style=\"text-decoration:line-through\">b<span style=\"text-decoration:underline\">[a]</span>r</u>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u><s style=\"text-decoration:overline\">[bar]</s></u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\"><s style=\"text-decoration:overline\">[bar]</s></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<s style=\"text-decoration:overline\">b<u>[a]</u>r</s>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<s style=\"text-decoration:overline\">b<span style=\"text-decoration:underline\">[a]</span>r</s>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u><u style=\"text-decoration:overline\">[bar]</u></u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\"><u style=\"text-decoration:overline\">[bar]</u></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u style=\"text-decoration:overline\">b<u>[a]</u>r</u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<u style=\"text-decoration:overline\">b<span style=\"text-decoration:underline\">[a]</span>r</u>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["underline",""]],
 	"<p style=\"text-decoration:line-through\">foo<u>[bar]</u>baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["underline",""]],
 	"<p style=\"text-decoration:line-through\">foo<span style=\"text-decoration:underline\">[bar]</span>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 	[["stylewithcss","false"],["underline",""]],
 	"<p style=\"text-decoration:overline\">foo<u>[bar]</u>baz</p>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 	[["stylewithcss","true"],["underline",""]],
 	"<p style=\"text-decoration:overline\">foo<span style=\"text-decoration:underline\">[bar]</span>baz</p>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<span class=\"underline\">[bar]</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<span class=\"underline\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline\">[bar]</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span class=\"underline\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline\">b[a]r</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<span class=\"underline\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline\">b[a]r</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span class=\"underline\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["foo<span class=\"line-through\">[bar]</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u><span class=\"line-through\">[bar]</span></u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<span class=\"line-through\">[bar]</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\"><span class=\"line-through\">[bar]</span></span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<span class=\"line-through\">b[a]r</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<span class=\"line-through\">b<u>[a]</u>r</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,false,null,false,true,null]}],
 ["foo<span class=\"line-through\">b[a]r</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span class=\"line-through\">b<span style=\"text-decoration:underline\">[a]</span>r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,false,null,false,true,null]}],
 ["foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<span class=\"underline-and-line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span class=\"underline-and-line-through\">[bar]</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,true,null]}],
 ["foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,true,null]}],
 ["fo[o<u>b]ar</u>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"fo<u>[ob]ar</u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[true,false,null,false,true,null]}],
 ["fo[o<u>b]ar</u>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"fo<u>[ob]ar</u>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[true,false,null,false,true,null]}],
 ["foo<u>ba[r</u>b]az",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u>ba[rb]</u>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[true,false,null,false,true,null]}],
 ["foo<u>ba[r</u>b]az",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<u>ba[rb]</u>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[true,false,null,false,true,null]}],
 ["fo[o<u>bar</u>b]az",
 	[["stylewithcss","false"],["underline",""]],
 	"fo<u>[obarb]</u>az",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[true,false,null,false,true,null]}],
 ["fo[o<u>bar</u>b]az",
 	[["stylewithcss","true"],["underline",""]],
 	"fo<span style=\"text-decoration:underline\">[obarb]</span>az",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[true,false,null,false,true,null]}],
 ["foo[<u>b]ar</u>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo[b]<u>ar</u>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["foo[<u>b]ar</u>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo[b]<span style=\"text-decoration:underline\">ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo<u>ba[r</u>]baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo<u>ba</u>[r]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["foo<u>ba[r</u>]baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo<span style=\"text-decoration:underline\">ba</span>[r]baz",
-	[]],
-["foo[<u>bar</u>]baz",
-	[["stylewithcss","false"],["underline",""]],
-	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo[<u>bar</u>]baz",
-	[["stylewithcss","true"],["underline",""]],
-	"foo[bar]baz",
-	[]],
+	[["stylewithcss","false"],["underline",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
+["foo[<u>bar</u>]baz",
+	[["stylewithcss","true"],["underline",""]],
+	"foo[bar]baz",
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo<u>[bar]</u>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["foo<u>[bar]</u>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["foo{<u>bar</u>}baz",
 	[["stylewithcss","false"],["underline",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,false,false,null]}],
 ["foo{<u>bar</u>}baz",
 	[["stylewithcss","true"],["underline",""]],
 	"foo{bar}baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,false,false,null]}],
 ["fo[o<span style=text-decoration:underline>b]ar</span>baz",
 	[["stylewithcss","false"],["underline",""]],
 	"fo<span style=\"text-decoration:underline\">[ob]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[true,false,null,false,true,null]}],
 ["fo[o<span style=text-decoration:underline>b]ar</span>baz",
 	[["stylewithcss","true"],["underline",""]],
 	"fo<span style=\"text-decoration:underline\">[ob]ar</span>baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[true,false,null,false,true,null]}],
 ["<ins>fo[o</ins><u>b]ar</u>",
 	[["stylewithcss","false"],["underline",""]],
 	"<ins>fo[o</ins>b]<u>ar</u>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,true,false,null]}],
 ["<ins>fo[o</ins><u>b]ar</u>",
 	[["stylewithcss","true"],["underline",""]],
 	"<ins>fo[o</ins>b]<span style=\"text-decoration:underline\">ar</span>",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,true,false,null]}],
 ["<u>fo[o</u><ins>b]ar</ins>",
 	[["stylewithcss","false"],["underline",""]],
 	"<u>fo</u>[o<ins>b]ar</ins>",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"underline":[false,true,null,true,false,null]}],
 ["<u>fo[o</u><ins>b]ar</ins>",
 	[["stylewithcss","true"],["underline",""]],
 	"<span style=\"text-decoration:underline\">fo</span>[o<ins>b]ar</ins>",
-	[]],
-["foo[]bar",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo[]bar",
-	[]],
-["<span>foo</span>{}<span>bar</span>",
-	[["stylewithcss","false"],["unlink",""]],
-	"<span>foo</span>{}<span>bar</span>",
-	[]],
-["<span>foo[</span><span>]bar</span>",
-	[["stylewithcss","false"],["unlink",""]],
-	"<span>foo[</span><span>]bar</span>",
-	[]],
-["<a href=http://www.google.com/>foo[bar]baz</a>",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo[bar]baz",
-	[]],
-["<a href=http://www.google.com/>foo[barbaz</a>}",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo[barbaz}",
-	[]],
-["{<a href=http://www.google.com/>foobar]baz</a>",
-	[["stylewithcss","false"],["unlink",""]],
-	"{foobar]baz",
-	[]],
-["{<a href=http://www.google.com/>foobarbaz</a>}",
-	[["stylewithcss","false"],["unlink",""]],
-	"{foobarbaz}",
-	[]],
-["<a href=http://www.google.com/>[foobarbaz]</a>",
-	[["stylewithcss","false"],["unlink",""]],
-	"[foobarbaz]",
-	[]],
-["foo<a href=http://www.google.com/>b[]ar</a>baz",
-	[["stylewithcss","false"],["unlink",""]],
-	"foob[]arbaz",
-	[]],
-["foo<a href=http://www.google.com/>[bar]</a>baz",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo[bar]baz",
-	[]],
-["foo[<a href=http://www.google.com/>bar</a>]baz",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo[bar]baz",
-	[]],
-["foo<a href=http://www.google.com/>[bar</a>baz]",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo[barbaz]",
-	[]],
-["[foo<a href=http://www.google.com/>bar]</a>baz",
-	[["stylewithcss","false"],["unlink",""]],
-	"[foobar]baz",
-	[]],
-["[foo<a href=http://www.google.com/>bar</a>baz]",
-	[["stylewithcss","false"],["unlink",""]],
-	"[foobarbaz]",
-	[]],
-["<a id=foo href=http://www.google.com/>foobar[]baz</a>",
-	[["stylewithcss","false"],["unlink",""]],
-	"<a id=\"foo\">foobar[]baz</a>",
-	[]],
-["<a id=foo href=http://www.google.com/>foo[bar]baz</a>",
-	[["stylewithcss","false"],["unlink",""]],
-	"<a id=\"foo\">foo[bar]baz</a>",
-	[]],
-["<a id=foo href=http://www.google.com/>[foobarbaz]</a>",
-	[["stylewithcss","false"],["unlink",""]],
-	"<a id=\"foo\">[foobarbaz]</a>",
-	[]],
-["foo<a id=foo href=http://www.google.com/>[bar]</a>baz",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo<a id=\"foo\">[bar]</a>baz",
-	[]],
-["foo[<a id=foo href=http://www.google.com/>bar</a>]baz",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo[<a id=\"foo\">bar</a>]baz",
-	[]],
-["[foo<a id=foo href=http://www.google.com/>bar</a>baz]",
-	[["stylewithcss","false"],["unlink",""]],
-	"[foo<a id=\"foo\">bar</a>baz]",
-	[]],
-["<a name=foo>foobar[]baz</a>",
-	[["stylewithcss","false"],["unlink",""]],
-	"<a name=\"foo\">foobar[]baz</a>",
-	[]],
-["<a name=foo>foo[bar]baz</a>",
-	[["stylewithcss","false"],["unlink",""]],
-	"<a name=\"foo\">foo[bar]baz</a>",
-	[]],
-["<a name=foo>[foobarbaz]</a>",
-	[["stylewithcss","false"],["unlink",""]],
-	"<a name=\"foo\">[foobarbaz]</a>",
-	[]],
-["foo<a name=foo>[bar]</a>baz",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo<a name=\"foo\">[bar]</a>baz",
-	[]],
-["foo[<a name=foo>bar</a>]baz",
-	[["stylewithcss","false"],["unlink",""]],
-	"foo[<a name=\"foo\">bar</a>]baz",
-	[]],
-["[foo<a name=foo>bar</a>baz]",
-	[["stylewithcss","false"],["unlink",""]],
-	"[foo<a name=\"foo\">bar</a>baz]",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null],"underline":[false,true,null,true,false,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["selectall",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,false,null],"selectall":[null,null,null,null,null,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["stylewithcss",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,false,null,null,true,null]}],
 ["foo[bar]baz",
 	[["stylewithcss","false"],["usecss",""]],
 	"foo[bar]baz",
-	[]],
+	{"stylewithcss":[null,true,null,null,false,null],"usecss":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["bold",""],["inserttext","a"]],
 	"foo<b>a[]</b>bar",
-	[]],
+	{"bold":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["italic",""],["inserttext","a"]],
 	"foo<i>a[]</i>bar",
-	[]],
+	{"italic":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["strikethrough",""],["inserttext","a"]],
 	"foo<s>a[]</s>bar",
-	[]],
+	{"strikethrough":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["subscript",""],["inserttext","a"]],
 	"foo<sub>a[]</sub>bar",
-	[]],
+	{"subscript":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["superscript",""],["inserttext","a"]],
 	"foo<sup>a[]</sup>bar",
-	[]],
+	{"superscript":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["underline",""],["inserttext","a"]],
 	"foo<u>a[]</u>bar",
-	[]],
+	{"underline":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["backcolor","#00FFFF"],["inserttext","a"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
-	[]],
-["foo[]bar",
-	[["createlink","http://www.google.com/"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
-	[]],
+	{"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["fontname","sans-serif"],["inserttext","a"]],
 	"foo<font face=\"sans-serif\">a[]</font>bar",
-	[]],
+	{"fontname":[false,null,"serif",false,null,"sans-serif"],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["fontsize","4"],["inserttext","a"]],
 	"foo<font size=\"4\">a[]</font>bar",
-	[]],
+	{"fontsize":[false,null,"3",false,null,"4"],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["forecolor","#0000FF"],["inserttext","a"]],
 	"foo<font color=\"#0000ff\">a[]</font>bar",
-	[]],
+	{"forecolor":[false,null,"rgb(0, 0, 0)",false,null,"rgb(0, 0, 255)"],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["hilitecolor","#00FFFF"],["inserttext","a"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
-	[]],
+	{"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["superscript",""],["subscript",""],["inserttext","a"]],
 	"foo<sub>a[]</sub>bar",
-	[]],
+	{"superscript":[false,false,null,false,false,null],"subscript":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["subscript",""],["superscript",""],["inserttext","a"]],
 	"foo<sup>a[]</sup>bar",
-	[]],
-["foo[]bar",
-	[["createlink","http://www.google.com/"],["forecolor","#0000FF"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
-	[]],
-["foo[]bar",
-	[["forecolor","#0000FF"],["createlink","http://www.google.com/"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
-	[]],
-["foo[]bar",
-	[["createlink","http://www.google.com/"],["forecolor","blue"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
-	[]],
-["foo[]bar",
-	[["forecolor","blue"],["createlink","http://www.google.com/"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
-	[]],
-["foo[]bar",
-	[["createlink","http://www.google.com/"],["forecolor","brown"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\"><font color=\"#a52a2a\">a[]</font></a>bar",
-	[]],
-["foo[]bar",
-	[["forecolor","brown"],["createlink","http://www.google.com/"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\"><font color=\"#a52a2a\">a[]</font></a>bar",
-	[]],
-["foo[]bar",
-	[["createlink","http://www.google.com/"],["forecolor","black"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>bar",
-	[]],
-["foo[]bar",
-	[["forecolor","black"],["createlink","http://www.google.com/"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>bar",
-	[]],
-["foo[]bar",
-	[["createlink","http://www.google.com/"],["underline",""],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
-	[]],
-["foo[]bar",
-	[["underline",""],["createlink","http://www.google.com/"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
-	[]],
-["foo[]bar",
-	[["createlink","http://www.google.com/"],["underline",""],["underline",""],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
-	[]],
-["foo[]bar",
-	[["underline",""],["underline",""],["createlink","http://www.google.com/"],["inserttext","a"]],
-	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
-	[]],
+	{"subscript":[false,false,null,false,false,null],"superscript":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["subscript",""],["fontsize","2"],["inserttext","a"]],
 	"foo<sub>a[]</sub>bar",
-	[]],
+	{"subscript":[false,false,null,false,true,null],"fontsize":[false,null,"3",false,null,"2"],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["fontsize","2"],["subscript",""],["inserttext","a"]],
 	"foo<sub>a[]</sub>bar",
-	[]],
+	{"fontsize":[false,null,"3",false,null,"2"],"subscript":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["subscript",""],["fontsize","3"],["inserttext","a"]],
 	"foo<sub><font size=\"3\">a[]</font></sub>bar",
-	[]],
+	{"subscript":[false,false,null,false,true,null],"fontsize":[false,null,"3",false,null,"3"],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["fontsize","3"],["subscript",""],["inserttext","a"]],
 	"foo<sub><font size=\"3\">a[]</font></sub>bar",
-	[]],
+	{"fontsize":[false,null,"3",false,null,"3"],"subscript":[false,false,null,false,true,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["hilitecolor","aqua"],["backcolor","tan"],["inserttext","a"]],
 	"foo<span style=\"background-color:rgb(210, 180, 140)\">a[]</span>bar",
-	[]],
+	{"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(210, 180, 140)"],"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(210, 180, 140)"],"inserttext":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["backcolor","tan"],["hilitecolor","aqua"],["inserttext","a"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
-	[]],
+	{"backcolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"],"hilitecolor":[false,null,"rgb(255, 255, 255)",false,null,"rgb(0, 255, 255)"],"inserttext":[null,null,null,null,null,null]}],
 ["foo<b>[bar]</b>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<b>a[]</b>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<i>[bar]</i>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<i>a[]</i>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<s>[bar]</s>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<s>a[]</s>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub>[bar]</sub>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub>a[]</sub>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sup>[bar]</sup>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<sup>a[]</sup>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<u>[bar]</u>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<u>a[]</u>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com>[bar]</a>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font face=sans-serif>[bar]</font>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<font face=\"sans-serif\">a[]</font>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=4>[bar]</font>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<font size=\"4\">a[]</font>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font color=#0000FF>[bar]</font>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<font color=\"#0000ff\">a[]</font>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<span style=background-color:#00FFFF>[bar]</span>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com><font color=blue>[bar]</font></a>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font color=blue><a href=http://www.google.com>[bar]</a></font>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com><font color=brown>[bar]</font></a>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"#a52a2a\">a[]</font></a>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font color=brown><a href=http://www.google.com>[bar]</a></font>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com><font color=black>[bar]</font></a>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"#000000\">a[]</font></a>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com><u>[bar]</u></a>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<u><a href=http://www.google.com>[bar]</a></u>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub><font size=2>[bar]</font></sub>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub>a[]</sub>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=2><sub>[bar]</sub></font>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub><font size=\"1\">a[]</font></sub>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub><font size=3>[bar]</font></sub>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub><font size=\"3\">a[]</font></sub>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=3><sub>[bar]</sub></font>baz",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub>a[]</sub>baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<b>bar]</b>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<i>bar]</i>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<s>bar]</s>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<sub>bar]</sub>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<sup>bar]</sup>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<u>bar]</u>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com>bar]</a>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font face=sans-serif>bar]</font>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font size=4>bar]</font>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font color=#0000FF>bar]</font>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<span style=background-color:#00FFFF>bar]</span>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<sub><font size=2>bar]</font></sub>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font size=2><sub>bar]</sub></font>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<sub><font size=3>bar]</font></sub>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["[foo<font size=3><sub>bar]</sub></font>baz",
 	[["delete",""],["inserttext","a"]],
 	"a[]baz",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<b>[bar</b>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<b>a[]</b>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<i>[bar</i>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<i>a[]</i>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<s>[bar</s>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<s>a[]</s>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub>[bar</sub>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub>a[]</sub>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sup>[bar</sup>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<sup>a[]</sup>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<u>[bar</u>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<u>a[]</u>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com>[bar</a>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font face=sans-serif>[bar</font>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<font face=\"sans-serif\">a[]</font>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=4>[bar</font>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<font size=\"4\">a[]</font>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font color=#0000FF>[bar</font>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<font color=\"#0000ff\">a[]</font>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<span style=background-color:#00FFFF>[bar</span>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com><font color=blue>[bar</font></a>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font color=blue><a href=http://www.google.com>[bar</a></font>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com><font color=brown>[bar</font></a>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"#a52a2a\">a[]</font></a>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font color=brown><a href=http://www.google.com>[bar</a></font>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com><font color=black>[bar</font></a>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\"><font color=\"#000000\">a[]</font></a>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<a href=http://www.google.com><u>[bar</u></a>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<u><a href=http://www.google.com>[bar</a></u>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<a href=\"http://www.google.com\">a[]</a>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub><font size=2>[bar</font></sub>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub>a[]</sub>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=2><sub>[bar</sub></font>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub><font size=\"1\">a[]</font></sub>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<sub><font size=3>[bar</font></sub>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub><font size=\"3\">a[]</font></sub>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["foo<font size=3><sub>[bar</sub></font>baz]",
 	[["delete",""],["inserttext","a"]],
 	"foo<sub>a[]</sub>",
-	[]],
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}],
 ["<blockquote><font color=blue>[foo]</font></blockquote>",
 	[["delete",""],["inserttext","a"]],
 	"<blockquote><font color=\"#0000ff\">a[]</font></blockquote>",
-	[]]
+	{"delete":[null,null,null,null,null,null],"inserttext":[null,null,null,null,null,null]}]
 ]
--- a/conformancetest/gentest.html	Wed Sep 07 11:42:00 2011 -0600
+++ b/conformancetest/gentest.html	Wed Sep 07 14:30:32 2011 -0600
@@ -64,6 +64,40 @@
 	getSelection().selectAllChildren(document.getElementById("output"));
 }
 
+// Helper function for generateTest()
+function setQueryResult(arr, idx, callback, command, range) {
+	var desc, type, result;
+	if (callback == myQueryCommandIndeterm) {
+		desc = 'myQueryCommandIndeterm("' + command + '")';
+		type = "boolean";
+	} else if (callback == myQueryCommandState) {
+		desc = 'myQueryCommandState("' + command + '")';
+		type = "boolean";
+	} else if (callback == myQueryCommandValue) {
+		desc = 'myQueryCommandValue("' + command + '")';
+		type = "string";
+	} else {
+		throw "Invalid callback";
+	}
+	try {
+		result = callback(command, range);
+	} catch (e) {
+		if (e !== "INVALID_ACCESS_ERR") {
+			throw "Bad exception " + e + " for " + desc;
+		}
+		arr[idx] = null;
+		return;
+	}
+	if (typeof result !== type) {
+		throw desc + " returned result of type " + typeof result + ", expected " + type;
+	}
+	if (callback == myQueryCommandValue
+	&& (command == "backcolor" || command == "forecolor" || command == "hilitecolor")) {
+		result = normalizeColor(result);
+	}
+	arr[idx] = result;
+}
+
 /**
  * Input is in the format generated by normalizeTest:
  *   [input HTML, [command, value], [command, value], . . .]
@@ -71,12 +105,13 @@
  *   [input HTML,
  *    array of commands,
  *    expected output HTML,
- *    array of expected indeterm/state/value].
+ *    object of expected indeterm/state/value].
  * The array of commands is [[command, value], [command, value], ...].  The
- * indeterm/state/value array is zero or more entries of the form
- *   [command, expected indeterm before, expected state before,
- *    expected value before, expected indeterm after,
- *    expected state after, expected value after].
+ * indeterm/state/value object is of the form
+ *   {command: [expected indeterm before, expected state before,
+ *     expected value before, expected indeterm after,
+ *     expected state after, expected value after],
+ *   command: ... }
  * null for any of the last six entries means an INVALID_ACCESS_ERR must be
  * raised.
  *
@@ -113,10 +148,29 @@
 		return node.cloneNode(false);
 	});
 
+	var expectedQueryResults = {};
+	for (var i = 1; i < test.length; i++) {
+		if (test[i][0] in expectedQueryResults) {
+			continue;
+		}
+		var results = [];
+		setQueryResult(results, 0, myQueryCommandIndeterm, test[i][0], range);
+		setQueryResult(results, 1, myQueryCommandState, test[i][0], range);
+		setQueryResult(results, 2, myQueryCommandValue, test[i][0], range);
+		expectedQueryResults[test[i][0]] = results;
+	}
+
 	for (var i = 1; i < test.length; i++) {
 		myExecCommand(test[i][0], false, test[i][1], range);
 	}
 
+	for (var command in expectedQueryResults) {
+		var results = expectedQueryResults[command];
+		setQueryResult(results, 3, myQueryCommandIndeterm, command, range);
+		setQueryResult(results, 4, myQueryCommandState, command, range);
+		setQueryResult(results, 5, myQueryCommandValue, command, range);
+	}
+
 	for (var i = 0; i < nonEditable.length; i++) {
 		if (!isDescendant(nonEditable[i], testDiv)) {
 			throw "Non-editable node " + i + " is no longer descendant of test div: "
@@ -174,6 +228,6 @@
 	output.appendData("[" + JSON.stringify(test[0]) + ",\n"
 		+ "\t" + JSON.stringify(test.slice(1)) + ",\n"
 		+ "\t" + JSON.stringify(testDiv.innerHTML) + ",\n"
-		+ "\t" + JSON.stringify([]) + "],\n");
+		+ "\t" + JSON.stringify(expectedQueryResults) + "],\n");
 }
 </script>
--- a/conformancetest/runtest.html	Wed Sep 07 11:42:00 2011 -0600
+++ b/conformancetest/runtest.html	Wed Sep 07 14:30:32 2011 -0600
@@ -53,6 +53,9 @@
 	var testDiv = document.querySelector("div[contenteditable]");
 	var originalRootElement, newRootElement;
 	var exception = null;
+	var expectedQueryResults = browserTest[3];
+	var actualQueryResults = {};
+	var actualQueryExceptions = {};
 
 	try {
 		var points = setupDiv(testDiv, browserTest[0]);
@@ -71,10 +74,34 @@
 		originalRootElement.querySelector("[contenteditable]").parentNode
 			.removeChild(originalRootElement.querySelector("[contenteditable]"));
 
+		for (var command in expectedQueryResults) {
+			var results = [];
+			var exceptions = {};
+			try { results[0] = document.queryCommandIndeterm(command) }
+			catch(e) { exceptions[0] = e }
+			try { results[1] = document.queryCommandState(command) }
+			catch(e) { exceptions[1] = e }
+			try { results[2] = document.queryCommandValue(command) }
+			catch(e) { exceptions[2] = e }
+			actualQueryResults[command] = results;
+			actualQueryExceptions[command] = exceptions;
+		}
+
 		for (var i = 0; i < browserTest[1].length; i++) {
 			document.execCommand(browserTest[1][i][0], false, browserTest[1][i][1]);
 		}
 
+		for (var command in expectedQueryResults) {
+			var results = actualQueryResults[command];
+			var exceptions = actualQueryExceptions[command];
+			try { results[3] = document.queryCommandIndeterm(command) }
+			catch(e) { exceptions[3] = e }
+			try { results[4] = document.queryCommandState(command) }
+			catch(e) { exceptions[4] = e }
+			try { results[5] = document.queryCommandValue(command) }
+			catch(e) { exceptions[5] = e }
+		}
+
 		var newRootElement = document.documentElement.cloneNode(true);
 		newRootElement.querySelector("[contenteditable]").parentNode
 			.removeChild(newRootElement.querySelector("[contenteditable]"));
@@ -116,6 +143,60 @@
 			"Unexpected innerHTML (after normalizing inline style)");
 	}, testName + " compare innerHTML");
 
+	// Temporary hack for http://www.w3.org/Bugs/Public/show_bug.cgi?id=14067
+	delete expectedQueryResults.createlink;
+	delete expectedQueryResults.unlink;
+
+	for (var command in expectedQueryResults) {
+		var descriptions = [
+			'queryCommandIndeterm("' + command + '") before',
+			'queryCommandState("' + command + '") before',
+			'queryCommandValue("' + command + '") before',
+			'queryCommandIndeterm("' + command + '") after',
+			'queryCommandState("' + command + '") after',
+			'queryCommandValue("' + command + '") after',
+		];
+		for (var i = 0; i < 6; i++) {
+			test(function() {
+				assert_equals(exception, null, "Setup and execCommand() must not throw an exception");
+
+				if (expectedQueryResults[command][i] === null) {
+					// Some ad hoc tests to verify that we have a real
+					// DOMException.  FIXME: This should be made more rigorous,
+					// with clear steps specified for checking that something
+					// is really a DOMException.
+					assert_true(i in actualQueryExceptions[command],
+						"An exception must be thrown in this case");
+					var e = actualQueryExceptions[command][i];
+					assert_equals(typeof e, "object",
+						"typeof thrown object");
+					assert_idl_attribute(e, "code",
+						"Thrown object must be a DOMException");
+					assert_idl_attribute(e, "INVALID_ACCESS_ERR",
+						"Thrown object must be a DOMException");
+					assert_equals(e.code, e.INVALID_ACCESS_ERR,
+						"Thrown object must be an INVALID_ACCESS_ERR, so its .code and .INVALID_ACCESS_ERR attributes must be equal");
+				} else if ((i == 2 || i == 5)
+				&& (command == "backcolor" || command == "forecolor" || command == "hilitecolor")
+				&& typeof actualQueryResults[command][i] == "string") {
+					assert_false(i in actualQueryExceptions[command],
+						"An exception must not be thrown in this case");
+					// We don't return the format that the color should be in:
+					// that's up to CSSOM.  Thus we normalize before comparing.
+					assert_equals(normalizeColor(actualQueryResults[command][i]),
+						expectedQueryResults[command][i],
+						"Wrong result returned (after color normalization)");
+				} else {
+					assert_false(i in actualQueryExceptions[command],
+						"An exception must not be thrown in this case");
+					assert_equals(actualQueryResults[command][i],
+						expectedQueryResults[command][i],
+						"Wrong result returned");
+				}
+			}, testName + " " + descriptions[i]);
+		}
+	}
+
 	// Silly Firefox
 	document.body.removeAttribute("bgcolor");
 }
--- a/implementation.js	Wed Sep 07 11:42:00 2011 -0600
+++ b/implementation.js	Wed Sep 07 14:30:32 2011 -0600
@@ -428,8 +428,8 @@
 	document.body.removeChild(outerSpan);
 
 	// I rely on the fact that browsers generally provide consistent syntax for
-	// getComputedStyle(), although it's not standardized.  There are only two
-	// exceptions I found:
+	// getComputedStyle(), although it's not standardized.  There are only
+	// three exceptions I found:
 	if (/^rgba\([0-9]+, [0-9]+, [0-9]+, 1\)$/.test(color)) {
 		// IE10PP2 seems to do this sometimes.
 		return color.replace("rgba", "rgb").replace(", 1)", ")");
@@ -439,6 +439,9 @@
 		// the specified value is "transparent".
 		return "rgba(0, 0, 0, 0)";
 	}
+	// Chrome 15 dev adds way too many significant figures.  This isn't a full
+	// fix, it just fixes one case that comes up in tests.
+	color = color.replace(/, 0.496094\)$/, ", 0.5)");
 	return color;
 }
 
--- a/tests.js	Wed Sep 07 11:42:00 2011 -0600
+++ b/tests.js	Wed Sep 07 14:30:32 2011 -0600
@@ -2696,7 +2696,8 @@
 
 		'<div align=nonsense><p>[foo]</div><p>extra',
 		'<div style=text-align:inherit><p>[foo]</div><p>extra',
-		'<quasit align=right><p>[foo]</p></quasit><p>extra',
+		// http://www.w3.org/Bugs/Public/show_bug.cgi?id=14066
+		'!<quasit align=right><p>[foo]</p></quasit><p>extra',
 
 		'<div align=center>{<div align=left>foo</div>}</div>',
 		'<div align=left>{<div align=center>foo</div>}</div>',
@@ -2803,7 +2804,8 @@
 
 		'<div align=nonsense><p>[foo]</div><p>extra',
 		'<div style=text-align:inherit><p>[foo]</div><p>extra',
-		'<quasit align=center><p>[foo]</p></quasit><p>extra',
+		// http://www.w3.org/Bugs/Public/show_bug.cgi?id=14066
+		'!<quasit align=center><p>[foo]</p></quasit><p>extra',
 
 		'<div style=text-align:start>[foo]</div><p>extra',
 		'<div style=text-align:end>[foo]</div><p>extra',
@@ -2901,7 +2903,8 @@
 
 		'<div align=nonsense><p>[foo]</div><p>extra',
 		'<div style=text-align:inherit><p>[foo]</div><p>extra',
-		'<quasit align=center><p>[foo]</p></quasit><p>extra',
+		// http://www.w3.org/Bugs/Public/show_bug.cgi?id=14066
+		'!<quasit align=center><p>[foo]</p></quasit><p>extra',
 
 		'<div style=text-align:start>[foo]</div><p>extra',
 		'<div style=text-align:end>[foo]</div><p>extra',
@@ -2999,7 +3002,8 @@
 
 		'<div align=nonsense><p>[foo]</div><p>extra',
 		'<div style=text-align:inherit><p>[foo]</div><p>extra',
-		'<quasit align=center><p>[foo]</p></quasit><p>extra',
+		// http://www.w3.org/Bugs/Public/show_bug.cgi?id=14066
+		'!<quasit align=center><p>[foo]</p></quasit><p>extra',
 
 		'<div style=text-align:start>[foo]</div><p>extra',
 		'<div style=text-align:end>[foo]</div><p>extra',