[
https://issues.apache.org/jira/browse/FOR-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Williams updated FOR-671:
-----------------------------
Fix Version/s: (was: 0.9-dev)
0.10
> 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.10
>
>
> 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.