Skip to content

Commit

Permalink
last couple of tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Oct 11, 2024
1 parent 5a94022 commit 981704e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/css/calc-size/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ The parameters are:

### Return value

Returns a value equal to the `<calc-size-basis>` modified by the `<calc-sum>` expression. If the `<calc-size-basis>` value is an intrinsic size value, the return value will be a modified intrinsic size value that still behaves like the intrinsic size value input into the function.
Returns a value equal to the `<calc-size-basis>` modified by the `<calc-sum>` expression. As the `<calc-size-basis>` value is an intrinsic size value, the return value is a modified intrinsic size value that behaves like the intrinsic size value input into the function.

## Description

Certain browser layout algorithms have special behaviors for intrinsic sizing keywords. `calc-size()` is explicitly defined to represent an intrinsic size rather than a [`<length-percentage>`](/en-US/docs/Web/CSS/length-percentage), thereby enforcing correctness. `calc-size()` enables calculations to be performed on intrinsic size values in a safe, well-defined manner.
Certain browser layout algorithms have special behaviors for intrinsic sizing keywords. The `calc-size()` function is explicitly defined to represent an intrinsic size rather than a [`<length-percentage>`](/en-US/docs/Web/CSS/length-percentage), thereby enforcing correctness. `calc-size()` enables calculations to be performed on intrinsic size values in a safe, well-defined manner.

### Valid values for the first argument (`<calc-size-basis>`)

Expand Down

0 comments on commit 981704e

Please sign in to comment.