tidy-html5/regression_testing/cases/legacy-expects/case-433021.html

26 lines
572 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>[ #433021 ] Identify attribute whose value is bad</title>
</head>
<body>
<p align="fizzle">text</p>
<table summary="none">
<tr>
<td align="center"
valign="center">
<p>"valign" attr value can't be "center"</p>
</td>
<td align="center"
valign="fuzzle">
<p>"valign" attr value can't be "fuzzle"</p>
</td>
<td align="fuzzle"
valign="fuzzle">
<p>"align"/"valign" attr values can't be "fuzzle"</p>
</td>
</tr>
</table>
</body>
</html>