blob: 9cc90ce09d819a6464f3c93e77de94edf9640eb6 [file] [log] [blame]
HtmlAttrsTest.java:13: error: unknown attribute: xyz
* <p xyz> text </p>
^
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