On Sat, 23 Jan 2021 19:06:05 GMT, Alexey Ivanov <[email protected]> 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?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2210
