<Swing Dev> RFR: 8260314: Replace border="1" on tables with CSS [v2]
Alexey Ivanov
aivanov at openjdk.java.net
Tue Jan 26 17:26:56 UTC 2021
> 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.
Alexey Ivanov has updated the pull request incrementally with two additional commits since the last revision:
- Remove redundant center-align for <tr> element
- Apply class="striped" to the tables
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/2210/files
- new: https://git.openjdk.java.net/jdk/pull/2210/files/eb057764..b6f95ed8
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2210&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2210&range=00-01
Stats: 59 lines in 6 files changed: 0 ins; 24 del; 35 mod
Patch: https://git.openjdk.java.net/jdk/pull/2210.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2210/head:pull/2210
PR: https://git.openjdk.java.net/jdk/pull/2210
More information about the swing-dev
mailing list