On Fri, 20 Feb 2026 23:17:28 GMT, Andy Goryachev <[email protected]> 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
