-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: jfx25
-
Component/s: javafx
-
b06
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8378613 | jfx26.0.1 | Andy Goryachev | P3 | Resolved | Fixed | b02 |
| JDK-8378596 | jfx26 | Andy Goryachev | P3 | Resolved | Fixed | b27 |
Headings (<h1>, <h2>) and so on have to descend without skipping, i.e. after an <h2>, the next one shouldn’t be an <h4>.
The package names in the CSS reference guide, for example javafx.stage and javafx.scene, are represented by tables:
<h2><a id="stage">Stage</a></h2>
<table class="package" width="100%">
<tbody>
<tr>
<td>javafx.stage</td>
</tr>
</tbody>
</table>
<h4><a id="popupwindow">Group</a></h4>
javafx.stage should just be an <h3>:
<h2><a id="stage">Stage</a></h2>
<h3 class="package">javafx.stage</h3>
<h4><a id="popupwindow">Group</a></h4>
Actually, the stylesheet defines the .package style, which can be applied to an h3 to make it look exactly like what it looks like with tables.
I think this is an easy search-and-replace to do. There are 11 instances of <table class="package" on the page, which correspond to the 11 packages documented.
The FXML reference does *not* have this issue.
The package names in the CSS reference guide, for example javafx.stage and javafx.scene, are represented by tables:
<h2><a id="stage">Stage</a></h2>
<table class="package" width="100%">
<tbody>
<tr>
<td>javafx.stage</td>
</tr>
</tbody>
</table>
<h4><a id="popupwindow">Group</a></h4>
javafx.stage should just be an <h3>:
<h2><a id="stage">Stage</a></h2>
<h3 class="package">javafx.stage</h3>
<h4><a id="popupwindow">Group</a></h4>
Actually, the stylesheet defines the .package style, which can be applied to an h3 to make it look exactly like what it looks like with tables.
I think this is an easy search-and-replace to do. There are 11 instances of <table class="package" on the page, which correspond to the 11 packages documented.
The FXML reference does *not* have this issue.
- backported by
-
JDK-8378596 JavaFX CSS Reference skips heading levels: <h2> followed by <h4>
-
- Resolved
-
-
JDK-8378613 JavaFX CSS Reference skips heading levels: <h2> followed by <h4>
-
- Resolved
-
- is blocked by
-
JDK-8378366 Accessibility issues in CSS Reference Guide and Introduction to FXML
-
- Resolved
-
- links to
-
Commit(jfx26)
openjdk/jfx/472e74b1
-
Commit(master)
openjdk/jfx/f6fab995
-
Review(jfx26)
openjdk/jfx/2086
-
Review(master)
openjdk/jfx/2085
(2 links to)