<Swing Dev> RFR: 8260314: Replace border="1" on tables with CSS
Sergey Bylokhov
serb at openjdk.java.net
Tue Jan 26 01:56:40 UTC 2021
On Mon, 25 Jan 2021 11:50:20 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Replace presentational attribute `border="1"` on `<table>` element with CSS styles:
>> table {border: outset 1px}
>> th, td {border: inset 1px}
>>
>> These declarations produce the same rendering as the default one in Firefox and Edge.
>>
>> Another option is to use `solid` in both cases.
>
> @jonathan-gibbons, what do you think?
Probably we can import the CSS used by the javadoc itself?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2210
More information about the swing-dev
mailing list