2015-05-21 18:41:04 +00:00
|
|
|
TextNotAllowed.java:14: error: text not allowed in <table> element
|
2021-01-06 22:48:00 +00:00
|
|
|
* <table> <caption> description </caption> abc </table>
|
|
|
|
^
|
2015-05-21 18:41:04 +00:00
|
|
|
TextNotAllowed.java:15: error: text not allowed in <tbody> element
|
2021-01-06 22:48:00 +00:00
|
|
|
* <table> <caption> description </caption> <tbody> abc </tbody> </table>
|
|
|
|
^
|
2015-05-21 18:41:04 +00:00
|
|
|
TextNotAllowed.java:16: error: text not allowed in <tr> element
|
2021-01-06 22:48:00 +00:00
|
|
|
* <table> <caption> description </caption> <tr> abc </tr> </table>
|
|
|
|
^
|
2015-05-21 18:41:04 +00:00
|
|
|
TextNotAllowed.java:18: error: text not allowed in <dl> element
|
2012-12-17 15:47:05 +00:00
|
|
|
* <dl> abc </dl>
|
2013-01-21 18:07:37 +00:00
|
|
|
^
|
2015-05-21 18:41:04 +00:00
|
|
|
TextNotAllowed.java:19: error: text not allowed in <ol> element
|
2012-12-17 15:47:05 +00:00
|
|
|
* <ol> abc </ol>
|
2013-01-21 18:07:37 +00:00
|
|
|
^
|
2015-05-21 18:41:04 +00:00
|
|
|
TextNotAllowed.java:20: error: text not allowed in <ul> element
|
2012-12-17 15:47:05 +00:00
|
|
|
* <ul> abc </ul>
|
2013-01-21 18:07:37 +00:00
|
|
|
^
|
2012-12-17 15:47:05 +00:00
|
|
|
6 errors
|