Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8346710 | 24 | Nizar Benalla | P4 | In Progress | Unresolved |
An `h2` tag is used inside the `@param` text here: https://github.com/openjdk/jdk/blob/f6e7713bb653811423eeb2515c2f69b437750326/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/VectorMask.java#L114
javadoc wraps everything under `@param` in a `<span>`, so having an `h2` tag there trips some of our tests that use html validators. I believe you shouldn't have an `<h2>` inside of a span.
Maybe we should remove the `h2` and replace it with `strong`
javadoc wraps everything under `@param` in a `<span>`, so having an `h2` tag there trips some of our tests that use html validators. I believe you shouldn't have an `<h2>` inside of a span.
Maybe we should remove the `h2` and replace it with `strong`
- backported by
-
JDK-8346710 Doccheck: warning about missing </span> before <h2>
- In Progress
- links to
-
Commit(master) openjdk/jdk/054c644e
-
Review(jdk24) openjdk/jdk/22844
-
Review(master) openjdk/jdk/22833