--- test/html-whatpm/parser-manakai-interface.en.html 2007/06/21 14:54:14 1.1 +++ test/html-whatpm/parser-manakai-interface.en.html 2007/07/15 07:53:00 1.3 @@ -55,9 +55,12 @@ margin-top: 0; margin-bottom: 0; } + #element { + width: 5em; + } - +

HTML5 Parser (beta) Web Interface (manakai Version)

@@ -67,8 +70,13 @@ var uri = 'parser-manakai/'; if (document.getElementById ('html5').checked) { uri += 'html/'; + uri += document.getElementById ('element').value + '/'; + } else if (document.getElementById ('h2h').checked) { + uri += 'h2h/'; + uri += document.getElementById ('element').value + '/'; } else { uri += 'xhtml/'; + uri += '/'; } if (document.getElementById ('format-test').checked) { this.action = uri + 'test'; @@ -88,9 +96,10 @@

-

-

-(slow)

+

+

+

+