Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8336091

Fix HTML warnings in the generated HTML files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 23
    • infrastructure
    • b07

      This bug has been repurposed from being about HTML warnings in the JNI invocation and functions spec pages to being about tooling, specifically fixuppandoc, Components/Subcomponent were changed from hotspot/runtume to infrastructure/build, the old description is preserved bellow

      The regex is not matching the "style" attribute correctly, causing duplicate "style" attributes and warnings in the generated HTML.


      Old description :

      In an attempt to make our documentation HTML 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 our generated documentation gave the following warnings

       ---- begin processing invocation.html
      invocation.html:429:1: Warning: <th> joining values of repeated attribute "style"



       ---- begin processing functions.html
      functions.html:1979:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:1986:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:1993:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2000:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2007:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2014:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2021:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2028:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2035:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2042:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2067:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2076:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2085:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2094:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2103:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2112:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2121:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2130:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2139:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2148:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2551:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2558:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2601:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2635:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2644:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:2701:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3204:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3261:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3387:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3393:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3399:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3405:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3411:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3417:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3423:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3429:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3451:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3456:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3461:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3466:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3471:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3476:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3481:1: Warning: <th> joining values of repeated attribute "style"
      functions.html:3486:1: Warning: <th> joining values of repeated attribute "style"

            nbenalla Nizar Benalla
            nbenalla Nizar Benalla
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: