Skip to content

Commit 2c0e3d4

Browse files
committed
[css-values-4] Correctly handle *either* type having a percent hint when making things consistent.
1 parent 0d0efea commit 2c0e3d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-values-4/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4356,9 +4356,11 @@ Type Checking</h3>
43564356
they can't be made consistent.
43574357
Return failure.
43584358

4359-
2. Otherwise, set |base|’s [=percent hint=]
4360-
to |input|’s [=percent hint=],
4361-
and return |base|.
4359+
2. If |base| has a null [=percent hint=]
4360+
set |base|’s [=percent hint=]
4361+
to |input|’s [=percent hint=].
4362+
4363+
3. Return |base|.
43624364
</div>
43634365

43644366
[=Math functions=] themselves have [=CSSNumericValue/types=],

0 commit comments

Comments
 (0)