On Tue, 13 Feb 2024 06:23:03 GMT, psoujany <d...@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

Reply via email to