changeset 14952 | d0022ae20516 |
child 14962 | 19ffdfafbcd2 |
14951:8d9ea42e4aba | 14952:d0022ae20516 |
---|---|
1 HtmlAttrsTest.java:11: error: unknown attribute: xyz |
|
2 * <p xyz> |
|
3 ^ |
|
4 HtmlAttrsTest.java:16: warning: attribute obsolete: name |
|
5 * <img name="x" alt="alt"> |
|
6 ^ |
|
7 HtmlAttrsTest.java:21: warning: attribute obsolete, use CSS instead: size |
|
8 * <font size="3"> text </font> |
|
9 ^ |
|
10 1 error |
|
11 2 warnings |
|
12 |