~ubuntu-branches/ubuntu/precise/tidy/precise-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>[ #427810 ] Proprietary elements not reported as err</title>
</head>
<body>
<!-- use "-clean" or not to test both cases -->
<p>Test inline element</p>
<blink>Proprietary inline element (blink)</blink>
<wbr>Proprietary inline element (wbr) - note starts on new line, doesn't need end tag
<nobr>Proprietary inline element (nobr)</nobr>
<p>Test inline element</p>
</body>
</html>