Uploaded image for project: 'Forrest (Retired)'
  1. Forrest (Retired)
  2. FOR-671

Layering error of HTML headings breaks rest of the page w/o warning

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.7
    • 0.11
    • Core operations
    • None
    • XP

    Description

      Up to revision 280144 if you make Forrest display the following file as a skinned .html-file in Forrest, you'll only see the title. Only if you fix the layering error of the headings and make h2 into h1 will the rest of the page content show.

      If Forrest minds this layering error it should at least report it as an error, shoulnd't it?

      <?xml version="1.0" encoding="ISO-8859-1"?>
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html>
      <head>
      <title>Englisch</title>
      </head>
      <body class="Oberbereich">
      <h2>Kursthemen</h2>
      <ul class="Kursthemenliste">
      <li class="Kurstthemenlistenpunkt">
      <a class="Kursthemenliste_Listenpunkt" href="$KursthemaDateiname">Getting Started in Business (Abendkurs 1 x wöchentlich)
                    </a>
      </li>
      <li class="Kurstthemenlistenpunkt">
      <a class="Kursthemenliste_Listenpunkt" href="$KursthemaDateiname">Getting Ahead in Business (Abendkurs 1 x wöchentlich)
                    </a>
      </li>
      <li class="Kurstthemenlistenpunkt">
      <a class="Kursthemenliste_Listenpunkt" href="$KursthemaDateiname">Complaints, Reports and other Messages (Wochenendseminar)
                    </a>
      </li>
      </ul>
      </body>
      </html>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              f.soethe Ferdinand Soethe
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: