mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
12 lines
328 B
Text
12 lines
328 B
Text
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
|
|
|