RFR: 8325690: The scrollable element <div> with non-interactive content is not tabbable [v25]
psoujany
duke at openjdk.org
Mon Jun 3 07:05:31 UTC 2024
> 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
psoujany has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 28 additional commits since the last revision:
- Merge branch 'openjdk:master' into remove-overflow
- Add tabindex only to elemetns which are not tabbable
- Add tab order to plain text
- Add tab order to plain text
- Add tabindex to plain text
- Add tabindex to plain text
- Remove trailing whitespaces
- Add tabindex to grid columns
- Add tabindex to grid columns
- Add tabindex
- ... and 18 more: https://git.openjdk.org/jdk/compare/1d8695f4...cff5ca30
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17819/files
- new: https://git.openjdk.org/jdk/pull/17819/files/95f99497..cff5ca30
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17819&range=24
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17819&range=23-24
Stats: 724439 lines in 9515 files changed: 182054 ins; 181766 del; 360619 mod
Patch: https://git.openjdk.org/jdk/pull/17819.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17819/head:pull/17819
PR: https://git.openjdk.org/jdk/pull/17819
More information about the javadoc-dev
mailing list