- 
    Type:
Bug
 - 
    Resolution: Duplicate
 - 
    Priority:
  P4                     
     - 
    Affects Version/s: 23
 - 
    Component/s: security-libs
 
                    In an attempt to make our documentation HTML5 compliant, we want to clean up all the warnings reported by tidy against our documentation.
Running tidy using the "-q -e --gnu-emacs true" options on the generated standard-names.html gave the following report.
---- begin processing standard-names.html
standard-names.html:1835:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2363:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2371:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2386:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2401:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2416:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2424:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2439:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:6829:1: Warning: <th> joining values of repeated attribute "style"
            
Running tidy using the "-q -e --gnu-emacs true" options on the generated standard-names.html gave the following report.
---- begin processing standard-names.html
standard-names.html:1835:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2363:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2371:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2386:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2401:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2416:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2424:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:2439:1: Warning: <th> joining values of repeated attribute "style"
standard-names.html:6829:1: Warning: <th> joining values of repeated attribute "style"
- duplicates
 - 
                    
JDK-8336091 Fix HTML warnings in the generated HTML files
-         
     - Resolved
 
 -