Integrated: 8378366: Accessibility issues in CSS Reference Guide and Introduction to FXML
Andy Goryachev
angorya at openjdk.org
Mon Feb 23 23:39:12 UTC 2026
On Fri, 20 Feb 2026 21:08:14 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Addressing the accessibility issues in JavaFX CSS Reference Guide and Introduction to FXML documents:
>
> [JDK-8378306](https://bugs.openjdk.org/browse/JDK-8378306) In JavaFX CSS Reference Guide, a `<ul>` element must appear within an `<li>` element
> [JDK-8378308](https://bugs.openjdk.org/browse/JDK-8378308) In JavaFX CSS Reference Guide, <textarea> elements do not contain a label
> [JDK-8378309](https://bugs.openjdk.org/browse/JDK-8378309) In JavaFX CSS Reference Guide and Introduction to FXML, there are color contrast issues
> [JDK-8378310](https://bugs.openjdk.org/browse/JDK-8378310) In JavaFX CSS Reference Guide and Introduction to FXML, a "Skip to Main Content" link doesn't exist
> [JDK-8378307](https://bugs.openjdk.org/browse/JDK-8378307) In JavaFX CSS Reference Guide, some tables don't use the scope attribute or the <caption> element
>
> For ease of reviewing, the first 5 commits correspond to individual tickets.
>
> In [JDK-8378308](https://bugs.openjdk.org/browse/JDK-8378308) the `<textarea>`s were made read-only because obviously.
>
> Additional issues that came about during the review (both accessibility- and code-):
>
> - fixed `BoderPane` typo
> - added missing `scope` attribute to `<th>`
> - moved inline style in the "layout" table to CSS
> - fixed shaded table cell contrast
> - improved contrast of `Last updated: 01 May 2017` (keep the text as is because the spec has not changed)
> - improved contrast of examples in Introduction to FXML
This pull request has now been integrated.
Changeset: fab6e32b
Author: Andy Goryachev <angorya at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/fab6e32b0839585d7754d3e3ef32a18080a5ceda
Stats: 64 lines in 3 files changed: 20 ins; 3 del; 41 mod
8378366: Accessibility issues in CSS Reference Guide and Introduction to FXML
Reviewed-by: kcr, kizune
-------------
PR: https://git.openjdk.org/jfx/pull/2082
More information about the openjfx-dev
mailing list