diff options
author | Vladimir Kutepov <frenzzy.man@gmail.com> | 2021-04-28 21:01:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 21:01:45 +0300 |
commit | 39fa54e94e4307eccecb8a906fbb68ab8f2e759b (patch) | |
tree | 9adcb1c2817b471fa025c6821dddfea1381ee06f /files | |
parent | 60e28d3ec57925f4a6b8721b7ced46877e69d499 (diff) | |
download | translated-content-39fa54e94e4307eccecb8a906fbb68ab8f2e759b.tar.gz translated-content-39fa54e94e4307eccecb8a906fbb68ab8f2e759b.tar.bz2 translated-content-39fa54e94e4307eccecb8a906fbb68ab8f2e759b.zip |
scrollIntoView block defaults to start (#680)
To be inline with english version: https://github.com/mdn/content/blob/9e37d3346613c49d74657ff0dbfac20ef3a780d6/files/en-us/web/api/element/scrollintoview/index.html#L56
Diffstat (limited to 'files')
-rw-r--r-- | files/ru/web/api/element/scrollintoview/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/scrollintoview/index.html b/files/ru/web/api/element/scrollintoview/index.html index 879861c24b..41152fa53d 100644 --- a/files/ru/web/api/element/scrollintoview/index.html +++ b/files/ru/web/api/element/scrollintoview/index.html @@ -30,7 +30,7 @@ element.scrollIntoView(<em>scrollIntoViewOptions</em>); // аргумент ти <dd>Определяет анимацию скролла. Принимает значение <code>"auto"</code> или <code>"smooth"</code>. По умолчанию <code>"auto"</code>.</dd> <dt><code>block</code> {{optional_inline}}</dt> <dd>Вертикальное выравнивание.<br> - Одно из значений: <code>"start"</code>, <code>"center"</code>, <code>"end"</code> или <code>"nearest"</code>. По умолчанию <code>"center"</code>.</dd> + Одно из значений: <code>"start"</code>, <code>"center"</code>, <code>"end"</code> или <code>"nearest"</code>. По умолчанию <code>"start"</code>.</dd> <dt><code>inline</code> {{optional_inline}}</dt> <dd>Горизонтальное выравнивание.<br> Одно из значений: <code>"start"</code>, <code>"center"</code>, <code>"end"</code> или <code>"nearest"</code>. По умолчанию <code>"nearest"</code>.</dd> |