-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(css): FF126 - Support for shape()
function
#33446
Conversation
Preview URLs (10 pages)
External URLs (1)URL:
(comment last updated: 2024-05-27 14:10:53) |
The |
I've added the following note to the
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Hi @estelle, thanks again for the great feedback. I've taken care of all your comments except for explaining quadratic and smooth curves. I think we're close to landing this. |
Hi @estelle, could I get an approval on this PR? If there's any outstanding feedback, I can address them via a new issue/PR. Thank you! |
I already created three new MDN/content/issues to address issues that don't need to be addressed to merge this PR. The re-review of this PR is on my todo list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review of shape() function page
Co-authored-by: Estelle Weyl <[email protected]>
Hi @estelle, let me know if you have any more feedback for the shape() page. If not, could I get an approval on this PR? Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the cool animation demos I couldn't help myself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still working on it.
Co-authored-by: Estelle Weyl <[email protected]>
Hi @estelle, I see more comments on the basic-shape page when the focus of this PR is to document the
Let me know when you've completed the review of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed shape
Co-authored-by: Estelle Weyl <[email protected]>
I'll address the review comments in a new PR
Hi @estelle, thanks for your thorough review, I appreciate it. I've accepted some of your suggestions from the last set, but I'll have to address the remaining feedback and comments in a new PR. I've been delayed in delivering the To allow this one to land, I'll need to ask somebody else from the content team for approval. I'm happy to work on further iterations on the page in a follow-up PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Great work!
Let’s merge this one first and then continue improving it if needed.
@estelle, fyi - I'm working on a new PR to address your other comments. Will link to this PR soon. |
* upstream/main: (55 commits) Replace `.` with `#` in example given selectors are `#ids` (mdn#33791) update info in cross browser testing strategies (mdn#33730) Clarify that `navigator.storage.persist()` depends on heuristics (mdn#33780) fix typo (mdn#33785) feat: improvements on Glossary/Hoisting (mdn#33787) CSS update: overview of shapes guide (mdn#33771) CSS update: Shapes from box values (mdn#33770) Fix issue 033506: correct droppedEntriesCount (mdn#33538) Revert "=== Symbol("foo")" (mdn#33782) docs(css): FF126 - Support for `shape()` function (mdn#33446) Bump lint-staged from 15.2.4 to 15.2.5 (mdn#33777) Bump ajv from 8.13.0 to 8.14.0 (mdn#33776) Add missing spaces for `subtlecrypto` (mdn#33774) fix: typo in `color_and_luminca` (mdn#33775) feat: improvments on gutters (mdn#33751) FF127Relnote- data: and javascript: URLS forbidden in base HREF (mdn#33738) update the content of SVG `<view>` element (mdn#33710) Clipboard.write() - log and fixes (mdn#33769) updated ClipboardItem and Clipboard documentation and examples using … (mdn#33262) Fix error in the code snippet for Symbol (mdn#33765) ...
🎯 Target release date
📆 May 14, 2024
Description
Firefox 126 adds support for a new function in the
<basic-shape>
data type:shape()
.The support is currently available behind the preference
layout.css.basic-shape-shape.enabled
, which is enabled by default in Nightly.Specification: https://drafts.csswg.org/css-shapes-2/#shape-function
Firefox bugs:
Notes for reviewers
/en-us/Web/CSS/basic-shape/shape
/en-us/Web/CSS/basic-shape
shape()
shape()
(section in spec: https://drafts.csswg.org/css-shapes-2/#interpolating-shape)
/en-US/docs/Web/CSS/clip-path
and/en-US/docs/Web/CSS/offset-path
have been updated to add a reference to theshape()
function./en-us/Web/CSS/basic-shape/circle
: Added info about the circle function/en-us/Web/CSS/path
: Minor update in syntax formatting/en-us/Web/SVG/Attribute/d
: Added anchor links to the command sections to aid in navigation and updated few headings for consistencyAdditional details
Coming soon:
Related issues and pull requests
Doc issue tracker: #33081