Skip to content

Commit 8bcf3ad

Browse files
authored
[css-values-4] Add missing final return step to calc simplification (#11573)
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.
1 parent fc52569 commit 8bcf3ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-values-4/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4938,6 +4938,8 @@ Simplification</h4>
49384938

49394939
5. Return |root|.
49404940

4941+
10. Return |root|.
4942+
49414943
</div>
49424944

49434945

0 commit comments

Comments
 (0)