From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/api/window/scrollbylines/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/ru/web/api/window/scrollbylines/index.html') diff --git a/files/ru/web/api/window/scrollbylines/index.html b/files/ru/web/api/window/scrollbylines/index.html index 6f2c178a2b..4d357d4798 100644 --- a/files/ru/web/api/window/scrollbylines/index.html +++ b/files/ru/web/api/window/scrollbylines/index.html @@ -9,23 +9,23 @@ translation_of: Web/API/Window/scrollByLines

{{Non-standard_header}}

-

Summary

+

Summary

Прокручивает документ на заданное число строк.

-

Syntax

+

Syntax

window.scrollByLines(lines)
 
-

Parameters

+

Parameters

-

Example

+

Example

<!-- прокручивает страницу вниз на 5 линий. -->
 <button onclick="scrollByLines(5);">down 5 lines</button>
@@ -35,11 +35,11 @@ translation_of: Web/API/Window/scrollByLines
 <button onclick="scrollByLines(-5);">up 5 lines</button>
 
-

Specification

+

Specification

Не является частью спецификации

-

See also

+

See also