Withdrawn: 8325690: The scrollable element with non-interactive content is not tabbable

2024-09-10 Thread duke
On Tue, 13 Feb 2024 06:23:03 GMT, psoujany wrote: > The scrollable element `` with non-interactive content is not tabbable. > Grid columns in the javadoc stylesheet has overflow: auto, which is failing > Accessibility checks. > https://bugs.openjdk.org/browse/JDK-8325690 This pull request has

RFR: 8339684: ResizeObserver callback interrupts smooth scrolling on Chrome

2024-09-10 Thread Hannes Wallnöfer
Please review a simple JavaScript change to avoid the `ResizeObserver` callback to interrupt smooth scrolling on Chrome browsers when an page with an anchor is loaded. Unfortunately, Chrome is susceptible to interrupt smooth scrolling if a script accesses the DOM while scrolling. Since the `Resi

RFR: 8339541: CSS rule is not specific enough

2024-09-10 Thread Hannes Wallnöfer
Please review a CSS fix for javadoc-generated API documentation to avoid a CSS being applied to elements it is not meant for. The rule in question was in JDK-8308659 when we added scrollable container `div` elements. Since elements with non-visible `overflow` prevent [margin collapse](https://w