Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8055729 Phase 1: Update the current generated markup to be HTML5 compliant
  3. JDK-8055728

Update overview-frame, allclasses-frame and overview-summary pages to be HTML5 compliant

XMLWordPrintable

      Update the overview-frame.html, allclasses-frame.html and overview-summary.html pages to be HTML5 compliant.

      Following changes are needed to generate these pages as valid HTML5 pages

      1) Value for <meta> tag attribute name is invalid and need to be updated. As per the legal metadata names listed at http://wiki.whatwg.org/wiki/MetaExtensions it should be updated to "dc.created".

      2) The name attribute in <a> tag is obsolete in HTML5. Update it to use the id attribute.

      3) The cellpadding, cellspacing, border and summary attributes of the <table> tag are obsolete. For cellpadding, cellspacing and border use CSS to controll the style. Remove the summary attribute on the <table> tag.

      4) Add new command-line options to javadoc to specify the markup format (HTML 4 or HTML 5) that should be generated by the tool.

            bpatel Bhavesh Patel (Inactive)
            bpatel Bhavesh Patel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: