Ticket #551 (closed defect: fixed)
<area> params are stripped from HTML source
| Reported by: | kevin@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | area map |
| Cc: |
Description
My HTML source has code similar to the following:
<html> <body> <img src="foo.gif" usemap="#m1"> <map name='m1'> <area shape='rect' coords='137,101,255,124' href='http://www.mydomain.com'> </map> </body> </html>
When the editor loads this HTML, the "shape='rect'" and "coords='...'" params are stripped from the HTML.
Change History
Note: See
TracTickets for help on using
tickets.
