File: case-647900%402.html

package info (click to toggle)
tidy-html5 2%3A5.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,668 kB
  • sloc: ansic: 43,061; ruby: 1,368; sh: 404; xml: 225; cpp: 30; makefile: 26
file content (35 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
  <title>[ 647900 ] tables are incorrectly merged</title>
</head>
<body>
  <table summary="Paragraph should follow table, not precede.">
  <tr>
    <td>Table data</td>
  </table>

  <p>A paragraph</p>

  <table summary="Same again.">
  <tr>
    <th>Foo
  <tr>
    <td>
    <table summary="Nested">
    <td>Foo
    </table>
  </table>

  <p>Another paragraph</p>

  <form action="foo.cgi">
    <table summary="Bad form">
    <tr>
      <td>Input: <input type="text" name="foo"></td>
      <td></form></td>
    </tr>
    </table>

  <p>Yet another paragraph</p>
</body>
</html>