mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +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
|
@ -86,12 +86,12 @@ public class AuthorDD
|
|||
|
||||
// Test single @since tag:
|
||||
|
||||
{ "<DT><B>Since:</B></DT>"+NL+" <DD>JDK 1.0</DD>",
|
||||
{ "<DT><STRONG>Since:</STRONG></DT>"+NL+" <DD>JDK 1.0</DD>",
|
||||
BUGID + FS + "p1" + FS + "C1.html" },
|
||||
|
||||
// Test multiple @author tags:
|
||||
|
||||
{ "<DT><B>Author:</B></DT>"+NL+" <DD>Doug Kramer, Jamie, Neal</DD>"+NL,
|
||||
{ "<DT><STRONG>Author:</STRONG></DT>"+NL+" <DD>Doug Kramer, Jamie, Neal</DD>"+NL,
|
||||
BUGID + FS + "p1" + FS + "C1.html" },
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue