Closed
Bug 693875
Opened 14 years ago
Closed 14 years ago
Allow DOMParser to make SVGDocuments
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: jruderman, Assigned: smaug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
|
12.39 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
Would be useful for fuzzing.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → Olli.Pettay
| Assignee | ||
Comment 1•14 years ago
|
||
Do it in a simple way.
Once we need to be able to force different doc types, we can change aSVGDocument
parameter to an enum.
Attachment #566600 -
Flags: review?(jst)
Comment 2•14 years ago
|
||
This should really be fixed by fixing 512688.
| Assignee | ||
Comment 3•14 years ago
|
||
This is orthogonal to bug 512688.
Updated•14 years ago
|
Attachment #566600 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 5•14 years ago
|
||
Since http://mxr.mozilla.org/mozilla-central/source/content/base/public/nsIDOMParser.idl#80 lists the supported content types, it should probably be updated too.
dev-doc-needed for: https://developer.mozilla.org/en/DOMParser
Comment 6•14 years ago
|
||
I've updated (and created that §)
https://developer.mozilla.org/en/DOM/DOMParser#Parsing_a_SVG_document
It would need another update when bug 512688 will be fixed (I've added dev-doc-needed to that bug).
Updated•14 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
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
•