mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
6786690: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - DL tag and nesting issue
Reviewed-by: jjg
This commit is contained in:
parent
178049faf3
commit
5020864887
47 changed files with 1360 additions and 529 deletions
|
@ -73,10 +73,10 @@ public class TestIndex extends JavadocTester {
|
|||
{BUG_ID + FS + "index-all.html",
|
||||
"<DT><A HREF=\"./pkg/C.html#Java\"><STRONG>Java</STRONG></A> - " + NL +
|
||||
"Static variable in class pkg.<A HREF=\"./pkg/C.html\" title=\"class in pkg\">C</A>" + NL +
|
||||
"<DD> " + NL +
|
||||
"</DT><DD> </DD>" + NL + NL +
|
||||
"<DT><A HREF=\"./pkg/C.html#JDK\"><STRONG>JDK</STRONG></A> - " + NL +
|
||||
"Static variable in class pkg.<A HREF=\"./pkg/C.html\" title=\"class in pkg\">C</A>" + NL +
|
||||
"<DD> "},
|
||||
"</DT><DD> </DD>"},
|
||||
};
|
||||
private static final String[][] NEGATED_TEST = NO_TEST;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue