Skip to content

[css-values-4] Add missing final return step to calc simplification #11572 #11573

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

AtkinsSJ
Copy link
Contributor

Without this, it is possible to run off the end of the algorithm if root is a math-function node without enough information to compute its value.

Fixes #11572.

Without this, it is possible to run off the end of the algorithm if
`root` is a math-function node without enough information to compute
its value.

Fixes w3c#11572.
@AtkinsSJ
Copy link
Contributor Author

Looks like I'm probably not able to make this change as I'm not a CSSWG member. Sorry about that.

@w3cbot
Copy link

w3cbot commented Jan 27, 2025

svgeesus marked as non substantive for IPR from ash-nazg.

@tabatkins tabatkins merged commit 8bcf3ad into w3c:main Apr 30, 2025
1 check passed
@AtkinsSJ AtkinsSJ deleted the calc-simplification-missing-return branch April 30, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[css-values-4] "Simplify a calculation tree" doesn't return in all paths
4 participants