RFR: JDK-8325690: The scrollable element <div> with non-interactive content is not tabbable
psoujany
duke at openjdk.org
Tue Feb 13 06:30:07 UTC 2024
On Tue, 13 Feb 2024 06:23:03 GMT, psoujany <duke at openjdk.org> wrote:
> The scrollable element `<div>` 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
By default, a grid item cannot be smaller than the size of its content. overflow: auto on grind columns is causing accessibility checker to fail. Hence we propose to remove this property on the grid columns.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17819#issuecomment-1940498810
More information about the javadoc-dev
mailing list