Skip to content

Commit 476f64f

Browse files
committed
[css-values-5] Remove issue about direct length-with-keyword interpolation, now that we have interpolate-size
1 parent 7d66305 commit 476f64f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

css-values-5/Overview.bs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,10 +2094,6 @@ explicitly write a ''calc-size()''
20942094
with the value in its [=calc-size basis=],
20952095
like ''calc-size(50%, size)''.
20962096

2097-
Issue: Or is it compatible to just allow direct interpolation
2098-
between keywords and fixed lengths,
2099-
even without an explicit ''calc-size()'' being used on one size?
2100-
This would be nice, but compat analysis is required.
21012097

21022098
<h3 id=interpolate-size>
21032099
Interpolating sizing keywords: the 'interpolate-size' property</h3>
@@ -2115,8 +2111,8 @@ We suggest doing this whenever compatibility isn't an issue.
21152111

21162112
<pre class="propdef">
21172113
Name: interpolate-size
2118-
Value: ''numeric-only'' | ''allow-keywords''
2119-
Initial: ''numeric-only''
2114+
Value: numeric-only | allow-keywords
2115+
Initial: numeric-only
21202116
Inherited: yes
21212117
Applies to: all elements
21222118
Computed value: as specified

0 commit comments

Comments
 (0)