Ticket #25 (closed defect)
wxHTML doesn't support broken markup
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | wxHtml | Version: | |
| Keywords: | Cc: | vadz | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Bug#: 83
Product: .wxWindows
Version: 2.2.0
Platform: All
OS/Version: Linux - Debian
Status: ASSIGNED
Resolution:
Severity: wish list
Priority: P2
Component: HTML
AssignedTo: vaclav@…
ReportedBy: ron@…
URL:
Summary: wxHTML doesn't support broken markup :-)
I've just been looking at a pile of pages with broken tables, mostly
typos leading to 'unbalanced' <td> and <tr> tags..
eg. mistakenly ending a table with </td><tr></table>
Unfortunately this seems to be often not picked up by authors who don't
lint check their pages since most (all?) the common browsers actually
display this correctly even if it is obviously wrong.
wxHTML though displays such pages in their fully broken glory :-)
