8315921: Invalid CSS declarations in java.lang class documentation

Reviewed-by: jpai, alanb
This commit is contained in:
Hannes Wallnöfer 2023-11-02 11:53:54 +00:00
parent 792d829328
commit 2d4a4d04b8
5 changed files with 42 additions and 42 deletions

View file

@ -3439,9 +3439,9 @@ public final class String
* </tr>
* </thead>
* <tbody>
* <tr><th scope="row" style="text-weight:normal">:</th>
* <tr><th scope="row" style="font-weight:normal">:</th>
* <td>{@code { "boo", "and", "foo" }}</td></tr>
* <tr><th scope="row" style="text-weight:normal">o</th>
* <tr><th scope="row" style="font-weight:normal">o</th>
* <td>{@code { "b", "", ":and:f" }}</td></tr>
* </tbody>
* </table></blockquote>

View file

@ -189,7 +189,7 @@ import static java.util.concurrent.TimeUnit.NANOSECONDS;
* In the JDK Reference Implementation, the virtual thread scheduler may be configured
* with the following system properties:
* <table class="striped">
* <caption style="display:none:">System properties</caption>
* <caption style="display:none">System properties</caption>
* <thead>
* <tr>
* <th scope="col">System property</th>