Opened 12 years ago
Closed 9 years ago
#7584 closed feature (wontfix)
SVG support metaticket
Reported by: | snover | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | core | Version: | git |
Keywords: | Cc: | ||
Blocked by: | #3116, #4705, #4850, #6007 | Blocking: |
Description
Metaticket for supporting SVG in jQuery Core.
Change History (9)
comment:1 Changed 12 years ago by
Blocked by: | 3116, 4705, 4850, 6007 added |
---|---|
Status: | new → open |
comment:2 Changed 12 years ago by
Blocked by: | 4850 removed |
---|
comment:3 Changed 12 years ago by
Blocked by: | 4850 added |
---|
comment:4 Changed 12 years ago by
Component: | unfiled → core |
---|---|
Milestone: | → 1.next |
Version: | → git |
comment:5 Changed 12 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | open → closed |
comment:7 Changed 9 years ago by
FYI this page still live: http://contribute.jquery.org/wont-fix/ (support issues with SVG/WML/etc).
comment:8 Changed 9 years ago by
Resolution: | patchwelcome |
---|---|
Status: | closed → reopened |
comment:9 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
This ticket is being changed to wontfix
since it isn't our intent to support SVG in any first-class way. The wontfix page will be updated shortly.
jQuery is an HTML DOM library and despite the fact that SVG uses a similar XML syntax it has different semantics. If you want to manipulate SVG a library like Raphael is more appropriate.
That said, we will still attempt to address issues *related* to SVG that appear outside the SVG document itself, such as events that bubble into HTML-land like #13180.
As it turns out, as revealed during the jQuery 1.6 roadmap discussion, we're having a hard time finding people that care about implementing the changes necessary to fix SVG support in jQuery - and in a way that continues to work fast.
I'm going to be closing this (and other SVG-related tickets) as "patchwelcome". If you're interested, and have a pull request, please feel free to re-open.