-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226089 | 14 | Hannes Wallnoefer | P3 | Resolved | Fixed | team |
The attached screenshot shows a fragment of generated HTML, showing that <a id="..."> appears after <h?>.
This may cause incorrect scrolling such that the text following the <a> element is at the top of the screen, and the <h?> element just out of view "above" the top of the screen.
Ideally, the id would be on the <h?> element, but that has other issues ... seeJDK-8220002. In the meantime, the <a id="..."> should either appear before or within the <h?> element, for correct scrolling.
This may cause incorrect scrolling such that the text following the <a> element is at the top of the screen, and the <h?> element just out of view "above" the top of the screen.
Ideally, the id would be on the <h?> element, but that has other issues ... see
- backported by
-
JDK-8226089 Bad placement of anchor relative to header
-
- Resolved
-
- relates to
-
JDK-8220002 Improve anchor definitions in generated files
-
- Resolved
-
-
JDK-8225029 Review/improve use of empty comments
-
- Closed
-