-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0u1
-
None
-
x86
-
windows_2000
JavaHelp uses the Swing JEditorPane component to display HTML help topics. This component ignores the the following CSS definition, which uses a valid CSS property:
tr {vertical-align: top;}
The result is that we have to specify <tr valign="top"> for every row in our HTML tables, because our style requires top alignment rather than the default "middle".
###@###.### 2004-08-30
###@###.### 2004-08-30
tr {vertical-align: top;}
The result is that we have to specify <tr valign="top"> for every row in our HTML tables, because our style requires top alignment rather than the default "middle".
###@###.### 2004-08-30
###@###.### 2004-08-30
- duplicates
-
JDK-5094219 JEditorPane doesn't recognize CSS vertical-align property
- Open