Ticket #533 (closed defect: wontfix)
Treatment of nested lists isnt conforming to XHTML spec
| Reported by: | buz | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | nested lists |
| Cc: |
Description
Xinha seems to generate code like
<ul> <li>blabla</li> <ul>.... nested list </ul> </ul>
which isn't allowed in XHTML.
It should instead be
<ul> <li>blabla<ul>.... nested list </ul></li> </ul>
Change History
Note: See
TracTickets for help on using
tickets.
