Skip to content

Commit 7f4d873

Browse files
committed
8255215: Unsupported 'valign' attribute for 'tr' tag used in j.s.t.h.HTMLDocument
Reviewed-by: serb
1 parent 724217c commit 7f4d873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
* <th><code>setInnerHTML</code></th>
195195
* <th><code>setOuterHTML</code></th>
196196
* </tr>
197-
* <tr valign="top">
197+
* <tr style="vertical-align:top">
198198
* <td style="white-space:nowrap">
199199
* <div style="background-color: silver;">
200200
* <p>Paragraph 1</p>

0 commit comments

Comments
 (0)