[Webkit-unassigned] [Bug 5971] svg content doesn't work in <image> <img> or <feImage> tags

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jan 26 15:02:30 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=5971


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at hixie.ch




------- Comment #3 from hyatt at apple.com  2006-01-26 15:02 -------
I don't know that you'd have to disable Javascript.  I talked with Hixie about
this and some principles we agreed on were:

(1) No interactivity, i.e., you can't get to the subdocument from the parent,
and you can't hit test on anything.  It's just a single atomic image as far as
the page is concerned.
(2) Animation should be fine, and there's no reason to preclude JS from being
the way that animation might be done.
(3) The document has to be sandboxed.  No connection would exist between this
document and the rest of the loaded pages.  It couldn't target other frames for
example or get to any other frames/pages/documents.

Adding ian to cc list.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list