Implement "fetchpriority" for iframe
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: patricek, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
Comment 1•2 years ago
|
||
Is there anything QA team can help on this issue? Or is for developers use only? Thank you so much.
Reporter | ||
Comment 2•2 years ago
|
||
How you mean this? Can you explain details, please?
Reporter | ||
Comment 3•2 years ago
|
||
Excuse me, I got it already. Well it is for developers.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 4•2 years ago
|
||
I'm assuming the reporter is talking about this:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/fetchPriority
Reporter | ||
Comment 5•2 years ago
|
||
Well, I found in MDN, that “fetchpriority” is not supported in Firefox not only in <iframe>, but also in <img>, <script> and <link> elements too, so should we change title to: Implement “fetchpriority” for iframe, img, script and link; or I should open new bugs?
Reporter | ||
Comment 6•2 years ago
|
||
And, this same bug is also marked as open in Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=1345601
Comment 7•1 year ago
|
||
We just closed the related Chromium issue. The draft spec included iframe support but through implementation and in the move into the html spec it was decided that it didn't make sense so we dropped the attribute from iframe.
Updated•1 year ago
|
Description
•