Bug 6009
Summary: | WebKit+SVG does not support xlink:actuate = 'onLoad' | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, ian, rniwa, russgum |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | 6010 | ||
Bug Blocks: |
Eric Seidel (no email)
WebKit+SVG does not support xlink:actuate = 'onLoad'
This is super simple to implement, once we support proper SVGLoad events.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robin Berjon
There is no need to support XLink outside of xlink:href, the rest is not tested for and it's likely that it
might get deprecated in the close future. I wouldn't bother supporting this, especially as users don't know
how it's supposed to work.
Russell Gum
xlink:href is very important for my applications which link data based reports to clicks on a map. I hope this is included soon.
Ahmad Saleem
Since XLINK support beyond SVG is not planned and XLINK:HREF is also deprecated in SVG2. I think this can be marked as "RESOLVED WONTFIX" similar to bug 10556.