Closed
Bug 1239128
Opened 9 years ago
Closed 9 years ago
Implement LinkStyle for SVGStyleElement interface
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
VERIFIED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: sebo, Assigned: longsonr)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
(deleted),
patch
|
heycam
:
review+
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
SVG 2 defines that the SVGStyleElement interface implements the LinkStyle interface from DOM2 Style spec.
I.e. an SVGStyleElement should have a 'sheet' property holding the related style sheet.
Sebastian
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → longsonr
Attachment #8707630 -
Flags: review?(cam)
Comment 2•9 years ago
|
||
Looks good, thanks, but you'll need a DOM peer's review for the .webidl change.
Updated•9 years ago
|
Attachment #8707630 -
Flags: review?(cam) → review+
Assignee | ||
Updated•9 years ago
|
Attachment #8707630 -
Flags: superreview?(bzbarsky)
Comment 3•9 years ago
|
||
Comment on attachment 8707630 [details] [diff] [review]
patch with test
r=me
Attachment #8707630 -
Flags: superreview?(bzbarsky) → review+
Reporter | ||
Updated•9 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 4•9 years ago
|
||
Comment 7•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c41b473856ae
https://hg.mozilla.org/mozilla-central/rev/7e63c3bdf65f
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Reporter | ||
Comment 8•9 years ago
|
||
Works great! Thank you for the extremely fast fix!
Sebastian
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•8 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•