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

HTML5 Parser (beta) Web Interface (manakai Version)

@@ -67,11 +70,18 @@ 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'; + } else if (document.getElementById ('format-xml').checked) { + this.action = uri + 'xml'; } else { this.action = uri + 'html'; } @@ -88,15 +98,18 @@

-

-

-(slow)

+

+

+

+

Output format -

+

+