| 39 |
button:after { |
button:after { |
| 40 |
content: " ->"; |
content: " ->"; |
| 41 |
} |
} |
| 42 |
fieldset fieldset { |
form > fieldset > fieldset { |
| 43 |
display: block; |
display: block; |
| 44 |
position: absolute; |
position: absolute; |
| 45 |
top: 11em; |
top: 11em; |
| 46 |
left: 110%; |
left: 103%; |
| 47 |
|
border-style: none; |
| 48 |
padding: 0; |
padding: 0; |
| 49 |
min-width: 5em; |
min-width: 7em; |
| 50 |
} |
} |
| 51 |
fieldset fieldset legend, |
form > fieldset > fieldset fieldset { |
|
fieldset fieldset p { |
|
| 52 |
font-size: 60%; |
font-size: 60%; |
| 53 |
} |
} |
| 54 |
fieldset p { |
fieldset p { |
| 58 |
</style> |
</style> |
| 59 |
</head> |
</head> |
| 60 |
<body> |
<body> |
| 61 |
<h1>HTML5 Parser Web Interface</h1> |
<h1>HTML5 Parser (<em>beta</em>) Web Interface</h1> |
| 62 |
|
|
| 63 |
<form action="parser/html" |
<form action="parser/html" |
| 64 |
method="post" accept-charset="utf-8" target="result" |
method="post" accept-charset="utf-8" target="result" |
| 80 |
</textarea></p> |
</textarea></p> |
| 81 |
<p><button type="submit">Parse</button></p> |
<p><button type="submit">Parse</button></p> |
| 82 |
<fieldset> |
<fieldset> |
| 83 |
|
<fieldset> |
| 84 |
|
<p><label title="Show any HTML5 parse errors if checked"><input type="checkbox" disabled name="html5" checked> HTML5</label></p> |
| 85 |
|
<p><label title="Show any conformance error of the parsed DOM tree if checked"><input type="checkbox" name="dom5"> DOM5 HTML</label></p> |
| 86 |
|
</fieldset> |
| 87 |
|
<fieldset> |
| 88 |
<legend>Output format</legend> |
<legend>Output format</legend> |
| 89 |
<p><label><input type="radio" name="format" value="html" checked id="format-html"> |
<p><label title="Show the value of |document.innerHTML| if checked"><input type="radio" name="format" value="html" checked id="format-html"> |
| 90 |
<code>document<wbr>.innerHTML</code></label></p> |
<code>innerHTML</code></label></p> |
| 91 |
<p><label><input type="radio" name="format" value="test" id="format-test"> |
<p><label title="Show the parsed DOM in the format used in html5lib tests"><input type="radio" name="format" value="test" id="format-test"> |
| 92 |
parser test</label></p> |
parser test</label></p> |
| 93 |
</fieldset> |
</fieldset> |
| 94 |
</fieldset> |
</fieldset> |
| 95 |
|
|
| 96 |
|
</fieldset> |
| 97 |
|
|
| 98 |
<p><iframe name="result" src="about:blank"></iframe></p> |
<p><iframe name="result" src="about:blank"></iframe></p> |
| 99 |
</form> |
</form> |
| 100 |
|
|
| 101 |
|
<address>Powered by |
| 102 |
|
<a href="http://suika.fam.cx/www/markup/html/whatpm/readme">Whatpm</a></address> |
| 103 |
|
|
| 104 |
</body> |
</body> |
| 105 |
</html> |
</html> |