2012-12-20 17:59:46 +00:00
|
|
|
TextNotAllowed.java:13: error: text not allowed in <table> element
|
2012-12-17 07:47:05 -08:00
|
|
|
* <table summary=description> abc </table>
|
2013-01-21 10:07:37 -08:00
|
|
|
^
|
2012-12-20 17:59:46 +00:00
|
|
|
TextNotAllowed.java:14: error: text not allowed in <tbody> element
|
2012-12-17 07:47:05 -08:00
|
|
|
* <table summary=description> <tbody> abc </tbody> </table>
|
2013-01-21 10:07:37 -08:00
|
|
|
^
|
2012-12-20 17:59:46 +00:00
|
|
|
TextNotAllowed.java:15: error: text not allowed in <tr> element
|
2012-12-17 07:47:05 -08:00
|
|
|
* <table summary=description> <tr> abc </tr> </table>
|
2013-01-21 10:07:37 -08:00
|
|
|
^
|
2012-12-20 17:59:46 +00:00
|
|
|
TextNotAllowed.java:17: error: text not allowed in <dl> element
|
2012-12-17 07:47:05 -08:00
|
|
|
* <dl> abc </dl>
|
2013-01-21 10:07:37 -08:00
|
|
|
^
|
2012-12-20 17:59:46 +00:00
|
|
|
TextNotAllowed.java:18: error: text not allowed in <ol> element
|
2012-12-17 07:47:05 -08:00
|
|
|
* <ol> abc </ol>
|
2013-01-21 10:07:37 -08:00
|
|
|
^
|
2012-12-20 17:59:46 +00:00
|
|
|
TextNotAllowed.java:19: error: text not allowed in <ul> element
|
2012-12-17 07:47:05 -08:00
|
|
|
* <ul> abc </ul>
|
2013-01-21 10:07:37 -08:00
|
|
|
^
|
2012-12-17 07:47:05 -08:00
|
|
|
6 errors
|