RFR: 8378366: Accessibility issues in CSS Reference Guide and Introduction to FXML [v2]
Alexander Zuev
kizune at openjdk.org
Sat Feb 21 05:30:32 UTC 2026
On Fri, 20 Feb 2026 23:17:28 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 1898:
>>
>>> 1896: <p class="grammar">ease | ease-in | ease-out | ease-in-out | cubic-bezier(<a href="#typenumber" class="typelink"><number [0,1]></a>, <a href="#typenumber" class="typelink"><number></a>, <a href="#typenumber" class="typelink"><number [0,1]></a>, <a href="#typenumber" class="typelink"><number></a>)</p>
>>> 1897: <p>The values have the following meaning:</p>
>>> 1898: <table style="margin-left: 40px;">
>>
>> A reasonable caption might be:
>>
>>
>> <caption>Cubic Bézier Easing Functions</caption>
>
> captions are centered across the table, and without the grid lines are going to look ugly
Well, summary does the trick on both VO and Narrator - the table has a name now.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2082#discussion_r2835853124
More information about the openjfx-dev
mailing list