mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6786028: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Bold tags should be strong
Reviewed-by: jjg
This commit is contained in:
parent
47b467dff2
commit
a2a9e39ec7
69 changed files with 539 additions and 381 deletions
|
@ -67,7 +67,7 @@ public class TestHref extends JavadocTester {
|
|||
},
|
||||
//@see test.
|
||||
{BUG_ID + FS + "pkg" + FS + "C2.html",
|
||||
"See Also:</B><DD><A HREF=\"../pkg/C1.html#method(int, int, java.util.ArrayList)\">"
|
||||
"See Also:</STRONG><DD><A HREF=\"../pkg/C1.html#method(int, int, java.util.ArrayList)\">"
|
||||
},
|
||||
|
||||
//Header does not link to the page itself.
|
||||
|
@ -77,7 +77,7 @@ public class TestHref extends JavadocTester {
|
|||
|
||||
//Signature does not link to the page itself.
|
||||
{BUG_ID + FS + "pkg" + FS + "C4.html",
|
||||
"public abstract class <B>C4<E extends C4<E>></B>"
|
||||
"public abstract class <STRONG>C4<E extends C4<E>></STRONG>"
|
||||
},
|
||||
};
|
||||
private static final String[][] NEGATED_TEST =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue