aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/InputHtmlVoidElementTrack.javadoc
blob: f6852570b09d3e8a16f8bafd5c75b16df5254a8a (plain)
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
36
37
38
39
40
41
42
* <p> <track> </p>
* <li> <track> </li>
* <tr> <track> </tr>
* <td> <track> </td>
* <th> <track> </th>
* <body> <track> </body>
* <colgroup> <track> </colgroup>
* <dd> <track> </dd>
* <dt> <track> </dt>
* <head> <track> </head>
* <html> <track> </html>
* <option> <track> </option>
* <tbody> <track> </tbody>
* <thead> <track> </thead>
* <tfoot> <track> </tfoot>

* <p> <track/> </p>
* <li> <track/> </li>
* <tr> <track/> </tr>
* <td> <track/> </td>
* <th> <track/> </th>
* <body> <track/> </body>
* <colgroup> <track/> </colgroup>
* <dd> <track/> </dd>
* <dt> <track/> </dt>
* <head> <track/> </head>
* <html> <track/> </html>
* <option> <track/> </option>
* <tbody> <track/> </tbody>
* <thead> <track/> </thead>
* <tfoot> <track/> </tfoot>

* <track>
* <track/>
* <track attr="something">
* <track attr="something"/>
* <track attr="something" attr2="someotherthing">
* <track attr="something" attr2="someotherthing"/>
* <track attr="something" 
* attr2="someotherting">
* <track attr="something" 
* attr2="someotherting"/>