mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -39,13 +39,13 @@ public class TestExternalOverridenMethod extends JavadocTester {
|
|||
private static final String BUG_ID = "4857717";
|
||||
private static final String[][] TEST = {
|
||||
{BUG_ID + FS + "pkg" + FS + "XReader.html",
|
||||
"<B>Overrides:</B><DD><CODE><A HREF=\"" +
|
||||
"<STRONG>Overrides:</STRONG><DD><CODE><A HREF=\"" +
|
||||
"http://java.sun.com/j2se/1.4.1/docs/api/java/io/FilterReader.html?is-external=true#read()\"" +
|
||||
" title=\"class or interface in java.io\">read</A></CODE> in class " +
|
||||
"<CODE><A HREF=\"http://java.sun.com/j2se/1.4.1/docs/api/java/io/FilterReader.html?is-external=true\"" +
|
||||
" title=\"class or interface in java.io\">FilterReader</A>"},
|
||||
{BUG_ID + FS + "pkg" + FS + "XReader.html",
|
||||
"<B>Specified by:</B><DD><CODE><A HREF=\"" +
|
||||
"<STRONG>Specified by:</STRONG><DD><CODE><A HREF=\"" +
|
||||
"http://java.sun.com/j2se/1.4.1/docs/api/java/io/DataInput.html?is-external=true#readInt()\"" +
|
||||
" title=\"class or interface in java.io\">readInt</A></CODE> in interface " +
|
||||
"<CODE><A HREF=\"http://java.sun.com/j2se/1.4.1/docs/api/java/io/DataInput.html?is-external=true\"" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue