In JavaFX CSS Reference Guide, some tables don't use the scope attribute or the <caption> element

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: jfx25
    • Component/s: javafx

      Some tables do not use the scope attribute to associate header cells with data cells nor contain a <caption> element or a summary attribute.

      https://download.java.net/java/early_access/javafx26/docs/api/javafx.graphics/javafx/scene/doc-files/cssref.html

      For example, in the section "Cubic Bézier Easing Functions" there's the following table:

          <table style="margin-left: 40px;">
              <tbody><tr>
                  <td style="width: 120px; vertical-align: top"><span class="grammar">ease</span></td>
                  <td>equivalent to <span class="grammar">cubic-bezier(0.25, 0.1, 0.25, 1)</span></td>
              </tr>
              <tr>
                  <td style="width: 120px; vertical-align: top"><span class="grammar">ease-in</span></td>
                  <td>equivalent to <span class="grammar">cubic-bezier(0.42, 0, 1, 1)</span></td>
              </tr>
              ...
          </table>

      See 1.3.1 Info and Relationships in OAG 3.2.

            Assignee:
            Andy Goryachev
            Reporter:
            Raymond Gallardo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: