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

Named anchors as first item in a list

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.1
    • client-libs
    • None

      - The first item after a list tag (<ul> <ol>) can't be a named
        anchor (<A NAME=>). The parser clearly gets confused and
        adds extra bullets.
        
        This list causes problems:
        
        <ul>
        <a name="17539"> </a>
        <li>Transmitter reports
        <a name="17540"> </a>
        <li>Channel reports
        <a name="17539"></a>
        <li>Subscriber reports
        </ul><p><a name="17541"> </a>

        This one is OK:
         
        <ul>
        <li>Transmitter reports
        <a name="17539"> </a>
        <li>Channel reports
        <a name="17540"> </a>
        <li>Subscriber reports
        <a name="17539"></a>
        </ul><p><a name="17541"> </a>

            svioletsunw Scott Violet (Inactive)
            lmhoffma Larry Hoffman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: