Turn on the preference of shape() on all channels
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
People
(Reporter: boris, Assigned: sukil)
References
()
Details
(Keywords: dev-doc-complete, Whiteboard: css-shape-function)
Attachments
(1 file)
Turn on the preference, layout.css.basic-shape-shape.enabled, on all channels (and send an intent-to-ship email as well).
Comment 1•7 months ago
|
||
Once the pref is flipped, this needs to be documented on MDN. And it's also worth mentioning in the general release notes.
[Why is this notable]: Makes it easier to define arbitrary shapes in CSS.
[Affects Firefox for Android]: yes
[Suggested wording]: Added support for the CSS shape() function, which allows to define responsive free-form shapes in properties that take shapes like clip-path. It has some advantages over the path() function, as it uses standard CSS syntax, supports different CSS units, and allows to use math functions.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/CSS/basic-shape/shape
Comment 2•7 months ago
|
||
Ah, Boris, what's the difference between this bug and bug 1910328?
Sebastian
| Reporter | ||
Comment 3•7 months ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #2)
Ah, Boris, what's the difference between this bug and bug 1910328?
Sebastian
This extra bug is for the project purpose. We would like to make the feature as a simple project to let the intern work on, and so we would like to make bug 1910328 as the meta bug which includes all the steps to achieve this project (i.e. ship shape() function).
This just makes us easier to do the estimation, manage the project, and assign points to each step.
Sorry for making you confused.
| Assignee | ||
Comment 4•3 months ago
|
||
Updated•3 months ago
|
| Reporter | ||
Updated•3 months ago
|
Comment 6•3 months ago
|
||
| bugherder | ||
Comment 7•3 months ago
|
||
:sukil/:boris , could you consider nominating this for a release note? (Process info)
Comment 8•3 months ago
|
||
nvm, there is already a request from several months ago
Comment 9•3 months ago
|
||
Added to the Fx148 nightly release notes, please allow 30 minutes for the site to update.
Keeping the relnote-firefox flag as ? to keep it on the radar for inclusion in the final Fx148 release notes.
Updated•2 months ago
|
Description
•