e2bd09e6f6
Reviewed-by: jjh
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
HtmlAttrsTest.java:13: error: unknown attribute: xyz
|
|
* <p xyz>
|
|
^
|
|
HtmlAttrsTest.java:18: warning: attribute obsolete: name
|
|
* <img name="x" alt="alt">
|
|
^
|
|
HtmlAttrsTest.java:23: warning: attribute obsolete, use CSS instead: size
|
|
* <font size="3"> text </font>
|
|
^
|
|
1 error
|
|
2 warnings
|
|
|