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

docs should use CSS-friendly <span> instead of <font>

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • infrastructure
    • None
    • b151

      The "make docs" target currently uses the <font> tag in this macro:

      define GenerateBottom
        <font size="-1">$(if $(strip $3), $(strip $3))<br> $(if \
            $(strip $2),<a href="$(strip $2)">Copyright</a>,Copyright) \
            &copy; $(strip $1), $(COPYRIGHT_YEAR), $(FULL_COMPANY_NAME). \
            $(COMPANY_ADDRESS). All rights reserved.</font>
      endef

      This one macro is the root cause of the single biggest issue when generating HTML5 docs, since it is injected into every file.

      This should be changed to use
          <span style="font-size:smaller"> ... </span>

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: