Closed
Bug 1526824
Opened 4 years ago
Closed 4 years ago
Remove "src" attribute from menuitem XBL and styles ("image" attribute is always used instead)
Categories
(Toolkit :: XUL Widgets, task, P3)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(1 file)
In addition to inheriting "src=image" there is a direct inheritance of "src" from the host element: https://searchfox.org/mozilla-central/search?q=%2Csrc%22&path=
But AFAICT this is never used, the [image] attribute is used instead:
Assignee | ||
Comment 1•4 years ago
|
||
This appears to be unused, and the [image] attribute on the host is inherited onto
.menu-iconic-icon[src] as an alternative.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Updated•4 years ago
|
Priority: -- → P3
Pushed by bgrinstead@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a686eb70ac01 Remove "src" attribute handling from menuitem XBL and styles; r=NeilDeakin
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•4 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•