-
Notifications
You must be signed in to change notification settings - Fork 8
update(CSS): web/css/using_css_custom_properties #3724
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ page-type: guide | |
|
||
### Використання префікса з двох дефісів (`--`) | ||
|
||
Кастомна властивість з префіксом двох дефісів починається з `--`, після чого стоїть назва властивості (наприклад, `--my-property`), а потім значення властивості, яке може бути будь-яким [дійсним значенням CSS](/uk/docs/Learn/CSS/Building_blocks/Values_and_units). | ||
Кастомна властивість з префіксом двох дефісів починається з `--`, після чого стоїть назва властивості (наприклад, `--my-property`), а потім значення властивості, яке може бути будь-яким [дійсним значенням CSS](/uk/docs/Learn_web_development/Core/Styling_basics/Values_and_units). | ||
Як і будь-які інші властивості, кастомні властивості записуються всередині наборів правил. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Жаргонні словаЦе слово є жаргонним
|
||
Наступний приклад демонструє те, як створити кастомну властивість `--main-bg-color` і використати значення [`<named-color>`](/uk/docs/Web/CSS/named-color) `brown`: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Жаргонні словаЦе слово є жаргонним
|
||
|
||
|
@@ -441,7 +441,7 @@ div { | |
|
||
## Недійсні кастомні властивості | ||
|
||
Кожній властивості CSS можна присвоїти визначений [набір значень](/uk/docs/Learn/CSS/Building_blocks/Values_and_units). | ||
Кожній властивості CSS можна присвоїти визначений [набір значень](/uk/docs/Learn_web_development/Core/Styling_basics/Values_and_units). | ||
Якщо спробувати присвоїти значення властивості, яке не входить до її набору дійсних значень, воно вважається _недійсним_. | ||
|
||
Коли браузер зустрічає недійсне значення для звичайної властивості CSS (наприклад, значення `16px` для властивості {{cssxref("color")}}), він відкидає оголошення, а елементи отримують значення, які вони мали б, якби цього оголошення не існувало. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Жаргонні слова
Це слово є жаргонним
STYLE/slang_words: Жаргонні слова