You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "Thorsten Scherler (JIRA)" <ji...@apache.org> on 2007/03/01 01:27:50 UTC

[jira] Updated: (FOR-671) Layering error of HTML headings breaks rest of the page w/o warning

     [ https://issues.apache.org/jira/browse/FOR-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thorsten Scherler updated FOR-671:
----------------------------------

    Fix Version/s:     (was: 0.8-dev)
                   0.9

> Layering error of HTML headings breaks rest of the page w/o warning
> -------------------------------------------------------------------
>
>                 Key: FOR-671
>                 URL: https://issues.apache.org/jira/browse/FOR-671
>             Project: Forrest
>          Issue Type: Bug
>          Components: Core operations
>    Affects Versions: 0.7
>         Environment: XP
>            Reporter: Ferdinand Soethe
>            Priority: Minor
>             Fix For: 0.9
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.