Closed
Bug 1865837
Opened 2 years ago
Closed 3 months ago
Should SVG's `<image>` element support the `fetchpriority` attribute analogous to HTML's `<img>` element?
Categories
(Core :: Graphics: ImageLib, enhancement)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
140 Branch
People
(Reporter: mbrodesser, Assigned: fredw)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, Whiteboard: [necko-triaged])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1847712 +++
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Component: Networking → Graphics: ImageLib
Updated•2 years ago
|
Severity: -- → S3
Assignee | ||
Comment 1•1 years ago
|
||
When network.fetchpriority
is disabled, it is expected that SVG
<image>
elements use the same internal priority as <img> elements. Currently,
<image>elements do not support the
fetchpriority`
attributes (see https://github.com/w3c/svgwg/issues/925) so the internal
priority should remain the same when the flag is enabled.
Updated•1 years ago
|
Assignee: nobody → fwang
Status: NEW → ASSIGNED
Assignee | ||
Updated•1 years ago
|
Keywords: leave-open
Pushed by fwang@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/ba8d0b7f1a2a
Add fetchpriority test for SVG <image> element. r=valentin,necko-reviewers
Comment 3•1 years ago
|
||
bugherder |
Comment 4•1 year ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:tnikkel, maybe it's time to close this bug?
For more information, please visit BugBot documentation.
Flags: needinfo?(tnikkel)
Updated•1 year ago
|
Flags: needinfo?(tnikkel)
Updated•1 year ago
|
Keywords: leave-open
Comment 5•3 months ago
|
||
Fixed by checkin for bug 1847712
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
Updated•3 months ago
|
Target Milestone: --- → 140 Branch
Comment 6•2 months ago
|
||
This should be documented and the related browser compat data be added.
Sebastian
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•