On Wed, 1 Jun 2022 16:16:33 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
> This is a refinement of CSS styles mostly in the deprecated and new API pages. > > - Provide a two-row table view for the new sortable three-column tables > - Make sure no line wraps are inserted between a checkbox and its label > - Slightly increase the line height of the check box row to make it easier > to use when wrapped > - Define the overflow of summary table cells as "auto" which makes them > scrollable if necessary The dependent pull request has now been integrated, and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout JDK-8287674 git fetch https://git.openjdk.java.net/jdk master git merge FETCH_HEAD # if there are conflicts, follow the instructions given by git merge git commit -m "Merge master" git push ------------- PR: https://git.openjdk.java.net/jdk/pull/8975