Skip to content

Commit 62879a4

Browse files
committed
2-ui/99-ui-misc/02: 1st paragraph translated
1 parent 9d4beab commit 62879a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

2-ui/99-ui-misc/02-selection-range/article.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ libs:
44

55
---
66

7-
# Selection and Range
7+
# Selection і Range
88

9-
In this chapter we'll cover selection in the document, as well as selection in form fields, such as `<input>`.
9+
У цьому розділі ми розглянемо виділення у документі, або в полях форми, наприклад в ,`<input>`.
1010

11-
JavaScript can access an existing selection, select/deselect DOM nodes as a whole or partially, remove the selected content from the document, wrap it into a tag, and so on.
11+
JavaScript може отримати доступ до наявного виділення тексту, вибирати/скасовувати виділення вузлів DOM повністю або частково, видаляти вибраний вміст із документа, або обгорнути його в тег тощо.
1212

13-
You can find some recipes for common tasks at the end of the chapter, in "Summary" section. Maybe that covers your current needs, but you'll get much more if you read the whole text.
13+
В кінці розділу ми підготували кілька готових рішень для типових задач (розділ "Підсумки"). Цілком можливо, цього буде достатньо щоб задовольнити всі ваші поточні потреби, проте ви отримаєте набагато більше, якщо прочитаєте статтю повністю.
1414

15-
The underlying `Range` and `Selection` objects are easy to grasp, and then you'll need no recipes to make them do what you want.
15+
З об’єктами `Range` та `Selection` досить легко можнарозібратись, і тоді вам не знадобляться готові рішення для розв'язання будь-якої задачі.
1616

1717
## Range
1818

0 commit comments

Comments
 (0)