-
Notifications
You must be signed in to change notification settings - Fork 596
Добавляет sizing #407
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
base: main
Are you sure you want to change the base?
Добавляет sizing #407
Changes from 1 commit
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -417,6 +417,10 @@ | |||||
|
|
||||||
| **движок,** напр. _Safari is based on WebKit engine — Сафари работает на движке Вебкит._ | ||||||
|
|
||||||
| ### extrinsic | ||||||
|
|
||||||
| **внешний** (см. [sizing](#sizing)) | ||||||
|
|
||||||
| ## F | ||||||
|
|
||||||
| ### fallback | ||||||
|
|
@@ -643,6 +647,10 @@ | |||||
|
|
||||||
| **интероперабельность** | ||||||
|
|
||||||
| ### intrinsic | ||||||
|
|
||||||
| **внутренний** (см. [sizing](#sizing)) | ||||||
|
|
||||||
|
pepelsbey marked this conversation as resolved.
Outdated
|
||||||
| ## K | ||||||
|
|
||||||
| ### kerning | ||||||
|
|
@@ -1115,6 +1123,18 @@ | |||||
|
|
||||||
| **боковая панель,** боковая часть сайта со второстепенным содержимым, напр. _sidebar is on the right side — справа находится боковая панель._ | ||||||
|
|
||||||
| ### sizing | ||||||
|
|
||||||
| **размер** | ||||||
|
|
||||||
| - extrinsic sizing — **внешний размер,** размер, обусловленный окружением элемента, вне зависимости от его содержимого | ||||||
|
Member
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
Collaborator
Author
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. Задумывалось, как пояснение к переводу. В этом словарике так к примеру описан float[1], almost standards mode, pagination[2]. Типа не «внешний размер, обусловленный чем-то», а «внешний размер, а это такая штука, которая обусловлена тем-то и тем-то». Чувствуется разница? Как по мне, изменение меняет смысл фразы немного. Я бы не менял. Либо добавил бы точку с запятой после «внешний размер», чтобы сильно два размера глаза не резали.
Collaborator
Author
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. Считаю, что есть разница, между «внешний размер, обусловленный чем-то» и «внешний размер, а это такая штука, которая обусловлена тем-то и тем-то». Привёл примеры уже существующих в статье определений, где используется именно такой стиль. |
||||||
| - intrinsic sizing — **внутренний размер,** размер, обусловленный содержимым элемента, вне зависимости от его окружения | ||||||
|
Member
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
|
||||||
| - sizing rules - **правила, по которым задаётся размер** | ||||||
|
Member
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
|
||||||
| - sizing properties — **свойства, задающие размер** | ||||||
|
Member
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
|
||||||
| - sizing values — **значения, задающие размер** | ||||||
|
Member
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
|
||||||
| - percentage sizing — **размер, указанный в процентах** | ||||||
|
Member
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
|
||||||
| - sizing constraint — **ограничение на задание размера** | ||||||
|
Member
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
|
||||||
|
|
||||||
| ### skew | ||||||
|
|
||||||
| 1. сущ. **наклон** | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.