RFR: 8378366: Accessibility issues in CSS Reference Guide and Introduction to FXML
Andy Goryachev
angorya at openjdk.org
Fri Feb 20 23:24:20 UTC 2026
On Fri, 20 Feb 2026 23:01:33 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> `summary` has been [deprecated](https://html.spec.whatwg.org/multipage/obsolete.html#attr-table-summary) for some 15 years. We could use `aria-label` instead.
Here is the feedback I received from the accessibility reviewer:
The attribute is obsolete for HTML 5. However, the current documentation still uses the summary attribute in tables.
I don't know whether the `aria-label` would work, and given the time constraint we are currently operating under, I propose we accept this change and consider reverting back to a table format with acceptable a11y attributes in a follow-up.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/2082#issuecomment-3937611028
More information about the openjfx-dev
mailing list