Skip to content

Commit bea5c26

Browse files
committed
[css-values-4] Per WG resolution, explicitly drop min/max() when there's only one child left. w3c#9559
1 parent 887025d commit bea5c26

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css-values-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4551,7 +4551,10 @@ Simplification</h4>
45514551
and replace |child| with the result,
45524552
removing all other child nodes involved.
45534553

4554-
2. Return |root|.
4554+
2. If |root| has only one child,
4555+
return the child.
4556+
4557+
Otherwise, return |root|.
45554558

45564559
6. If |root| is a Negate node:
45574560

0 commit comments

Comments
 (0)