Document CSS shape() relative control points and add related Fx146 rel notes#42132
Conversation
|
Preview URLs
Flaws (181)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
External URLs (2)URL:
(comment last updated: 2025-12-03 15:54:46) |
dipikabh
left a comment
There was a problem hiding this comment.
Thanks a lot @chrisdavidmills! It's looking really good.
Added a few suggestions for clarifying and simplifying some text. I can take another look after your updates.
Agree - BCD looks good as is.
files/en-us/web/css/reference/values/basic-shape/shape/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/reference/values/basic-shape/shape/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/reference/values/basic-shape/shape/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/reference/values/basic-shape/shape/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/reference/values/basic-shape/shape/index.md
Outdated
Show resolved
Hide resolved
|
This pull request has merge conflicts that must be resolved before it can be merged. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
The updates are looking great, thanks a lot! I have a tiny suggestion in #42132 (comment) but other than that, this is good to go. |
Description
Firefox 146 adds support for CSS
shape()relative control points, as used in<curve-command>and<smooth-command>commands, behind thelayout.css.basic-shape-shape.enabledpref. See https://bugzilla.mozilla.org/show_bug.cgi?id=1921501, and in particular, this comment for some useful details.This PR:
shape()function reference page to improve the<curve-command>and<smooth-command>descriptions (making them easier to understand and adding details) and add some working examples.Some notes:
Motivation
Additional details
Related issues and pull requests