Closed
Bug 824114
Opened 13 years ago
Closed 13 years ago
innerHTML and outerHTML properties return undefined on SVG elements
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 811701
People
(Reporter: cheezfan, Unassigned)
Details
Attachments
(1 file)
507 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:20.0) Gecko/20121221 Firefox/20.0
Build ID: 20121221030826
Steps to reproduce:
Attempted to fetch properties of an SVGPolygonElement node (testcase attached) on 20.0a1 mozilla-central x86_64 on Windows 7.
Actual results:
Testcase returns:
undefined
undefined
undefined
Expected results:
Testcase should return:
<polygon id="IAmAPolygon" points="0,0 100,100 200,300"/>
<svg><polygon id="IAmAPolygon" points="0,0 100,100 200,300"/></svg>
<polygon id="IAmAPolygon" points="0,0 100,100 200,300"/>
Reporter | ||
Updated•13 years ago
|
Hardware: x86 → x86_64
Updated•13 years ago
|
Component: Untriaged → SVG
Product: Firefox → Core
Attachment #694990 -
Attachment mime type: text/plain → text/html
Comment 1•13 years ago
|
||
It's undefined on IE9 too and http://msdn.microsoft.com/en-us/library/ms534310%28v=vs.85%29.aspx doesn't mention SVG objects
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•13 years ago
|
Component: SVG → DOM
Resolution: WONTFIX → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•