Enable link-parameters on Nightly
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
People
(Reporter: snowe, Assigned: snowe)
References
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
| Assignee | ||
Comment 1•11 days ago
|
||
Updated•11 days ago
|
Comment 3•11 days ago
|
||
For the release notes request, see https://bugzilla.mozilla.org/show_bug.cgi?id=2022783#c40.
Sebastian
Updated•11 days ago
|
Comment 6•4 days ago
|
||
I have been doing some testing on this to see that works according to the spec.
I built this pen
Using the link-parameters CSS property seems to be working as expected.
Using <img src="https://assets.codepen.io/5342839/rainbow.svg#param(--circle8, white)" alt="grey-arch" /> to add param() to the image src does. not work as expected
Using background-image: url("https://assets.codepen.io/5342839/rainbow.svg", param(--circle8, green)); does not work as expected
Have these last 2 been implemented?
I have tested this in Firefox Nightly 154
| Assignee | ||
Comment 7•4 days ago
|
||
No, only link-parameters with svgs was implemented. Work still needs to be done for images and URLs
Comment 8•2 days ago
|
||
Note added to our 153 & 154 nightly release notes in the Web Platform section with this wording:
Starting with Firefox 153, Firefox Nightly ships an experimental implementation of the
link-parametersproperty by Tyler Thrailkill.
Updated•2 days ago
|
Description
•