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)

20 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 811701

People

(Reporter: cheezfan, Unassigned)

Details

Attachments

(1 file)

Attached file test.html
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"/>
Hardware: x86 → x86_64
Component: Untriaged → SVG
Product: Firefox → Core
Attachment #694990 - Attachment mime type: text/plain → text/html
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
Component: SVG → DOM
Resolution: WONTFIX → DUPLICATE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: