Skip to content
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

Selection and Range #166

Conversation

@longo-andrea
Copy link
Contributor

@longo-andrea longo-andrea commented Jan 13, 2021

No description provided.

@javascript-translate-bot javascript-translate-bot requested a review from javascript-tutorial/translate-it Jan 13, 2021
@javascript-translate-bot

Error: the article already translated in the Progress Issue #1 ⁉️

2-ui/99-ui-misc/02-selection-range/article.md Outdated Show resolved Hide resolved
2-ui/99-ui-misc/02-selection-range/article.md Outdated Show resolved Hide resolved
2-ui/99-ui-misc/02-selection-range/article.md Outdated Show resolved Hide resolved
2-ui/99-ui-misc/02-selection-range/article.md Outdated Show resolved Hide resolved

Per esempio, qui la selezione dell'utente verrà avvolta da `*...*`:
For example, here the user selection will be wrapped by `*...*`:

This comment has been minimized.

@longo-andrea

longo-andrea Jan 14, 2021
Author Contributor

Suggested change
For example, here the user selection will be wrapped by `*...*`:
Per esempio, qui la selezione dell'utente verrà avvolta da `*...*`:
@@ -518,9 +531,9 @@ button.onclick = () => {
</script>
```

Con più argomenti, possiamo impostare uno `start` ed `end` del range.
With more arguments, we can set range `start` and `end`.

This comment has been minimized.

@longo-andrea

longo-andrea Jan 14, 2021
Author Contributor

Suggested change
With more arguments, we can set range `start` and `end`.
Con più argomenti, possiamo impostare uno `start` ed `end` del range.

In questo esempio troviamo `"THIS"` nel campo di testo, lo sostituiamo e manteniamo la selezione sul testo sostituito:
In this example we find `"THIS"` in the input text, replace it and keep the replacement selected:

This comment has been minimized.

@longo-andrea

longo-andrea Jan 14, 2021
Author Contributor

Suggested change
In this example we find `"THIS"` in the input text, replace it and keep the replacement selected:
In questo esempio troviamo `"THIS"` nel campo di testo, lo sostituiamo e manteniamo la selezione sul testo sostituito:
pierangelomiceli and others added 4 commits Jan 14, 2021
Co-authored-by: Andrea  <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea  <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea  <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea  <45577511+longo-andrea@users.noreply.github.com>
@longo-andrea longo-andrea merged commit 211fb79 into javascript-tutorial:master Jan 14, 2021
1 check passed
1 check passed
license/cla Contributor License Agreement is signed.
Details
@javascript-translate-bot

Error: the article already translated in the Progress Issue #1 ⁉️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.