Skip to content

Commit 0edbe98

Browse files
committed
[css-values-4] Make %s get the new 'percent' percent hint, if they're not resolved against another type.
1 parent 552bf9e commit 0edbe98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-values-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4400,7 +4400,8 @@ Type Checking</h3>
44004400
but with a [=percent hint=] set to that other type.
44014401

44024402
Otherwise,
4403-
the [=CSSNumericValue/type=] is «[ "percent" → 1 ]».
4403+
the [=CSSNumericValue/type=] is «[ "percent" → 1 ]»,
4404+
with a [=percent hint=] of "percent".
44044405
: anything else
44054406
:: The [=calculation’s=] type is failure.
44064407
</dl>

0 commit comments

Comments
 (0)