Skip to content

Commit

Permalink
Editorial review: add interpolate-size and calc-size() (mdn#35934)
Browse files Browse the repository at this point in the history
* Add interpolate-size and calc-size()

* Add calc-size() page

* Add appropriate reference to calc-size and interpolate-size

* Fixes for Bramus review comments

* Fixes for estelle review comments

* last couple of tweaks
  • Loading branch information
chrisdavidmills authored Oct 11, 2024
1 parent 488e195 commit c0daf1f
Show file tree
Hide file tree
Showing 9 changed files with 768 additions and 2 deletions.
4 changes: 3 additions & 1 deletion files/en-us/glossary/intrinsic_size/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The opposite of _intrinsic size_ is **_extrinsic size_**, which is based on the
## See also

- CSS {{cssxref("min-content")}}, {{cssxref("max-content")}}, and {{cssxref("fit-content")}} property values.
- CSS {{cssxref("aspect-ratio")}} property
- {{cssxref("interpolate-size")}}
- {{cssxref("aspect-ratio")}}
- {{cssxref("calc-size()")}}
- [CSS box sizing](/en-US/docs/Web/CSS/CSS_box_sizing) module
- [CSS sizing specification: intrinsic sizes](https://www.w3.org/TR/css-sizing-3/#intrinsic-sizes)
Loading

0 comments on commit c0daf1f

Please sign in to comment.