-
Notifications
You must be signed in to change notification settings - Fork 600
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
Добавляет определенный и неопределенный размеры #482
base: main
Are you sure you want to change the base?
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 | ||||
---|---|---|---|---|---|---|
|
@@ -368,6 +368,10 @@ | |||||
|
||||||
**глубокое сравнение,** сравнение двух объектов, при этом производится сравнение структуры объектов и проверяется равенство примитивов содержащихся внутри объектов. | ||||||
|
||||||
### definite size | ||||||
|
||||||
**определенный размер,** который может быть рассчитан без отрисовки документа | ||||||
|
||||||
### deploy, deployment | ||||||
|
||||||
**деплой, развёртывание, выкладка, выкатка,** публикация изменений либо напрямую на публичный сервер (продакшен), либо через промежуточные системы и процессы автоматической сборки. | ||||||
|
@@ -683,6 +687,10 @@ | |||||
|
||||||
**внедрять, реализовывать** напр. _Firefox has implemented support of everything — Файрфокс внедрил поддержку всего._ | ||||||
|
||||||
### indefinite size | ||||||
|
||||||
**неопределённый размер**, который не может быть определен без отрисовки документа. | ||||||
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.
Suggested change
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. Мне кажется ты перепутал примеры... проценты не обязательно должны считаться относительно неопределенных размеров, от блока размером 100px тоже можно посчитать 50%.... 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. Я не слишком внимательно подошёл к примерам, они здесь больше иллюстративную роль играют. Но конечно стоит их исправить, если я что-то перепутал. |
||||||
|
||||||
### inline | ||||||
|
||||||
1. **строчный,** имеющий строчные свойства. | ||||||
|
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.
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.
Здесь тоже не поняла пример. Размер незамещенных блоков, как и замещенных, могут быть и неопределяемые.