Closed
Bug 273235
Opened 20 years ago
Closed 20 years ago
Support XML Events also in SVG
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(2 files, 2 obsolete files)
981 bytes,
image/svg+xml
|
Details | |
1.41 KB,
patch
|
tor
:
review+
|
Details | Diff | Splinter Review |
patch coming
Assignee | ||
Comment 1•20 years ago
|
||
Note, this does not add support for
SVG 1.2 modifications to XML events.
http://www.w3.org/TR/SVG12/events.html#handler-element
Assignee | ||
Updated•20 years ago
|
Attachment #167913 -
Flags: superreview?(bryner)
Attachment #167913 -
Flags: review?(bryner)
Comment 2•20 years ago
|
||
Shouldn't this just be automatic for all elements? Why does each namespace have
to be special-cased? Does MathML need this? or HTML?
Assignee | ||
Comment 3•20 years ago
|
||
Yes, it should be "automatic" for all elements, but unfortunately we have several
SetAttr() implementations. And yes, (X)HTML does have this already, so does
generic XML (so XML Events do work with any XTF based elements and also with
MathML).
Comment 4•20 years ago
|
||
Why mNodeinfo->GetDocument()? Why not just call GetOwnerDoc()?
Assignee | ||
Comment 5•20 years ago
|
||
Assignee | ||
Comment 6•20 years ago
|
||
Perhaps tor has time for a review.
Attachment #167913 -
Attachment is obsolete: true
Attachment #171542 -
Flags: review?(tor)
Assignee | ||
Updated•20 years ago
|
Attachment #167913 -
Flags: superreview?(bryner)
Attachment #167913 -
Flags: review?(bryner)
Assignee | ||
Comment 7•20 years ago
|
||
Attachment #171542 -
Attachment is obsolete: true
Attachment #171543 -
Flags: review?(tor)
Assignee | ||
Updated•20 years ago
|
Attachment #171542 -
Flags: review?(tor)
Comment 8•20 years ago
|
||
Comment on attachment 171540 [details]
simple example
This is an awesome document.
Attachment #171543 -
Flags: review?(tor) → review+
Checked in.
Checking in nsSVGElement.cpp;
/cvsroot/mozilla/content/svg/content/src/nsSVGElement.cpp,v <-- nsSVGElement.cpp
new revision: 1.71; previous revision: 1.70
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•