Skip to content
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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

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
3 participants