Skip to content

Commit 3a7eca5

Browse files
committed
[css-values] Fix tense of sentence, since we allow unit algebra now.
1 parent 165233d commit 3a7eca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ Type Checking</h4>
18491849
such as in 'opacity',
18501850
are not <em>combinable</em> with those numbers--
18511851
''opacity: calc(.25 + 25%)'' is invalid.
1852-
Allowing this would cause significant problems with "unit algebra"
1852+
Allowing this causes significant problems with "unit algebra"
18531853
(allowing multiplication/division of <<dimension>>s),
18541854
and in every case so far,
18551855
doesn't provide any new functionality.

0 commit comments

Comments
 (0)