Closed
Bug 1411420
Opened 8 years ago
Closed 8 years ago
Firefox parent HTML corrupted via SVG table foreignObject
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: fhemsher, Unassigned)
Details
Attachments
(1 file)
6.79 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
Steps to reproduce:
Created a table foreignObject for inline SVG on my web page.This page is online at:http://svgdiscovery.com/HMI/DigitalPanel/digitalPanel.htm
Actual results:
The web page HTML becomes corrupted and skews the displayed content.
Expected results:
The svg table foreignObject should not interact with external HTML
Comment 1•8 years ago
|
||
The markup is invalid here the <defs> has no closing tag (it's actually written as <defs> again) and there's other invalid markup. If you use view-source you'll see the errors displayed in red e.g. view-source:http://svgdiscovery.com/HMI/DigitalPanel/digitalPanel.htm
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•