Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(CSS): web/css/calc #3412

Merged
merged 1 commit into from
Oct 26, 2024
Merged

update(CSS): web/css/calc #3412

merged 1 commit into from
Oct 26, 2024

Conversation

undead404
Copy link
Contributor

@undead404 undead404 commented Oct 25, 2024

@@ -53,6 +53,8 @@ lch(from aquamarine l c calc(h + 180))

- Коли `calc()` використовується там, де очікується {{cssxref("<integer>")}}, то значення округлюється до найближчого цілого. Тому `calc(1.4)` дасть значення `1`. Якщо дробова частина значення рівна `0.5`, то значення округлюється до більшого. Наприклад, `calc(1.5)` дасть значення `2`, а `calc(-1.5)` округлиться до `-1`.

- `calc()` не може виконувати обчислення над [значеннями природних розмірів](/uk/docs/Glossary/Intrinsic_Size), як то {{cssxref("auto")}} і {{cssxref("fit-content")}}. Для них користуйтеся натомість функцією {{cssxref("calc-size()")}}.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@undead404 undead404 merged commit 348e511 into master Oct 26, 2024
12 checks passed
@undead404 undead404 deleted the update/web-css-calc branch October 26, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants