author | duke |
Wed, 05 Jul 2017 20:10:53 +0200 | |
changeset 27979 | cc2cf80c2f39 |
parent 15371 | 8f719dc43e1f |
child 30730 | d3ce7619db2c |
permissions | -rw-r--r-- |
15371
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
1 |
TextNotAllowed.java:11: error: text not allowed in <dl> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
2 |
* <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
3 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
4 |
TextNotAllowed.java:11: error: text not allowed in <dl> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
5 |
* <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
6 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
7 |
TextNotAllowed.java:11: error: text not allowed in <dl> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
8 |
* <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
9 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
10 |
TextNotAllowed.java:12: error: text not allowed in <ol> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
11 |
* <ol> abc <li> item </li> def <li> item </li> ghi </ol> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
12 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
13 |
TextNotAllowed.java:12: error: text not allowed in <ol> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
14 |
* <ol> abc <li> item </li> def <li> item </li> ghi </ol> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
15 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
16 |
TextNotAllowed.java:12: error: text not allowed in <ol> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
17 |
* <ol> abc <li> item </li> def <li> item </li> ghi </ol> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
18 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
19 |
TextNotAllowed.java:13: error: text not allowed in <ul> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
20 |
* <ul> abc <li> item </li> def <li> item </li> ghi </ul> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
21 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
22 |
TextNotAllowed.java:13: error: text not allowed in <ul> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
23 |
* <ul> abc <li> item </li> def <li> item </li> ghi </ul> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
24 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
25 |
TextNotAllowed.java:13: error: text not allowed in <ul> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
26 |
* <ul> abc <li> item </li> def <li> item </li> ghi </ul> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
27 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
28 |
TextNotAllowed.java:15: error: text not allowed in <table> element |
14952 | 29 |
* <table summary=description> abc </table> |
15371
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
30 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
31 |
TextNotAllowed.java:16: error: text not allowed in <thead> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
32 |
* <table summary=description> <thead> abc </thead> </table> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
33 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
34 |
TextNotAllowed.java:17: error: text not allowed in <tbody> element |
14952 | 35 |
* <table summary=description> <tbody> abc </tbody> </table> |
15371
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
36 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
37 |
TextNotAllowed.java:18: error: text not allowed in <tfoot> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
38 |
* <table summary=description> <tfoot> abc </tfoot> </table> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
39 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
40 |
TextNotAllowed.java:19: error: text not allowed in <tr> element |
14952 | 41 |
* <table summary=description> <tr> abc </tr> </table> |
15371
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
42 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
43 |
TextNotAllowed.java:21: error: text not allowed in <dl> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
44 |
* <dl> & <dt> term </dt> < <dd> description </dd> > </dl> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
45 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
46 |
TextNotAllowed.java:21: error: text not allowed in <dl> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
47 |
* <dl> & <dt> term </dt> < <dd> description </dd> > </dl> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
48 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
49 |
TextNotAllowed.java:21: error: text not allowed in <dl> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
50 |
* <dl> & <dt> term </dt> < <dd> description </dd> > </dl> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
51 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
52 |
TextNotAllowed.java:22: error: text not allowed in <ol> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
53 |
* <ol> & <li> item </li> < <li> item </li> > </ol> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
54 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
55 |
TextNotAllowed.java:22: error: text not allowed in <ol> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
56 |
* <ol> & <li> item </li> < <li> item </li> > </ol> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
57 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
58 |
TextNotAllowed.java:22: error: text not allowed in <ol> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
59 |
* <ol> & <li> item </li> < <li> item </li> > </ol> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
60 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
61 |
TextNotAllowed.java:23: error: text not allowed in <ul> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
62 |
* <ul> & <li> item </li> < <li> item </li> > </ul> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
63 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
64 |
TextNotAllowed.java:23: error: text not allowed in <ul> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
65 |
* <ul> & <li> item </li> < <li> item </li> > </ul> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
66 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
67 |
TextNotAllowed.java:23: error: text not allowed in <ul> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
68 |
* <ul> & <li> item </li> < <li> item </li> > </ul> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
69 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
70 |
TextNotAllowed.java:25: error: text not allowed in <table> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
71 |
* <table summary=description> & </table> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
72 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
73 |
TextNotAllowed.java:26: error: text not allowed in <thead> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
74 |
* <table summary=description> <thead> & </thead> </table> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
75 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
76 |
TextNotAllowed.java:27: error: text not allowed in <tbody> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
77 |
* <table summary=description> <tbody> & </tbody> </table> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
78 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
79 |
TextNotAllowed.java:28: error: text not allowed in <tfoot> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
80 |
* <table summary=description> <tfoot> & </tfoot> </table> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
81 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
82 |
TextNotAllowed.java:29: error: text not allowed in <tr> element |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
83 |
* <table summary=description> <tr> & </tr> </table> |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
84 |
^ |
8f719dc43e1f
8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents:
14962
diff
changeset
|
85 |
28 errors |