Ticket #1144 (new defect)
XHTML and nested lists
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | trunk |
| Severity: | minor | Keywords: | |
| Cc: |
Description
XHTML transitional requires <ul><li>abc<ul><li>one</li><li>two</li></ul></li></ul>
instead of:
<ul><li>abc</li><ul><li>one</li><li>two</li></ul></ul>
to validate. I think it's rather stupid, but hey, it's the spec. Xinha produces the latter.
Change History
Note: See
TracTickets for help on using
tickets.
