JDK-4207471 : Named anchors as first item in a list
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 1999-01-31
  • Updated: 1999-06-18
  • Resolved: 1999-06-18
Related Reports
Duplicate :  
Description
- 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>

Comments
EVALUATION This is a dup of 4207472, refer to it for more info. scott.violet@eng 1999-06-18
18-06-1999

PUBLIC COMMENTS This is a dup of 4207472, refer to it for more info. scott.violet@eng 1999-06-18
18-06-1999