<Swing Dev> Integrated: 8240247: No longer need to wrap files with contentContainer
Alexey Ivanov
aivanov at openjdk.java.net
Sat Jan 23 11:40:39 UTC 2021
On Fri, 22 Jan 2021 19:50:17 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> [JDK-8231144](https://bugs.openjdk.java.net/browse/JDK-8231144) wrapped the contents of plain HTML documents into `<div class="contentContainer">` to apply the styles and add the margins around the content for a consistent look.
>
> This is no longer necessary after [JDK-8239817](https://bugs.openjdk.java.net/browse/JDK-8239817) was fixed.
>
> These documents looks fine without being wrapped. So this fix basically undoes changes under JDK-8231144 and removes the redundant `<div>` wrapper element.
This pull request has now been integrated.
Changeset: f624dba6
Author: Alexey Ivanov <aivanov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f624dba6
Stats: 45 lines in 15 files changed: 0 ins; 30 del; 15 mod
8240247: No longer need to wrap files with contentContainer
Reviewed-by: serb
-------------
PR: https://git.openjdk.java.net/jdk/pull/2203
More information about the swing-dev
mailing list