Commit 261d5f6
committed
Use a definition list rather than a table in UrlTemplates javadoc
The <table summary="..."> form is obsolete: the summary attribute was removed
in HTML5, and javadoc has generated HTML5 since JDK 15, so doclint rejects it
whenever it is switched on. The build sets -Xdoclint:none so this never broke
CI, but it would surface in the release profile and the attribute does nothing
for accessibility any more.
A definition list suits a list of placeholders and their meanings better than a
two-column table in any case.1 parent 3fb44cf commit 261d5f6
1 file changed
Lines changed: 10 additions & 10 deletions
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments