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

stddoclet: <NOFRAMES> not allowed outside <FRAMESET> element (invalid)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 1.4.2
    • 1.4.0
    • tools
    • mantis
    • generic
    • other

    Description

      Running W3C validator (http://validator.w3c.org) on the index.html page
      gives the following error:

          Error: element "NOFRAMES" not allowed here; check which elements this
          element may be contained within

      The problem is that <NOFRAMES> must be *inside* the <FRAMESET> element,
      and typically follows a <FRAME> element. However, the <NOFRAMES> tag
      currently follows the <FRAMESET> element, as shown here:

        10: <FRAMESET cols="20%,80%">
        11: <FRAMESET rows="30%,70%">
        12: <FRAME src="overview-frame.html" name="packageListFrame" title="All Packages">
        13: <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
        14: </FRAMESET>
        15: <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions">
        16: </FRAMESET>
        17: <NOFRAMES>
        18: <H2>
        19: Frame Alert</H2>
        20:
        21: <P>
        22: This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
        23: <BR>
        24: Link to<A HREF="overview-summary.html">Non-frame version.</A></NOFRAMES>

      Attachments

        Activity

          People

            dkramersunw Douglas Kramer (Inactive)
            dkramersunw Douglas Kramer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: