Skip to content

Conversation

@MUSKANNISHAD
Copy link
Contributor

@MUSKANNISHAD MUSKANNISHAD commented Jan 3, 2026

This PR clarifies the wording around the validity of cubic Bézier curves used as easing functions.

It removes an overly strong “if and only if” claim and aligns the explanation with the CSS specification, while keeping the behavior description intact.

Fixes #42526

Clarified the validity of cubic Bézier curves as easing functions, emphasizing the general validity condition for P1 and P2 coordinates.
@MUSKANNISHAD MUSKANNISHAD requested a review from a team as a code owner January 3, 2026 16:30
@MUSKANNISHAD MUSKANNISHAD requested review from estelle and removed request for a team January 3, 2026 16:30
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed labels Jan 3, 2026
Copy link
Member

@estelle estelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🎉

@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2026

Preview URLs

Flaws (6)

URL: /en-US/docs/Web/CSS/Reference/Values/easing-function/cubic-bezier
Title: cubic-bezier()
Flaw count: 6

  • broken_links:
    • Link /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#brackets is a redirect
    • Link /en-US/docs/Web/CSS/number is a redirect
    • Link /en-US/docs/Web/CSS/number is a redirect
    • Link /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#brackets is a redirect
    • Link /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#hash_mark is a redirect
    • and 1 more flaws omitted
External URLs (1)

URL: /en-US/docs/Web/CSS/Reference/Values/easing-function/cubic-bezier
Title: cubic-bezier()

@estelle estelle merged commit e4fda00 into mdn:main Jan 4, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inaccurate Math Statement about Cubic Bézier Curves

2 participants