Layering error of HTML headings breaks rest of the page w/o warning
-------------------------------------------------------------------
Key: FOR-671
URL: http://issues.apache.org/jira/browse/FOR-671
Project: Forrest
Type: Bug
Components: Core operations
Versions: 0.7
Environment: XP
Reporter: Ferdinand Soethe
Priority: Minor
Fix For: 0.8-dev
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira