Enable new CSS attr() on Release
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
People
(Reporter: dshin, Assigned: descalante)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, webcompat:platform-bug, Whiteboard: css-attr)
User Story
user-impact-score:600
Attachments
(1 file)
| Reporter | ||
Updated•3 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Comment 3•1 month ago
|
||
| bugherder | ||
Comment 4•1 month ago
|
||
Did you want to nominate this for the Fx155 relnotes? If so, set the relnote-firefox flag to "?" --
https://wiki.mozilla.org/Release_Management/Release_Notes_Nomination
Possible wording:
The CSS attr() function now supports types beyond strings, letting authors use attribute values in any property.
| Assignee | ||
Comment 5•1 month ago
|
||
Release Note Request
Fx155
[Why is this notable]:
Now authors have a css-native way to use dom attributes as css values for any css property (instead of just the content property). This extends the attr() function to now work with types beyond strings.
[Affects Firefox for Android]:
Yes, the same behaviour is implemented.
[Suggested wording]:
The CSS attr() function now supports values of any type, letting authors use attribute values in any property as opposed to just strings in the content property for the old attr() function.
[Links (documentation, blog post, etc)]:
Updated•21 days ago
|
Description
•