mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 04:28:30 +00:00
8276800: Fix table headers in NumericShaper.html
Reviewed-by: naoto, aivanov
This commit is contained in:
parent
2ca4ff87b7
commit
5e98f993b3
@ -119,21 +119,20 @@ import jdk.internal.access.SharedSecrets;
|
||||
* <tbody>
|
||||
* <tr>
|
||||
* <th scope="rowgroup" rowspan="2">Arabic
|
||||
* <td>{@link NumericShaper#ARABIC NumericShaper.ARABIC}
|
||||
* <th scope="row">{@link NumericShaper#ARABIC NumericShaper.ARABIC}
|
||||
* <br>
|
||||
* {@link NumericShaper#EASTERN_ARABIC NumericShaper.EASTERN_ARABIC}
|
||||
* <td>{@link NumericShaper#EASTERN_ARABIC NumericShaper.EASTERN_ARABIC}
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>{@link NumericShaper.Range#ARABIC}
|
||||
* <th scope="row">{@link NumericShaper.Range#ARABIC}
|
||||
* <br>
|
||||
* {@link NumericShaper.Range#EASTERN_ARABIC}
|
||||
* <td>{@link NumericShaper.Range#EASTERN_ARABIC}
|
||||
* </tbody>
|
||||
* <tbody>
|
||||
* <tr>
|
||||
* <th scope="row">Tai Tham
|
||||
* <td>{@link NumericShaper.Range#TAI_THAM_HORA}
|
||||
* <th scope="rowgroup">Tai Tham
|
||||
* <th scope="row">{@link NumericShaper.Range#TAI_THAM_HORA}
|
||||
* <br>
|
||||
* {@link NumericShaper.Range#TAI_THAM_THAM}
|
||||
* <td>{@link NumericShaper.Range#TAI_THAM_THAM}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user