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.
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.
- duplicates
-
JDK-8378366 Accessibility issues in CSS Reference Guide and Introduction to FXML
-
- Resolved
-