--- 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/06/25 00:15:12 1.2 @@ -55,9 +55,12 @@ margin-top: 0; margin-bottom: 0; } + #element { + width: 5em; + } - +

HTML5 Parser (beta) Web Interface (manakai Version)

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

-

-

-(slow)

+

+

+